Skip to main content

Table Details

PropertyValue
Table Namedogecoin.metrics.overview
Table StatusProduction-Ready

Table Columns

Column NameData TypeDescription
chainVARCHAR(8)Slug identifying the blockchain this record belongs to.
activity_dateTIMESTAMP_NTZ(9)Calendar date (UTC) for which these metrics are computed. Only includes fully completed days.
native_token_price_median_usdFLOATMedian USD price of the chain’s native token over the day, using hourly price samples.
total_blocksNUMBER(18,0)Total number of blocks produced on this date.
avg_block_timeNUMBER(36,6)Average time in seconds between consecutive blocks on this date.
avg_transactions_per_secondNUMBER(38,12)Average number of transactions per second, calculated as average transactions per block divided by average block time.
hash_rateFLOATEstimated total mining hash rate securing the network on this date.
avg_block_sizeNUMBER(38,6)The average block size in bytes on this date.
total_transactionsNUMBER(18,0)Total number of transactions processed on this date.
success_transactionsNUMBER(18,0)Number of transactions that executed successfully on this date.
failed_transactionsNUMBER(1,0)Number of transactions that failed on this date.
transaction_feesFLOATTotal transaction fees paid on this date, in the chain’s native token.
transaction_fees_usdFLOATTotal transaction fees paid on this date, converted to USD.
avg_transaction_feeFLOATAverage fee per transaction on this date, in the chain’s native token.
avg_transaction_fee_usdFLOATAverage fee per transaction on this date, converted to USD.