# Bitcoin Core’s User Interface

![Multiple wallet support](https://bitcoin.org/img/bitcoin-core/multi-wallet-support.svg?1693519667)

**Warning:** you only get the security and privacy benefits in supported lightweight wallets if they make a secure and private connection to your Bitcoin Core *every* time you use them. This usually requires special configuration.

### Bitcoin Core Wallet GUI (Graphical) <a href="#graphical" id="graphical"></a>

![icon](https://bitcoin.org/img/icons/ico_clear.svg?1693519667)

#### Clear overview <a href="#clear-overview" id="clear-overview"></a>

See your current balance and recent transactions

![icon](https://bitcoin.org/img/icons/ico_fee_slider.svg?1693519667)

#### Fee slider <a href="#fee-slider" id="fee-slider"></a>

Easily choose between low fees and fast confirmation

![icon](https://bitcoin.org/img/icons/ico_coin_control.svg?1693519667)

#### Coin control <a href="#coin-control" id="coin-control"></a>

Enhance privacy or save money by choosing your inputs

![icon](https://bitcoin.org/img/icons/ico_qrcode.svg?1693519667)

#### QR codes <a href="#qr-codes" id="qr-codes"></a>

Generate QR codes to receive payment

![icon](https://bitcoin.org/img/icons/ico_invoices.svg?1693519667)

#### Unique invoices <a href="#unique-invoices" id="unique-invoices"></a>

Easily track who paid you

![icon](https://bitcoin.org/img/icons/ico_control.svg?1693519667)

#### Proxy configuration <a href="#proxy-configuration" id="proxy-configuration"></a>

Use Tor or a proxy for privacy

![icon](https://bitcoin.org/img/icons/ico_monitoring.svg?1693519667)

#### Network monitoring <a href="#network-monitoring" id="network-monitoring"></a>

Track how much bandwidth you use

![icon](https://bitcoin.org/img/icons/ico_watch-only.svg?1693519667)

#### Watch-only support <a href="#support" id="support"></a>

Track bitcoins stored safely offline

### Bitcoin Core Wallet RPC/REST (CLI) <a href="#cli" id="cli"></a>

![icon](https://bitcoin.org/img/icons/get-new-address.svg?1693519667)

#### GetNewAddress <a href="#getnewaddress" id="getnewaddress"></a>

Get a new address for receiving payment

![icon](https://bitcoin.org/img/icons/get-balance.svg?1693519667)

#### GetBalance <a href="#getbalance" id="getbalance"></a>

Instantly see your available Bitcoin balance

![icon](https://bitcoin.org/img/icons/ico_send.svg?1693519667)

#### SendMany <a href="#sendmany" id="sendmany"></a>

Send a single payment to multiple addresses

![icon](https://bitcoin.org/img/icons/ico_list.svg?1693519667)

#### ListUnspent <a href="#listunspent" id="listunspent"></a>

See what received transactions you can spend

![icon](https://bitcoin.org/img/icons/create-sign-send.svg?1693519667)

#### Create/Sign/Send <a href="#create-sign-send" id="create-sign-send"></a>

Create and send raw transactions

![icon](https://bitcoin.org/img/icons/ico_notification.svg?1693519667)

#### Notification <a href="#notification" id="notification"></a>

Be notified of new blocks and transactions

**Learn more:** documentation for the [Bitcoin Core APIs](https://bitcoin.org/en/developer-reference#bitcoin-core-apis)

### Lightweight Wallets Using Bitcoin Core <a href="#lightweight" id="lightweight"></a>

![Non-private connection](https://bitcoin.org/img/bitcoin-core/connection-types-p2p-spv.svg?1693519667)

Lightweight wallets usually connect to several random full nodes (like Bitcoin Core) to send and receive all of their data. In the process they [leak private data](https://bitcoin.org/en/bitcoin-core/features/privacy#perfect-privacy-for-received-transactions) and make themselves more [vulnerable to attacks](https://bitcoin.org/en/bitcoin-core/features/validation#how-validation-protects-your-bitcoins).

![Secure and private connection](https://bitcoin.org/img/bitcoin-core/connection-types-trusted-peer.svg?1693519667)

But it’s also possible to connect certain lightweight wallets solely to your own Bitcoin Core full node, called a trusted peer. If you do this with a secure and private connection every time you use that lightweight wallet, you’ll get most of the security and privacy benefits of a full node as well as [help protect decentralization](https://bitcoin.org/en/bitcoin-core/features/validation#help-protect-decentralization).
