forgashUntitled Query
    Updated 2022-11-15
    select block_timestamp::date, count(distinct tx_hash) from ethereum.core.fact_transactions where block_timestamp::date > current_date - 30 group by 1 order by 1
    Run a query to Download Data