flipside
Insights
Studio
Quests
For Chains
For Analysts
For Explorers
About
Log in
Sign up
flipside
Flow blockchain Metrics
rackhael
Flow blockchain Metrics
Updated 2023-04-14
Copy Reference
Fork
9
1
2
3
4
5
6
›
⌄
SELECT
COUNT
(
DISTINCT
payer
)
AS
total_wallets
,
COUNT
(
tx_id
)
AS
total_transactions
,
COUNT
(
tx_id
)
/
COUNT
(
DISTINCT
payer
)
AS
avg_transactions_per_wallet
FROM
flow
.
core
.
fact_transactions
;
Results
Run a query to Download Data