piperArbitrum - Open Analyitics Bounty: Transactions per Second
    Updated 2022-07-26


    SELECT
    block_timestamp::date AS date,
    COUNT(tx_hash)/86400 AS tps
    FROM
    arbitrum.core.fact_transactions
    GROUP BY date


    Run a query to Download Data