angel09-SK3z3aDaily Average Block time on Ethereum (after Merge)
    Updated 2022-09-26
    select datediff('minute' , min(block_timestamp), max(block_timestamp))/count(*) ,block_timestamp::date from ethereum.core.fact_blocks
    where block_timestamp::date >= '2022-09-15'
    group by 2
    Run a query to Download Data