Base64 Decode
Base64-encoded blobs are unreadable until decoded. This tool turns a Base64 string back into its original text so you can read memos and metadata attached to transactions. It runs entirely in your browser with no network call.
Type UTF-8 text to see its hex and Base64 encodings. To decode hex back to text, paste it below.
完全在浏览器中运行。无需 API 密钥,数据不离开本页面。
Recovering the original bytes
Decoding reverses Base64, mapping every four characters back to three bytes. Off-chain payloads, token metadata and signed message bodies are frequently Base64-encoded; decoding reveals the underlying JSON, URL or plain text so you can see what a transaction referenced.
When decoding fails
Valid Base64 uses A-Z, a-z, 0-9, plus, slash and optional = padding. If the string contains other characters or is truncated, the decode will produce nonsense or an error, which usually means the value was not Base64 to begin with.
常见问题
What about URL-safe Base64?
Some payloads use - and _ instead of + and /. If decoding looks wrong, the input may be the URL-safe variant and need those characters swapped back.
Is anything uploaded?
No. Decoding is fully local to your browser with no server call and no API key.
相关工具
充值、拿密钥、上线。
自助开通。支持加密货币或银行卡。按额度计费——重型原语更贵,简单调用很便宜。
获取 API 密钥