scottincryptoUntitled Query
    Updated 2022-06-28
    select
    block_number
    , block_timestamp
    from ethereum.core.fact_blocks
    where date_trunc('day', block_timestamp) = '2022-05-17'
    order by block_number
    Run a query to Download Data