piperBase - Total transactions
    Updated 2024-04-05
    SELECT
    COUNT(DISTINCT TX_HASH) AS "Total Number of Transactions",
    COUNT(DISTINCT FROM_ADDRESS) AS "Total Number of Wallets"
    FROM
    base.core.fact_transactions
    WHERE
    status = 'SUCCESS'
    Auto-refreshes every 3 hours
    QueryRunArchived: QueryRun has been archived