Updated 2025-03-21
    select
    date(block_timestamp) as date,
    count(DISTINCT TX_HASH) as n_tx,
    count(DISTINCT FROM_ADDRESS) as n_user,
    n_tx/86400 as tps
    from monad.testnet.fact_transactions
    where TX_SUCCEEDED = True
    group by 1
    order by 4 desc
    Last run: 2 days ago
    DATE
    N_TX
    N_USER
    TPS
    1
    2025-03-12 00:00:00.000307478583120366355.877986
    2
    2025-03-11 00:00:00.000250935861958486290.435023
    3
    2025-03-22 00:00:00.000245634197678661284.298831
    4
    2025-02-26 00:00:00.000213452242097374247.051204
    5
    2025-03-21 00:00:00.000210232766759951243.324954
    6
    2025-03-13 00:00:00.000203929133629960236.029086
    7
    2025-03-26 00:00:00.000199227766372363230.587685
    8
    2025-03-23 00:00:00.000197059877214503228.078553
    9
    2025-03-27 00:00:00.000197023037022361228.035914
    10
    2025-03-25 00:00:00.000196817767454458227.798333
    11
    2025-03-24 00:00:00.000195432737068453226.195289
    12
    2025-03-18 00:00:00.000180691595523114209.133785
    13
    2025-03-31 00:00:00.000179479948348941207.731412
    14
    2025-04-01 00:00:00.000178829427769285206.978495
    15
    2025-03-17 00:00:00.000178523104793621206.623958
    16
    2025-03-28 00:00:00.000178144556146421206.185822
    17
    2025-03-30 00:00:00.000177899127187707205.901759
    18
    2025-03-29 00:00:00.000176661496982399204.469317
    19
    2025-03-16 00:00:00.000172142564602198199.239074
    20
    2025-03-20 00:00:00.000168019726556004194.467269
    86
    4KB
    207s