moshuiyungetBlock
    Updated 2023-09-03
    select
    *
    from
    ethereum.core.fact_blocks
    where
    block_timestamp >= '2023-01-01'-- AND block_timestamp <= '2023-01-02'
    order by block_number

    Run a query to Download Data