flipside
Products
For Protocols
For Analysts
For Explorers
About
Log in
BECOME A PARTNER
flipside
Miners moving?
cypher
Miners moving?
Updated 2022-09-17
Copy Reference
Fork
9
1
2
3
4
5
6
7
›
⌄
select
date_trunc
(
'day'
,
block_timestamp
)
as
day
,
count
(
distinct
(
miner
)
)
as
daily_unique_miners
from
ethereum
.
core
.
fact_blocks
where
day
>=
current_date
(
)
-
30
and
day
<=
'2022-9-14'
group
by
day
Results
Run a query to Download Data