A peer-to-peer electronic cash system can be interpreted as a data storage system in the specific sense that it immutably records transaction data in a distributed ledger. Each transaction is a data entry. The blockchain acts as an append-only database replicated across nodes. However, its function is not general-purpose data storage—only financial state transitions are recorded. Storing arbitrary data is inefficient, and antithetical to its purpose.
Login to reply