Updated 2022-07-13
    select date_trunc('month',block_timestamp::date), count(1)
    from solana.core.fact_transactions
    where block_timestamp::date between '2022-06-01' and '2022-06-30' and succeeded = TRUE
    Run a query to Download Data