flipside
Products
For Protocols
For Analysts
For Explorers
About
Log in
Become a Partner
flipside
NEAR TPS Trend
feyikemi
NEAR TPS Trend
Updated 2024-10-04
Copy Reference
Fork
9
1
2
3
4
5
6
7
8
›
⌄
SELECT
Date_trunc
(
'day'
,
block_timestamp
)
AS
Date
,
COUNT
(
DISTINCT
TX_HASH
)
AS
Transactions
,
COUNT
(
DISTINCT
TX_HASH
)
/
86400
AS
TPS
FROM
near
.
core
.
fact_transactions
WHERE
TX_SUCCEEDED
=
'True'
AND
block_timestamp
::
date
>=
'2024-01-01'
GROUP
BY
1
Results
QueryRunArchived: QueryRun has been archived