flipside
FLIPSIDEAI
IDG PLAYBOOK
JOURNEYS
INSIGHTS
About
Log in
GET STARTED
flipside
Solana tps count over the time since the beginning of 2022[Excluding past 30 days]
Mufasa
Solana tps count over the time since the beginning of 2022[Excluding past 30 days]
Updated 2022-07-13
Copy Reference
Fork
9
1
2
3
4
5
6
7
8
›
⌄
SELECT
block_timestamp
::
date
as
date
,
count
(
tx_id
)
/
86400
as
transaction_per_second
FROM
solana
.
core
.
fact_transactions
WHERE
date
>=
'2022-01-01'
and
date
<=
CURRENT_DATE
-
30
and
succeeded
=
'TRUE'
GROUP
BY
date
Results
Run a query to Download Data