Is this for academic reasons? As far as a consumer is concerned, pretty much any storage drive you would buy is block storage. For now, it's more just a system level software data organization scheme (object storage) vs a device level organization scheme (device storage). Seagate's Kinetic Drive project blurs that line a bit but that's an exception.
Block storage means LBAs, or Logical Block Addresses. For the sake of simplicity lets just say each block is always logically 512 bytes, and numbered consecutively starting from 0. Data is written to as many blocks as needed. Currently, at the lowest level of hardware, everything is block storage.
Object storage is more of an software idea. It's used in data systems. Instead of writing and...