Single lined chain structure where lot of datums are stored together into the one Block. Every block has a hash link to the previous block.

In other words this is a continuous sequential chain of blocks (linked list), built according to certain rules and information storage. The connection between blocks is ensured not only by numbering, but also by the fact that each block contains its own hash-sum and hash-sum of the previous block.