flipside
Products
For Protocols
For Analysts
For Explorers
About
Log in
Become a Partner
flipside
Sol-Active Users Over Time
feyikemi
Sol-Active Users Over Time
Updated 2024-03-16
Copy Reference
Fork
99
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
›
⌄
SELECT
date_trunc
(
'day'
,
block_timestamp
)
AS
Date
,
COUNT
(
DISTINCT
TX_FROM
)
AS
Active_Users
FROM
solana
.
core
.
fact_transfers
WHERE
amount
IS
NOT
NULL
GROUP
BY
1
ORDER
BY
1
DESC
LIMIT
1000
Results
QueryRunArchived: QueryRun has been archived