Mufasa Count of unique programs since the beginning of January 2022
    Updated 2022-07-06
    SELECT COUNT(distinct INSTRUCTIONS[0]:programId) as programs_count
    FROM solana.core.fact_transactions
    WHERE succeeded = 'TRUE'

    Run a query to Download Data