flipside
Products
For Protocols
For Analysts
For Explorers
About
Log in
Become a Partner
flipside
Algorand DAU and TXN Count
0xnirmal
Algorand DAU and TXN Count
Updated 2022-11-23
Copy Reference
Fork
9
1
2
3
4
5
6
7
›
⌄
SELECT
block_timestamp
::
date
as
days
,
/* count(distinct TX_SENDER) as dau, */
count
(
*
)
as
txn
from
algorand
.
core
.
fact_transaction
group
by
days
order
by
days
Results
Run a query to Download Data