flipside
Products
For Protocols
For Analysts
For Explorers
About
Log in
Become a Partner
flipside
Arbitrum daily transactions in 2023
superfly
Arbitrum daily transactions in 2023
Updated 2023-01-13
Copy Reference
Fork
9
1
2
3
4
5
6
7
8
›
⌄
select
date_trunc
(
'day'
,
BLOCK_TIMESTAMP
)
as
block_date
,
count
(
distinct
TX_HASH
)
as
transaction_count
from
arbitrum
.
core
.
fact_transactions
where
STATUS
=
'SUCCESS'
group
by
1
order
by
1
Results
Run a query to Download Data