flipside
Insights
Studio
Quests
For Chains
For Analysts
For Explorers
About
Log in
Sign up
flipside
Overall Number of Transactions, Delegators and Nodes
sagharkari
Overall Number of Transactions, Delegators and Nodes
Updated 2023-05-11
Copy Reference
Fork
9
1
2
3
4
5
›
⌄
select
count
(
distinct
tx_id
)
as
TX_Count
,
count
(
distinct
delegator
)
as
Users_Count
,
count
(
distinct
node_id
)
as
Nodes_Count
from
flow
.
core
.
ez_staking_actions
where
tx_succeeded
=
'TRUE'
Results
Run a query to Download Data