0xHaM-dLast 24H
    Updated 2025-03-21
    select
    count(*) as total_txs,
    count(distinct tx_hash) as distinct_txs,
    count(distinct from_address) as n_users,
    sum(tx_fee) as total_fee,
    avg(tx_fee) as avg_total_fee
    from monad.testnet.fact_transactions
    where block_timestamp >= CURRENT_DATE - INTERVAL '24 HOUR'


    Last run: 15 days ago
    TOTAL_TXS
    DISTINCT_TXS
    N_USERS
    TOTAL_FEE
    AVG_TOTAL_FEE
    1
    20026656200261557455379200163.6675386350.009994862225
    1
    61B
    5s