Ali3NBlocks Transactions (Blast)
    Updated 2024-06-12
    select round (avg (tx_count)) as "Average Transactions",
    min (tx_count) as "Minimum Transactions",
    max (tx_count) as "Maximum Transactions"
    from blast.core.fact_blocks
    where block_timestamp >= '2024-02-29 00:00:00.000'


    Auto-refreshes every 12 hours
    QueryRunArchived: QueryRun has been archived