rezarwzaverage transaction per block
    Updated 2022-07-27
    select
    count(distinct(TX_HASH))/COUNT(distinct(BLOCK_NUMBER))
    from polygon.core.fact_transactions

    Run a query to Download Data