How to decode the "txn" and "txn256" fields from the Algod Rest API?

Using Algod Rest API, I am seeing “txn” and “txn256” fields. They look to be encoded in Base64, but decoding “txn” doesn’t give me the TxID as displayed in the blockchain explorer. How do I decode the “txn” field to show the TxID as displayed in the blockchain explorers?