flipside
Insights
Studio
Quests
For Chains
For Analysts
For Explorers
About
Log in
Sign up
flipside
official-salmon
monadmetrics-JFe1_R
official-salmon
Updated 2025-02-21
Copy Reference
Fork
9
1
2
3
4
5
›
⌄
SELECT
COUNT
(
*
)
/
NULLIF
(
DATEDIFF
(
'second'
,
MIN
(
block_timestamp
)
,
MAX
(
block_timestamp
)
)
,
0
)
AS
tps_last_24h
FROM
MONAD
.
testnet
.
fact_transactions
WHERE
block_timestamp
>=
DATEADD
(
'day'
,
-
1
,
CURRENT_TIMESTAMP
)
;
Results
Last run: about 1 month ago
TPS_LAST_24H
1
50.867346
1
1
13B
1s