Memory Pool Memory Pool Refreshing

69,335 transactions
26.39 vMB
Show Random Selection Loading Transactions
Max Size: 173/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,019 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 3,398 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,018 (31,231 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
830,787 830,787 00000000000000000001c1b470433ceb7381d85eabddcdbc5a7f8da1df183e9e 1.05 MB 221 12
830,786 830,786 000000000000000000018be17d13aa6ebceacc62dac73d4647f54919e6f5c2ec 1.30 MB 963 15
830,785 830,785 00000000000000000000e75582f8a3977d56eeb09c059c50e5d53f8edd535072 1.09 MB 279 12
830,784 830,784 00000000000000000002c080a5ee5ef888c1cf4d4b9703a8b6563128839ffb28 1.98 MB 2,468 21
830,783 830,783 000000000000000000029458a9bbb6d4c8a239702317d0c02c2f71fcc0ec76ab 1.53 MB 2,096 22
830,782 830,782 000000000000000000013acf4afdfad31fddaaff15b3fc3bd642d73928f607d3 1.42 MB 729 15
830,781 830,781 000000000000000000028586b833f222fcff689b43616334db98e91a086d66b7 1.39 MB 1,031 13
830,780 830,780 000000000000000000006f11ce33661f4ffbb8f65c9abf2a1c877bc5b7669268 1.73 MB 1,691 21
830,779 830,779 000000000000000000025af1b7b350ee1fcb46adec37489e878be80bfc378a04 1.71 MB 2,233 27
830,778 830,778 0000000000000000000131d26ca6ce56d159bc3867a6ed24a6385bab673f7486 1.61 MB 1,414 21
830,777 830,777 00000000000000000000da7f570010b3bbbcb9bb92429c0563b6225025a4dcc1 1.39 MB 437 12
830,776 830,776 0000000000000000000221e9b23c658fc2962e5901b2d803a93c8e6f83894be2 1.85 MB 2,739 23
830,775 830,775 00000000000000000000d658ccb1bdd1c122769cbaa4457f609f49693b57c471 1.71 MB 2,504 26
830,774 830,774 000000000000000000032476d3929ec8c198f97deb6d0f38416b128d3bf61bf8 1.41 MB 729 16
830,773 830,773 00000000000000000001dbcac51e8d7d4d678a8afdc66ade338f657764fd5fab 2.31 MB 1,711 16
830,772 830,772 0000000000000000000120a24727c2257fbccfbeefa30ad26b2b2a97a96dfcf8 2.34 MB 1,644 16
830,771 830,771 00000000000000000000f629943c9a6eb901f9a1728311f0d14c4d9bae67bb90 1.74 MB 1,576 18
830,770 830,770 00000000000000000002847d852a4547756cebd34005e6301a7251bc3ac85a81 1.67 MB 2,833 26
830,769 830,769 000000000000000000006639cb2da6f6901843c02d9164d2292b2ee73eba3192 1.50 MB 3,237 35
830,768 830,768 00000000000000000002e8bab8bb3bc774c5675e8d40149b2646013294b310fc 1.58 MB 2,647 32
830,767 830,767 0000000000000000000309683bf0b039f3b16596e804faee0f4d6bc7e0789ec4 1.90 MB 2,238 22
Previous 10 blocks ↓
Total Size: 684.20 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,329.81 GB sent, 99.74 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.