🔍
🔗
🪙암호화폐Crypto

블록체인 (Blockchain)Blockchain

Blockchain블록체인 (Blockchain)

한 줄 정의In one line

거래 기록을 '블록' 단위로 묶어 시간 순으로 연결한 분산 장부. 한 곳을 고쳐도 나머지 노드가 모두 보고 있어서 위조가 어렵다.A distributed ledger that bundles transactions into time-stamped "blocks" and chains them together. Tampering in one spot fails because every other node still holds the original.

자세히 알아보기A closer look

블록체인은 거래 기록을 '블록'이라는 묶음 단위로 모아 시간 순서대로 사슬처럼 연결한 분산 장부입니다. 핵심은 이 장부를 한 곳의 중앙 서버가 보관하는 게 아니라, 네트워크에 참여한 수많은 컴퓨터(노드)가 똑같은 사본을 나눠 갖는다는 점입니다. 왜 위조가 어렵냐면, 한 블록을 고치면 그 뒤에 연결된 모든 블록의 암호 값이 어긋나고, 동시에 다수의 노드가 원본을 그대로 갖고 있어 조작이 즉시 들통나기 때문입니다. 흔한 오해는 '블록체인은 절대 해킹되지 않는다'는 생각인데, 정확히는 잘 분산된 본체 장부의 위변조가 매우 어렵다는 의미이고, 개인 지갑의 비밀키 탈취나 거래소 해킹은 전혀 별개의 문제입니다. 또 다른 오해는 블록체인이 곧 비트코인이라는 생각인데, 블록체인은 기술이고 비트코인은 그 위에서 돌아가는 하나의 응용일 뿐입니다. 실무에서는 암호화폐 외에도 공급망 추적, 디지털 신원 증명, 기록 공증 같은 분야에서 응용이 시도되고 있습니다.A blockchain is a distributed ledger that gathers transaction records into bundles called blocks and links them in time order like a chain. The key point is that this ledger is not held by one central server but copied identically across the many computers (nodes) that join the network. Tampering is hard because altering one block throws off the cryptographic value of every block linked after it, and since many nodes simultaneously hold the original, manipulation is exposed at once. A common misconception is that a blockchain can never be hacked, when precisely it means the well-distributed core ledger is extremely hard to forge, while theft of a personal wallet's private key or an exchange breach are entirely separate matters. Another misconception is equating blockchain with Bitcoin, when blockchain is the technology and Bitcoin is merely one application running on it. In practice, beyond cryptocurrency, the technology is being tried in areas like supply-chain tracking, digital identity verification, and record notarization.

예시Example

비트코인 블록체인 자체는 2009년 가동 이후 본체가 해킹된 적이 단 한 번도 없다(개인 지갑 해킹과 다른 이야기).The Bitcoin blockchain itself has never been hacked since it went live in 2009 — wallet-level breaches are a separate story.

관련 용어Related terms

이 용어가 나오는 게임Games featuring this term

관련 글Related articles

용어 사전 전체에서 더 많은 용어를 찾아보거나, 가이드 블로그에서 이 개념이 실제 상황에 어떻게 쓰이는지 확인해 보세요.Browse the full glossary for more terms, or see this concept in context in our guides and blog.