Memory Pool Memory Pool Refreshing

24,901 transactions
34.72 vMB
Show Random Selection Loading Transactions
Max Size: 191/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,112 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 2,915 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,111 (32,357 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
829,754 829,754 00000000000000000001dd73dd5bb8dbb9a93897dfa9ce1e27253cc0336ed435 1.27 MB 1,176 24
829,753 829,753 00000000000000000001efc73cc821da7e7073414f7e4cc10741133d6a5b4f99 1.46 MB 2,534 27
829,752 829,752 00000000000000000001a250e083780b0ad5565746328369acde21d0a348da4a 1.64 MB 3,227 26
829,751 829,751 0000000000000000000291b9618a993b2693df75acb562f943b340c6112cc486 1.58 MB 2,749 36
829,750 829,750 000000000000000000027c37012c99b1ce42d0567f4d9e2fcaa7936688150cd3 1.39 MB 1,754 25
829,749 829,749 00000000000000000000d3ee00bead3689ea901aa1c210ba9880089e0b35bcae 1.26 MB 951 23
829,748 829,748 000000000000000000011b7079c2384a3d9bf86b3399d15adab7f118cf54a31f 1.63 MB 2,592 30
829,747 829,747 00000000000000000003290d7e4a0ad48ae315696e72fb8a3089dfeb1701a077 1.71 MB 1,675 26
829,746 829,746 00000000000000000001a3353a17a9310e3877a3bf1bd127fb29b74fa5314fb1 1.05 MB 311 20
829,745 829,745 0000000000000000000006fef1a3b7456e3c88b54e9813bfdaa01727c7ed1f10 1.67 MB 2,606 27
829,744 829,744 00000000000000000001e9d1d3dbd9c41933732547428ae23f75ad83a6f1ea5c 1.86 MB 3,371 29
829,743 829,743 00000000000000000000db2cd5112ee0425cdc104d1159a45ccab3b8e6e2b6f4 1.57 MB 3,289 38
829,742 829,742 00000000000000000003a1ef301fd639d37e2c488333a4c17087ecc5d2b3649f 1.64 MB 1,018 22
829,741 829,741 00000000000000000003a9011999ad7b6da0b03d6265272ac861727642cc2c1d 1.63 MB 2,169 27
829,740 829,740 00000000000000000001954504d657a9f81a15632a89e16658696e52f2a41a98 1.07 MB 251 21
829,739 829,739 00000000000000000000b92e086e5f3e434e0635a5f5d3477d443891f0b284e3 1.09 MB 474 21
829,738 829,738 00000000000000000001af0498385ebad0a72938db0553564bd79b8153ad0b33 1.10 MB 671 21
829,737 829,737 00000000000000000000b95cf1f6306782adaaff1cf768bb21316d53a7fd33be 1.44 MB 2,520 30
829,736 829,736 00000000000000000000b2927d2c7665dd513e8b2552427f3af4d231f92297cf 1.27 MB 1,316 25
829,735 829,735 000000000000000000023a703d098d58373f6d3ce6e1bf09b1df4e67634140bf 1.51 MB 1,412 27
829,734 829,734 00000000000000000000ba9c1f42199c9f111ac9d116faeecc6701206176072f 1.33 MB 1,193 21
Previous 10 blocks ↓
Total Size: 684.38 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,337.88 GB sent, 100.82 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

So it's pretty basic, but I think you can learn a lot about how Bitcoin works by browsing the raw data and seeing how it all connects together.

Data

The data on this explorer comes from the following sources:

  1. Bitcoin Core. This is used to get raw transaction and block data. This is retrieved via simple bitcoin-cli commands.
  2. SSDB. I'm using a custom database to store the address balances and spent locations of each output. Bitcoin Core does not store this information, so I'm using a custom script and database to store this extra information.

Privacy

This blockchain explorer does not track anything.

I do not collect IP addresses or keep track of requests. Nor do I use any third-party analytics or tracking software.

However, this blockchain explorer is not open-source, so you have to trust me on this one.

Bitcoin Core Explorer

If you want to explore blockchain data without having to trust anyone with your privacy, the simplest way to do this is to run your own Bitcoin Core node and run bitcoin-cli commands.

The two most useful commands are:

  • You will need to add txindex=1 to your bitcoin.conf configuration file to be able to query for all transactions.
  • Use bitcoin-cli help to a complete list of commands.
  • Use bitcoin-cli help <command name> to see detailed information about a command and all the available options.

Alternatively, you can also run your own self-hosted explorer such as mempool or btc-rpc-explorer.