A python flask webapp for exploring transactions in a BigchainDB blockchain, currently in the open source community, this repo here is the only one that supports the latest version of BigchainDB 2.0.
./setup.sh
Replace the {txid} by specific transaction id at the end of the request url like: http://<host>:<port>/api/v1/transactions/{txid}
Or send a request to http://<host>:<port>/api/v1/transactions/{txid} directly