Counts quantity of blocks in the chain. `Command syntax:` ```actionscript block count -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 count -net Backbone -chain main ``` `Response:` ```actionscript 24180 blocks in Backbone.main ``` ### JSON-RPC Example ![[JSON-RPC Request - BLOCK COUNT]]