Public Key is a cryptographic key that is shared openly and used to receive transactions and verify digital signatures in blockchain systems.
Core Explanation (Exam-Focused)
-
Part of Asymmetric Cryptography
Works with a mathematically linked private key.
-
Publicly Shareable
Can be disclosed without compromising security.
-
Transaction Receiving
Used to generate blockchain addresses for receiving assets.
-
Digital Signature Verification
Confirms that a transaction was signed by the correct private key.
-
One-Way Derivation
Public key is derived from the private key; reverse is computationally infeasible.
-
Not Secret
Exposure does not allow spending or ownership control.
Role in Blockchain
-
User signs a transaction using the private key
-
Network verifies authenticity using the public key
-
Assets are transferred to an address derived from the public key
Public Key vs Private Key
| Aspect |
Public Key |
Private Key |
| Visibility |
Public |
Secret |
| Purpose |
Receive & verify |
Sign & authorize |
| Risk if exposed |
None |
Total asset loss |
One-Line Definition (Exam Use)
A public key is a cryptographic key that is openly shared and used to verify digital signatures and receive transactions on a blockchain network.