# How To Get Block Information

## Goal

Query infomation of a block.

## Before you begin

* Install the currently supported version of `cleos`.
* Understand the following:
  * What is a [block](https://docs.cyberway.io/users/glossary#block).

## Steps

Execute the command below:

```bash
$ cleos get block BLOCK_NUMBER
```

## Useful link

* [Block information](https://docs.cyberway.io/software_manuals/api_reference/nodeos_chain_api#get_block)
