select date_trunc('day', block_timestamp) as date1, status, count(*) from ethereum.core.fact_transactions
--select date_trunc('day', block_timestamp) as date1, status, count(*) from ethereum.core.fact_transactions
where date1 > current_date - 60 group by 1, 2