simonruiztoroTransactions over time
    Updated 2024-03-05
    SELECT date_trunc('day', block_timestamp) as day, count(tx_hash)
    FROM blast.core.fact_transactions
    group by day

    QueryRunArchived: QueryRun has been archived