nsa2000flash. miners moving1
    Updated 2022-09-17
    select block_timestamp::date as date, count(hash) as num_tx
    from ethereum.core.fact_blocks
    where date >= '2022-01-01'
    group by 1
    order by 1 asc
    Run a query to Download Data