Afonso_DiazTotal blocks
    Updated 2025-01-15
    with

    main as (
    select
    block_timestamp,
    hash
    from
    flow.core_evm.fact_blocks
    )

    select
    count(distinct hash) as blocks
    from
    main
    QueryRunArchived: QueryRun has been archived