blockNumber
view
Column | Type | Required |
---|---|---|
|
|
|
Examples
SELECT * FROM blobBaseFee
sql
Microsoft Excel
-
In the Excel Data tab, choose Get Data > From Other Source > Blank Query (or New Query > From Other Source > Blank Query for older versions of Excel).
-
In the Power Query Editor formula bar, enter:
= Odbc.Query("dsn=Ethereum", "SELECT * FROM blockNumber")
replace
Ethereum
with the name of your Easysoft ODBC-Ethereum Driver data source. -
Press the tick button.
-
In the Query Settings > Properties > Name field, enter:
blockNumber
-
Choose Close and Load.
-
Optionally, to convert the hexadecimal value to a decimal value, enter the following formula in another cell:
= HEX2DEC(RIGHT(blockNumber,(LEN(blockNumber)-2)))