flipside
Products
For Protocols
For Analysts
For Explorers
About
Log in
Become a Partner
flipside
2023-04-24 03:37 PM
moshuiyun
2023-04-24 03:37 PM
Updated 2023-05-06
Copy Reference
Fork
9
1
2
3
4
5
›
⌄
SELECT
block_number
,
block_timestamp
,
tx_hash
,
from_address
,
to_address
,
gas_used
,
gas_price
,
gas_limit
,
position
,
status
,
tx_fee
FROM
ethereum
.
core
.
fact_transactions
WHERE
block_number
>=
16731517
AND
block_number
<
16950603
ORDER
BY
block_number
,
position
Results
Run a query to Download Data