安全工具

私钥转地址

从32字节secp256k1私钥派生比特币(P2PKH)和以太坊(EIP-55)地址 — 所有计算均在您的浏览器中完成

Private Key → Address

Derive Bitcoin (P2PKH) and Ethereum (EIP-55) addresses from a 32-byte secp256k1 private key

Public Key

02f7b19a4d71fc641931ca8254f2ff24da51f2ad511fbba1731da3c7811b7c9590
04f7b19a4d71fc641931ca8254f2ff24da51f2ad511fbba1731da3c7811b7c9590f2555f39e32dce7ff56670cba966780aa8032b24edda8851481c9f465e35743e

Ethereum

0xe43936947aBF33c41a48761C22b621A38a03033a

Bitcoin

1BnDhg97LyXzJs2KA7UdovkpDAUfkoaT8k
L4pPG1xAUGFrMY4ULGGXYpSEXSnVbkHHbMnY2D7hrkQLbYreiWHM
5KY8JuKqpQr8ZJ1LLKQugqMfrwnCTuQB6yNC7AYRfTbjxQo8mkA

How it works

  • BTC and ETH both use the same secp256k1 curve, so a single 32-byte key derives addresses on both chains.
  • ETH address = last 20 bytes of keccak256(pubkey_xy), then EIP-55 checksum casing.
  • BTC P2PKH = base58check(0x00 || RIPEMD160(SHA256(pubkey))).
  • WIF (Wallet Import Format) is the base58check encoding of the private key for use in Bitcoin Core / Electrum.

Never paste a real private key controlling real funds into a website.

This tool computes everything locally with no network calls, but you cannot verify that with the naked eye. Use it only for testnet keys, learning, and burner wallets.

Powered by the audited @noble/curves and @noble/hashes libraries. Pure JavaScript, no WASM, no network.

没找到需要的?

我们根据社区反馈开发免费工具。欢迎提出能改善您工作流的工具建议!

私钥转地址 — 免费工具在线 | FreeTool24 | FreeTool24