flipside
Products
For Protocols
For Analysts
For Explorers
About
Log in
Become a Partner
flipside
2023-11-02 05:45 PM
developer_viola
2023-11-02 05:45 PM
Updated 2023-11-02
Copy Reference
Fork
9
1
2
3
4
5
›
⌄
select
date_trunc
(
'day'
,
block_timestamp
)
as
block_date
,
count
(
DISTINCT
TX_HASH
)
as
Base
from
base
.
core
.
fact_transactions
where
block_date
>
'2022-01-01'
group
by
1
order
by
block_date
Results
Run a query to Download Data