Skip to main content
Schema: movement.stats Table: ez_core_metrics_hourly Type: View Pre-aggregated hourly blockchain metrics and statistics. Provides key performance indicators for the Movement blockchain.

Columns

Column NameData TypeDescription
BLOCK_TIMESTAMP_HOURTIMESTAMP_NTZThe hourly time bucket.
BLOCK_NUMBER_MINNUMBERMinimum block number in the hour.
BLOCK_NUMBER_MAXNUMBERMaximum block number in the hour.
BLOCK_COUNTNUMBERNumber of blocks produced in the hour.
TRANSACTION_COUNTNUMBERTotal transactions in the hour.
TRANSACTION_COUNT_SUCCESSNUMBERSuccessful transactions in the hour.
TRANSACTION_COUNT_FAILEDNUMBERFailed transactions in the hour.
UNIQUE_SENDER_COUNTNUMBERUnique transaction senders in the hour.
UNIQUE_PAYLOAD_FUNCTION_COUNTNUMBERUnique payload functions called in the hour.
TOTAL_FEES_NATIVEFLOATTotal fees paid in native token.
TOTAL_FEES_USDFLOATTotal fees paid in USD.
EZ_CORE_METRICS_HOURLY_IDTEXTUnique identifier for the row.
INSERTED_TIMESTAMPTIMESTAMP_NTZTimestamp when the record was inserted.
MODIFIED_TIMESTAMPTIMESTAMP_NTZTimestamp when the record was last modified.