andurilHelium Totals
    Updated 2025-03-09
    select
    count(distinct tx_id) as total_txs,
    count(distinct signers[0]) as total_signers, --fee payers
    count(distinct program_id) as unique_programs
    FROM
    solana.core.fact_events
    where
    date(block_timestamp) >= '2023-04-18'
    and program_id IN (
    'circAbx64bbsscPbQzZAUvuXpHqrCe6fLMzc2uKXz9g',
    'credMBJhYFzfn7NxBMdU4aUqFggAjgztaCcv2Fo6fPT',
    'hemjuPXBpNvggtaUnN1MwT3wrdhttKEfosTcc2P9Pg8',
    'hdaoVTCqhfHHo75XdAMxBKdUqvq1i5bF23sisBqVgGR',
    '1azyuavdMyvsivtNxPoz6SucD18eDHeXzFCUPq5XU7w',
    '1atrmQs3eq1N2FEYWu6tyTXbCjP4uQwExpjtnhXtS8h',
    'treaf4wWBBty3fHdyBpo35Mz84M8k3heKXmjmi9vFt5',
    'hvsrNC3NKbcryqDs2DocYHZ9yPKEVzdSjQG6RVtK1s8',
    'rorcfdX4h9m9swCKgcypaHJ8NGYVANBpmV9EHn3cYrF'
    )
    and succeeded
    Auto-refreshes every 3 hours
    QueryRunArchived: QueryRun has been archived