Software categories
The unique history and architecture of bitcoin has resulted in several software categories, with each one serving a distinct purpose. Provided below is an overview of standard and specialized application categories.
Wallets #
Wallets are perhaps the most important bitcoin applications. They provide easy-to-use graphical user interfaces (GUIs) designed for broad audiences that let bitcoin owners send, receive, store and manage their coins.
Wallet features vary by application but always include wallet setup, balance and transaction records, and the ability to send and receive bitcoin. The full range of features that wallets may support is broad and includes security and privacy options, currency exchange features, accounting tools, interoperability, accessibility, and localization options.
Few wallets support the full range of features. The reasons for this can vary from; standards not being available when the wallet was first developed (newer address formats or HD wallets for example), the choice to not include anything that implies trusting a third party, or simply because it does not fit the intended use case for the software. The features you include should be based on the needs of your users. Try to maximize interoperability with other bitcoin products by supporting modern standards and emerging technologies. For example, a wallet project started today should almost certainly support the lightning network.
Due to bitcoin’s open-source nature, anyone with the technical skills can develop a bitcoin wallet. Many code libraries are available to simplify this task.
Exchanges #
Exchanges let users swap between currencies and networks (for example USD to bitcoin, or from the base layer to the lightning network). They typically fall into three general categories.
Consumer-focused exchanges let users buy and sell directly with the exchange. This is good for occasional use.
Exchanges focused on investors and traders usually list many different cryptocurrencies. They allow users to trade with each other by submitting buy and sell orders on currency pairs. These products are generally for experienced users. They offer complex trading features and ways to analyze price movements.
Decentralized exchanges focus on occasional use or trading and are, as their name implies, based on an open marketplace without a central authority.
Explorers #
If the blockchain is a public database, explorers are simply windows into that database.
For bitcoin, block explorers let users view transaction data, latest blocks, block height, etc. They also provide insight into bigger picture activity on the bitcoin network, such as daily transaction numbers. For example, there are typically fewer transactions on weekends, resulting in lower fees, ideal for low-priority transactions.
As transactions in lightning payment channels are not recorded on the blockchain, there are also lightning network explorers. These let you see public information about the nodes and the network, such as channel count, capacity and status. Only participant nodes can look up specific transaction information in a channel.
Payment processors #
Payment processing applications offer easy-to-use online stores and point-of-sale (POS) experiences paired with complex feature sets for merchants to manage their inventories, track their accounts, quickly ship products, and integrate with other services.
Nodes #
Bitcoin node software connects to and participates in the bitcoin network. Nodes typically download and broadcast user transactions, and optionally help verify blockchain data more broadly. Some wallet software comes with built-in node capabilities, such as Bitcoin Core, but most wallet software connects to external nodes. Learn more on the Node page in the glossary.
Lightning node software connects to and participates in the lightning network, extending bitcoin with payment channels to increase transaction speed and lower costs. It is becoming widely adopted and accepted as the preferred way to scale bitcoin.
It’s common to use node management software separate from the node software itself. This simplifies the setup, management and monitoring of nodes by providing graphical user interfaces to interact with the lower level node software instead of CLIs.
Command-line interfaces (CLI) #
Primarily used by developers, CLIs offer feature-rich ways to interact with nodes and other bitcoin software. They can be thought of as general-purpose toolboxes, so they require certain technical knowledge and are not optimized for specific use cases. New features are often first included in a CLI and later added to graphical user interfaces (GUI).
Mining software #
Bitcoin mining is the act of confirming transactions by solving a computationally intense problem, which is rewarded via freshly minted bitcoin and transaction fees.
Mining has become primarily a professional undertaking with dedicated software to manage racks of mining hardware. However, some wallets still offer mining features, and there are also cloud mining providers that allow customers to rent mining capacity.
Mining does not exist for transactions on the lightning network, so there is no equivalent software. However, opening and closing payment channels on lightning involve transactions that need to be mined on the bitcoin network.
Some bitcoin features and functionality are best handled by dedicated hardware.