Skip to main content
Schema: aleo.stats Table: ez_core_metrics_hourly Type: Base Table Hourly core metrics for the Aleo blockchain.

Columns

Column NameData TypeDescription
BLOCK_TIMESTAMP_HOURTIMESTAMP_NTZTruncated timestamp of a block.
BLOCK_ID_MINNUMBERMinimum block ID in an hour.
BLOCK_ID_MAXNUMBERMaximum block ID in an hour.
BLOCK_COUNTNUMBERNumber of blocks in an hour.
TRANSACTION_COUNTNUMBERNumber of transactions in an hour.
TRANSACTION_COUNT_SUCCESSNUMBERNumber of successful transactions in an hour.
TRANSACTION_COUNT_FAILEDNUMBERNumber of failed transactions in an hour.
UNIQUE_FROM_COUNTNUMBERNumber of unique senders in an hour.
TOTAL_FEES_NATIVEFLOATTotal fees in native currency for an hour.
TOTAL_FEES_USDFLOATTotal fees in USD for an hour.
EZ_CORE_METRICS_HOURLY_IDTEXTThe unique identifier for each row in the table.
INSERTED_TIMESTAMPTIMESTAMP_NTZThe utc timestamp at which the row was inserted into the table.
MODIFIED_TIMESTAMPTIMESTAMP_NTZThe utc timestamp at which the row was last modified.