cypherAvalanche Block and TX performance - tx count per block distribution
    Updated 2023-04-17
    select
    tx_count, count(*) as occurance
    from avalanche.core.fact_blocks
    where block_timestamp >= '2022-6-20'
    group by tx_count

    Run a query to Download Data