messari2024-03-20 07:34 PM
    Updated 2024-03-21
    select date(block_timestamp) as date, count(*) as blkcnt, min(block_height) as blkmin from flow.core.fact_blocks group by 1 order by date desc;
    QueryRunArchived: QueryRun has been archived