flipside
Insights
Studio
Quests
For Chains
For Analysts
For Explorers
About
Log in
Sign up
flipside
Total transactions, TOtal Users & Avg txn per User
deevhyn
Total transactions, TOtal Users & Avg txn per User
Updated 2024-11-11
Copy Reference
Fork
9
1
2
3
4
5
6
7
›
⌄
SELECT
COUNT
(
DISTINCT
tx_id
)
AS
total_transactions
,
COUNT
(
DISTINCT
tx_from
)
AS
total_users
,
total_transactions
/
total_users
AS
avg_tx_per_user
FROM
sei
.
core
.
fact_transactions
WHERE
block_timestamp
::
DATE
>=
'2023-08-15'
AND
tx_succeeded
=
'TRUE'
Results
QueryRunArchived: QueryRun has been archived