forgashUntitled Query
    Updated 2022-07-19
    select
    date_trunc('d', block_timestamp),
    count(block_number)
    from bsc.core.fact_blocks
    group by 1
    Run a query to Download Data