flipside
Products
For Protocols
For Analysts
For Explorers
About
Log in
Become a Partner
flipside
aleo-tx-count-chart
ben-wyatt
aleo-tx-count-chart
Updated 2025-01-21
Copy Reference
Fork
9
1
2
3
4
5
6
7
›
⌄
SELECT
DATE_TRUNC
(
'month'
,
BLOCK_TIMESTAMP_HOUR
)
AS
month
,
SUM
(
transaction_count
)
AS
monthly_transactions
FROM
aleo
.
stats
.
ez_core_metrics_hourly
WHERE
BLOCK_TIMESTAMP_HOUR
BETWEEN
'2022-01-01'
AND
'2024-12-31 23:59:59'
GROUP
BY
1
ORDER
BY
1
;
Results
QueryRunArchived: QueryRun has been archived