kingharald-ethTotal number of Avalanche transactions since inception
    Updated 2022-07-22
    select count(distinct(tx_hash)) as total_tx from avalanche.core.fact_transactions
    where status = 'SUCCESS'
    Run a query to Download Data