Updated 2023-02-01
    SELECT COUNT(*),
    DATE_TRUNC('month',BLOCK_TIMESTAMP) month

    FROM solana.core.fact_transactions

    WHERE SUCCEEDED =1


    GROUP BY month
    Run a query to Download Data