The Tron.metrics.overview table provides a pre-aggregated view of the Tron network daily, including total transactions, active users. This table is updated daily.

Table Columns

Column NameDescription
chainBlockchain network name (e.g., tron).
activity_dateDate of recorded activity (UTC timestamp).
symbolNative token symbol of the chain.
nameNative token name of the chain.
price_median_usdMedian USD price of the native token.
project_token_symbolProject-specific token symbol (if same as chain token, repeated).
project_token_nameProject-specific token name (if same as chain token, repeated).
project_token_price_median_usdMedian USD price of the project token.
total_blocksTotal number of blocks produced during the day.
avg_network_utilisationAverage network utilisation rate.
avg_block_sizeAverage block size (in bytes).
avg_block_timeAverage block time (in seconds).
avg_transactions_per_secondAverage number of transactions per second.
total_transactionsTotal number of transactions.
active_addressesNumber of active addresses interacting on the chain.
failed_transactionsNumber of failed transactions.
success_transactionsNumber of successful transactions.
transaction_feesTotal transaction fees collected (in native token).
transaction_fees_usdTotal transaction fees collected (in USD).
total_energy_usageTotal energy consumption by transactions.
total_bandwidth_usageTotal bandwidth consumption by transactions.
avg_transaction_feesAverage transaction fees (in native token).
avg_transaction_fees_usdAverage transaction fees (in USD).
dex_volume_usdTotal USD volume traded on decentralized exchanges (DEX).
dex_trade_tx_countNumber of DEX trade transactions.
dex_trader_countNumber of unique traders on DEX.
dex_avg_trade_usdAverage USD value per DEX trade.