KeyrockLast 24h Transactions
    Updated 2024-10-25
    SELECT COUNT(DISTINCT tx_hash) as tot_transaction
    FROM aptos.core.fact_transactions
    WHERE block_timestamp >= CURRENT_TIMESTAMP() - INTERVAL '24 HOURS'


    QueryRunArchived: QueryRun has been archived