oxkimiarubber-yellow
    Updated 2025-03-07
    -- Transactions, Users, Blocks and Fees over the last 24 hours for Monad Testnet
    SELECT
    COUNT(DISTINCT tx_hash) AS total_transactions,
    COUNT(DISTINCT block_number) AS blocks,
    COUNT(DISTINCT from_address) AS users,
    SUM(tx_fee) AS fees
    FROM
    monad.testnet.fact_transactions
    WHERE
    BLOCK_TIMESTAMP >= CURRENT_TIMESTAMP - INTERVAL '24 hours';

    Last run: about 2 months ago
    TOTAL_TRANSACTIONS
    BLOCKS
    USERS
    FEES
    1
    100254491532691433921109811.981834756
    1
    44B
    1s