Not really.
In the context of ethereum blockchain the transactions are available in plain text through the rest api of the blockchain.
Looking at a specific block, the information includes list of the transactions, and every transaction can display details like - from,to, value, data…
The only field to possibly have encrypted data is the ‘data’ field but it usually includes non encrypted data for calling of a smart contract function.