flipside
Products
For Protocols
For Analysts
For Explorers
About
Log in
Become a Partner
flipside
Ethereum Mainnet, Daily Unique Users
cryptocat
Ethereum Mainnet, Daily Unique Users
Updated 2023-05-19
Copy Reference
Fork
9
1
2
3
4
5
6
›
⌄
SELECT
block_timestamp
::
date
AS
Day
,
COUNT
(
DISTINCT
(
lower
(
from_address
)
)
)
AS
Daily_Unique_Wallets
FROM
ethereum
.
core
.
fact_transactions
WHERE
block_timestamp
::
date
>
'2020-12-31'
GROUP
BY
Day
Results
Run a query to Download Data