flipside
Insights
Studio
Quests
For Chains
For Analysts
For Explorers
About
Log in
Sign up
flipside
Algorand Unique Users(Addresses) Growth
Metiocre
Algorand Unique Users(Addresses) Growth
Updated 2022-02-07
Copy Reference
Fork
9
1
2
3
4
5
6
›
⌄
select
date
(
b
.
block_timestamp
)
as
date
,
count
(
distinct
address
)
as
wallets_created
from
algorand
.
account
as
a
,
algorand
.
block
as
b
where
year
(
b
.
block_timestamp
)
>=
'2021'
and
b
.
block_id
=
a
.
created_at
group
by
date
order
by
date
desc
Results
Run a query to Download Data