zakkisyedActive Ethereum Addresses/Wallets - Query 1
    Updated 2024-04-26



    select count(*) as Wallet_Counter --query to count active wallets
    from
    (
    select distinct from_address
    from ethereum.core.fact_transactions
    where block_timestamp >= CURRENT_DATE-6
    )
    QueryRunArchived: QueryRun has been archived