Shows the last block in the chain.
`Command syntax:`
```actionscript
block last
-net <net_name>
-chain <chain_name>
```
`Options:`
```actionscript
-net - name of the Cellframe Network. The list of networks can be found in the <Config_dir> \ etc \ network folder or received by The Cellframe-Node-CLI using command - net list
-chain - the name of Chain. The list of chains can be found in the directory <Config_dir> \ etc \ network \ <network_name> or by the Cellframe-Node-CLI using command - net list chains
```
If you request command in the Cellframe network, use parameter `-chain main`.
### CLI Example
`Command:`
```actionscript
cellframe-node-cli block last
-net raiden
-chain main
```
`Response:`
```actionscript
Last block num: 16511
Last block hash: 0x31770B9BA8B838067EDA6ABA5A0C2B88FEF611945E249C9AEB3640AE873E0E4E
ts_created: Thu, 20 Jun 2024 06:09:41 -0400
raiden.main has blocks: 16511
```
### JSON-RPC Example
![[JSON-RPC Request - BLOCK LAST]]