flipside
Products
For Protocols
For Analysts
For Explorers
About
Log in
Become a Partner
flipside
Arbitrum Daily Transactions
cryptocat
Arbitrum Daily Transactions
Updated 2023-05-19
Copy Reference
Fork
9
1
2
3
4
5
›
⌄
SELECT
block_timestamp
::
date
,
COUNT
(
block_timestamp
::
date
)
FROM
arbitrum
.
core
.
fact_transactions
WHERE
block_timestamp
::
date
BETWEEN
'2020-12-31'
AND
GETDATE
(
)
::
date
GROUP
BY
block_timestamp
::
date
ORDER
BY
block_timestamp
::
date
DESC
Results
Run a query to Download Data