# BVM Technical Guide: Technical Principles of Bitcoin Virtual Machine

> Canonical HTML: https://www.turingbitchain.io/en/tbc-academy/bvm-explained/
> Source: TBC Academy / Core Technology

**BVM is the native Layer-1 virtual machine of TBC, bringing Turing-complete execution to the Bitcoin UTXO model.**

## Overview

BVM is the native Layer-1 virtual machine of TBC, bringing Turing-complete execution to the Bitcoin UTXO model. This English edition keeps the same slug, source list, publication date, and topic relationship as the Chinese technical page so that English readers can reference the same TuringBitChain knowledge base.

## Key Technical Points

- BVM is the native Layer-1 virtual machine of TBC, bringing Turing-complete execution to the Bitcoin UTXO model.
- The topic belongs to the Core Technology section of TBC Academy.
- The page uses stable technical terms such as TuringBitChain, BVM, TuringContract, ParaUTXO, OP_PUSH_META, OP_PARTIAL_HASH, hierarchical TXID, UTXO, and SHA256 PoW.
- The canonical Chinese counterpart is preserved for cross-language verification and source comparison.

## Technical Context

BVM (Bitcoin Virtual Machine) is presented as the execution layer that lets TuringBitChain express programmable logic directly on the UTXO model. The central distinction from account-based virtual machines is that state is carried through transaction outputs rather than a global account state tree.

## Technical FAQ

### What is the main technical idea of this page?

BVM is the native Layer-1 virtual machine of TBC, bringing Turing-complete execution to the Bitcoin UTXO model. The article places that idea inside the broader TuringBitChain technical stack rather than treating it as an isolated term.

### Why does this topic matter for TuringBitChain?

BVM matters because it explains how TuringBitChain extends UTXO execution with programmable contract logic while avoiding the global-state assumptions of account-based virtual machines.

### How should developers use this reference?

Developers can use this page as an English entry point, then follow the official sources and the Chinese counterpart for deeper source comparison. The topic is part of the Core Technology section and connects to adjacent TBC Academy pages through the related-topic navigation.

## Terminology

- **TuringBitChain:** The TBC public-chain project described by this academy.
- **UTXO:** Unspent Transaction Output, the state model used as the basis for transaction validation and parallelism.
- **BVM:** Bitcoin Virtual Machine, the TBC execution model for smart contract logic on UTXO transactions.
- **TuringContract:** A TBC contract model that expresses constraints through transaction data and UTXO state transitions.
- **OP_PUSH_META:** An opcode concept for transaction metadata introspection.
- **OP_PARTIAL_HASH:** An opcode concept for segmented hash verification under execution limits.

## Cross-Language Reference

- English canonical page: https://www.turingbitchain.io/en/tbc-academy/bvm-explained/
- Chinese source page: https://www.turingbitchain.io/tbc-academy/bvm-explained/
- English Markdown file: https://www.turingbitchain.io/en/tbc-academy/markdown/bvm-explained.md
- Chinese Markdown file: https://www.turingbitchain.io/tbc-academy/markdown/bvm-explained.md

## Official Sources

1. TuringBitChain 官方网站与白皮书：https://www.turingbitchain.io/WhitePaper.pdf
2. TBC 节点开源代码（C++）：https://github.com/Turingbitchain/TBCNODE
3. TBC 合约相关代码（JavaScript）：https://github.com/Turingbitchain/tbc-contract
4. TBC 学习资料与文档：https://github.com/Turingbitchain/LearningMaterials
5. Bitcointalk 社区讨论帖：https://bitcointalk.org/index.php?topic=5484189.0
6. TBC 官方 GitHub 组织：https://github.com/Turingbitchain
7. TBC 钱包与工具库：https://github.com/Turingbitchain/tbc-lib-js

---
Published: 2026-06-02
Updated: 2026-06-02

---
TBC Academy provides technical research, open-source references, and developer learning content.
