flipside
Products
For Protocols
For Analysts
For Explorers
About
Log in
Become a Partner
flipside
2.block num per minute
ZSaed
2.block num per minute
Updated 2023-02-01
Copy Reference
Fork
9
1
2
3
4
5
6
7
8
9
›
⌄
select
date_trunc
(
'day'
,
BLOCK_TIMESTAMP
)
as
day
,
count
(
DISTINCT
TX_HASH
)
as
TX_HASH
,
count
(
DISTINCT
TX_HASH
)
/
1440
as
TX_STATUSnum
FROM
near
.
core
.
fact_transactions
where
BLOCK_TIMESTAMP
::
date
<
'2023-02-01'
GROUP
by
day
Results
Run a query to Download Data