realisttotals
    Updated 2025-03-08
    SELECT
    count(tx_id) as total_transactions,
    sum(fee) as total_fee
    FROM
    aleo.core.fact_transactions
    where
    tx_succeeded = 'TRUE'
    QueryRunArchived: QueryRun has been archived