Abolfazl_771025transaction per block
    Updated 2022-08-11
    select avg(tx_count), min(tx_count), max(tx_count)

    from optimism.core.fact_blocks

    where block_timestamp BETWEEN '2022-07-01' and '2022-07-31'
    Run a query to Download Data