安全工具

私钥转地址

从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

03c988d65597102fe618c1e7d92fc08db5cda744073062973e6da8e2d5216830a4
04c988d65597102fe618c1e7d92fc08db5cda744073062973e6da8e2d5216830a47145d99625673720a3273e30c05c073b38534707fe205d45796519bd457efd05

Ethereum

0x4E00De8AfB4d7A3174bF91323A65EBe772D8A513

Bitcoin

17PpXF87dkUszztHgzkE4HzUF2PYZam6pj
L3da9PAnVk6z32hCqKEGAe3AU926usvjy9gyABG4aBWjhuG4bHkX
5KGY5AZ88sYiUCFzxoiyTCZfPv2A3TwmdHUBTYn6o2vs1JJYtCu

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