BLOB (Binary Large Object) is designed to store unstructured binary data up to 4GB in databases. Unlike CLOB for character data, BLOB stores raw binary without character set conversion - ideal for images, videos, documents, and any binary format that must be preserved exactly.