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'


    Last run: 3 months ago
    TOTAL_TRANSACTIONS
    TOTAL_FEE
    1
    139418071607580.080686
    1
    27B
    5s