oxkimiaGetting Started
    Updated 2025-03-04
    select
    BLOCK_TIMESTAMP :: date as date,
    count(tx_hash) as tx_count,
    count (distinct from_address) as active_user,
    sum(tx_count) over(order by date asc) as Total_tx_count
    from
    monad.testnet.fact_transactions
    where
    BLOCK_TIMESTAMP :: date >= '2025-02-19'
    group by
    BLOCK_TIMESTAMP :: date
    Last run: 3 months ago
    DATE
    TX_COUNT
    ACTIVE_USER
    TOTAL_TX_COUNT
    1
    2025-02-28 00:00:00.00014872360120092599749924
    2
    2025-03-11 00:00:00.000256750811976849234524740
    3
    2025-02-20 00:00:00.00037282482865304983977
    4
    2025-02-21 00:00:00.00044413374656599425314
    5
    2025-03-12 00:00:00.000201499102060345254674650
    6
    2025-03-10 00:00:00.000119037961182650208849659
    7
    2025-03-01 00:00:00.000114964061145869111246330
    8
    2025-03-04 00:00:00.000117839011770914144681263
    9
    2025-02-19 00:00:00.00012557291270711255729
    10
    2025-03-03 00:00:00.000109076041359838132897362
    11
    2025-03-09 00:00:00.00095954391294814196945863
    12
    2025-02-25 00:00:00.00013295599120369247295909
    13
    2025-03-07 00:00:00.000107526571640739176641469
    14
    2025-02-22 00:00:00.000512399744235414549311
    15
    2025-02-24 00:00:00.000991101676355034000310
    16
    2025-02-26 00:00:00.00022117326210870569413235
    17
    2025-03-05 00:00:00.000108155221680721155496785
    18
    2025-03-06 00:00:00.000103920271501760165888812
    19
    2025-03-02 00:00:00.000107434281130708121989758
    20
    2025-03-08 00:00:00.000107089551511389187350424
    22
    1KB
    7s