> For the complete documentation index, see [llms.txt](https://docs.clv.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.clv.org/portal/technical-documentation/web3-compatibility/eth_blocknumber.md).

# eth\_blockNumber

```
web3.eth.getBlockNumber([callback])
```

#### Returns

The number of the most recent block.

#### Example

```
> web3.eth.getBlockNumber().then(console.log)
> 114913
```
