Own and simple implementation of the Blockchain.
Go to SimpleBlockchain.ipynb file to see the implementation (in english), explanation (in spanish) and the execution. You can try it on Collaboratory by Google.
Or, use Python file after clone this repository:
~$ pip3 install pycrypto
~$ python3 simpleblockchain.py