flipside
Insights
Studio
Quests
For Chains
For Analysts
For Explorers
About
Log in
Sign up
flipside
Applications on Algorand
Crazy_Kid
Applications on Algorand
Updated 2022-06-30
Copy Reference
Fork
9
1
2
3
4
›
⌄
SELECT
date
(
block_timestamp
)
as
date
,
COUNT
(
DISTINCT
tx_id
)
/
COUNT
(
DISTINCT
block_id
)
as
avg_app_call_txs_per_block
,
COUNT
(
DISTINCT
sender
)
as
wallets_making_app_call
FROM
algorand
.
application_call_transaction
WHERE
date
>=
'2021-07-01'
GROUP
BY
date
Results
Run a query to Download Data