TheLaughingMan[NEAR][2023] Block Producers
    Updated 2023-02-09
    SELECT
    COUNT(BLOCK_ID) as totals
    , block_author
    from near.core.fact_blocks
    GROUP BY block_author
    Run a query to Download Data