flipside
Insights
Studio
Quests
For Chains
For Analysts
For Explorers
About
Log in
Sign up
flipside
Today's TPS Count
moonshot21
Today's TPS Count
Updated 2025-02-20
Copy Reference
Fork
9
1
2
3
4
5
›
⌄
SELECT
COUNT
(
TX_ID
)
AS
total_transactions_today
,
(
COUNT
(
TX_ID
)
/
86400
)
AS
transactions_per_second
FROM
eclipse
.
core
.
fact_transactions
WHERE
DATE
(
BLOCK_TIMESTAMP
)
=
CURRENT_DATE
;
Results
Last run: 11 days ago
TOTAL_TRANSACTIONS_TODAY
TRANSACTIONS_PER_SECOND
1
66415078
768.693032
1
1
23B
3s