Flipside Communitynumber of blocks in last 24 hours
    Updated 2024-02-26
    select count(distinct block_number) as number_of_blocks from bitcoin.core.fact_blocks
    where block_timestamp > current_timestamp - interval '24 hours'

    QueryRunArchived: QueryRun has been archived