flipside
Products
For Protocols
For Analysts
For Explorers
About
Log in
Become a Partner
flipside
2016 Halving: Active Users
dannyamah
2016 Halving: Active Users
Updated 2024-05-21
Copy Reference
Fork
9
1
2
3
4
5
6
7
8
9
›
⌄
select
date_trunc
(
'day'
,
block_timestamp
)
as
date
,
count
(
DISTINCT
pubkey_script_address
)
AS
"Active Users"
from
bitcoin
.
core
.
fact_inputs
where
date
between
(
'2016-07-9'
::
date
)
and
(
'2016-07-9'
::
date
+
365
)
group
by
1
order
by
1
Results
QueryRunArchived: QueryRun has been archived