amirozaalgorand active wallet December 2021
    Updated 2022-03-01
    select date_trunc('day',BLOCK_TIMESTAMP) day, count(distinct address) active_wallets
    from algorand.transaction_participation
    where day between '2021-12-01' and '2021-12-31'
    group by day
    Run a query to Download Data