My understanding is that each block of data contains exactly the same fields at each other block.
Each block also references the previous block.
I would like to explore the possibility of distributing the storage of these blocks. I don't know enough about the structure of the blockchain to determine if this is simple or not.
I assume that at best, a distributed Filesystem will be invisible to the blockchain, and at worst the reference within the blockchain to the previous block may need to change to also include the location of the Host (If it doesn't already)
I would have thought that this capability would benefit blockchain considerably.
Can it be done?