oxkimiarude-gold
    Updated 2025-03-07
    SELECT
    COUNT(tx_hash) AS total_transactions
    FROM
    monad.testnet.fact_transactions
    WHERE
    BLOCK_TIMESTAMP >= CURRENT_TIMESTAMP - INTERVAL '24 hours';
    Last run: about 2 months ago
    TOTAL_TRANSACTIONS
    1
    10071357
    1
    12B
    1s