Updated 2024-12-25
    SELECT
    Count(DISTINCT tx_hash) from aptos.core.fact_transactions
    where block_timestamp >= DATE_TRUNC('month', CURRENT_DATE)
    QueryRunArchived: QueryRun has been archived