[Ethereum] How to easily parse a raw transaction

decodingparserraw-transaction

In the Bitcoin ecosystem, there are tools like https://blockchain.info/decode-tx to decode a raw transaction. Is there a site that offers the equivalent for Ethereum?

I'm looking for an easy way to parse a raw transaction and make it human readable, without installing a library or broadcasting the transaction.

Best Answer

It perhaps doesn't meet the "it would be nice to give it to someone non-technical and allow them to parse it without using tools I've provided" qualifier, but the Ethslurp tool may be of use to people with at least some technical knowhow.

(As mentioned in an answer to this very similar previous question: Symbolic decoding of a transaction for Solidity.)