HadisehNEAR City Layout 4
    Updated 2022-11-09
    select BLOCK_AUTHOR as miner,
    sum(TX_COUNT) as total_transaction
    from near.core.fact_blocks
    group by miner
    order by total_transaction desc
    limit 10
    Run a query to Download Data