flipside
Insights
Studio
Quests
For Chains
For Analysts
For Explorers
About
Log in
Sign up
flipside
Untitled Query
fb3ce38c-7bfe-475c-bca8-3f1e44ae80a6
Untitled Query
Updated 2023-02-01
Copy Reference
Fork
99
1
2
3
4
5
6
7
8
9
10
›
⌄
SELECT
DATE_TRUNC
(
'month'
,
block_timestamp
)
month
,
COUNT
(
TX_HASH
)
FROM
avalanche
.
core
.
fact_traces
WHERE
Output
=
'0x'
GROUP
BY
month
Results
Run a query to Download Data