omer933- Open Analytics - 4. Ethereum
    Updated 2022-12-24
    with t1 as
    (
    select min(BLOCK_TIMESTAMP)as date,MINER from ethereum.core.fact_blocks
    group by 2)

    select count(*) as number
    from t1
    where
    date>'2022-09-15'
    Run a query to Download Data