flipside
Products
For Protocols
For Analysts
For Explorers
About
Log in
Become a Partner
flipside
Daily Transactions and Unique Addresses [Month]
Ramahar
Daily Transactions and Unique Addresses [Month]
Updated 2022-07-09
Copy Reference
Fork
99
1
2
3
4
5
6
7
8
9
10
›
⌄
select
YEAR
(
block_timestamp
)
as
yr
,
MONTH
(
block_timestamp
)
as
mt
,
concat
(
yr
,
'-'
,
mt
)
as
dt
,
status
,
count
(
distinct
tx_hash
)
as
txs
,
count
(
distinct
from_address
)
as
users
from
polygon
.
core
.
fact_transactions
group
by
1
,
2
,
3
,
4
Results
Run a query to Download Data