linda20-4DtLkeUntitled Query
    Updated 2022-11-10
    SELECT
    count(SLOT_NUMBER) as totaol_blocks,
    totaol_blocks/count(distinct date_trunc(day, SLOT_TIMESTAMP)) as average_block_day
    from ethereum.beacon_chain.fact_blocks
    Run a query to Download Data