mhmUntitled Query
    Updated 2022-07-27
    select block_number, count(tx_hash) as txs
    from arbitrum.core.fact_event_logs
    group by 1
    limit 100
    Run a query to Download Data