flipside
Insights
Studio
Quests
For Chains
For Analysts
For Explorers
About
Log in
Sign up
flipside
Number of Transaction Today
moonshot21
Number of Transaction Today
Updated 2024-09-25
Copy Reference
Fork
9
1
2
3
4
5
6
›
⌄
SELECT
SUM
(
TRANSACTION_COUNT
)
AS
total_transactions
FROM
eclipse
.
stats
.
ez_core_metrics_hourly
WHERE
BLOCK_TIMESTAMP_HOUR
>=
DATE_TRUNC
(
'day'
,
CURRENT_TIMESTAMP
)
AND
BLOCK_TIMESTAMP_HOUR
<
DATE_TRUNC
(
'day'
,
CURRENT_TIMESTAMP
)
+
INTERVAL
'1 day'
;
Results
QueryRunArchived: QueryRun has been archived