Updated 2022-12-25
    select count(*) as number, date_trunc('day',BLOCK_TIMESTAMP) as date from
    ethereum.core.fact_transactions
    group by 2
    Run a query to Download Data