A Bitcoin blockchain indexing and query service that functions as an extensible full node.
Bitcore Node is an extensible Bitcoin full node implementation that provides blockchain indexing and query services. It solves the problem of accessing and searching Bitcoin blockchain data by creating structured indexes and exposing them through modular APIs. Developers can use it to build Bitcoin applications that require efficient blockchain data retrieval.
Bitcoin developers and organizations building applications that require indexed access to blockchain data, such as explorers, analytics tools, or wallet services.
Developers choose Bitcore Node for its modular architecture, comprehensive indexing capabilities, and the ability to extend functionality through add-on services like Insight API and Bitcore Wallet Service.
Extensible full node using Bitcore
Open-Awesome is built by the community, for the community. Submit a project, suggest an awesome list, or help improve the catalog on GitHub.
The service-oriented design allows pluggable modules for fees, headers, and transactions, enabling easy extensibility for custom Bitcoin applications as detailed in the docs.
Creates searchable indexes for blocks, transactions, and addresses, facilitating efficient data querying essential for explorers and analytics tools.
Includes a built-in Express application that lets services expose APIs directly, simplifying backend development for Bitcoin-related web services.
Configurable for mainnet, testnet3, and regtest networks, making it versatile for development, testing, and production use in Bitcoin environments.
Requires approximately 500GB of disk storage and 4GB of RAM, which can be prohibitive for small-scale or budget-conscious deployments.
As admitted in the README, upgrading from previous versions forces a complete resynchronization of indexes, causing downtime and data loss for existing users.
Involves manual configuration via bitcore-node.json and potential integration with external services like Bcoin, increasing the learning curve compared to turnkey solutions.