Memory Pool Memory Pool Refreshing

66,463 transactions
29.76 vMB
Show Random Selection Loading Transactions
Max Size: 175/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
870,861 00000000000000000002c4e40000000000000000000000000000000000000000 1.00 vMB 3,077 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 870,860 (760,779 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
110,081 110,081 000000000000764ae4bebe1b79da39e0b8370f56a826cc5338b5bc76a91dace8 0.00 MB 4 0
110,080 110,080 000000000000ecb8d02c588af1dfa471953261aa36397e750cd4997bfc579a00 0.00 MB 5 0
110,079 110,079 00000000000185c15746d4cf2bf98c01077b16587a9c63e9d2505423af240d15 0.00 MB 5 0
110,078 110,078 000000000001b78b67352902b12b7e97be44cb2b04679da0cfbb334c412b8636 0.01 MB 44 0
110,077 110,077 000000000000f409b27cd4319810d6cea8e6bbe0b31336ab3c4565a4e5c44ebb 0.00 MB 12 0
110,076 110,076 0000000000010bf54a032ead0da79ce85551cb591aab134c38bd7f5b957affa9 0.00 MB 12 0
110,075 110,075 000000000000f28b4febb98042c48f08f45a231b85237434b53a5fd13aa8eac8 0.00 MB 11 0
110,074 110,074 0000000000006a21f1b0dd4a543eb61158954929e57859fdc9cd326c49f02d1b 0.00 MB 12 0
110,073 110,073 0000000000019a41093a13882b61733c014e3806d97e9b84fd5cae078f4dca48 0.00 MB 8 0
110,072 110,072 000000000001770885802a524a51d168e7b32281f083eb63080b4c9c19b2f6aa 0.00 MB 12 0
110,071 110,071 00000000000129dd8119551b52d5dafc237197dc16f89c00fb58ad9e0205012f 0.00 MB 12 0
110,070 110,070 0000000000010e09912682199fb90e9e7f3777a3c1bbf4ca250be3700f701d69 0.00 MB 12 0
110,069 110,069 0000000000000e04d8a1022a6f6cbced5bfd93f78e9a31838a262fa2a7f1fb8f 0.01 MB 4 0
110,068 110,068 0000000000006a083ebfeba8336476979156021109454a6698053d865f94e393 0.00 MB 1 0
110,067 110,067 000000000000ac6bcaa1a2007ea6dc194fc019965039a4f4a62ad730945115e1 0.00 MB 4 0
110,066 110,066 00000000000049f1bc8b4c1f42ebf8d21c33705769a8e6089f9284becb38e972 0.00 MB 3 0
110,065 110,065 0000000000008f86eed9b717cc53bfc54b3322b14e83163bac3cb4b3358d871a 0.00 MB 10 0
110,064 110,064 0000000000002dc4b88a47a25820d1ee9407a6b03fcc3788eea80bb66a7bcd8a 0.00 MB 3 0
110,063 110,063 00000000000165aaa12e0bab07c6c76dc749ee28a62b7f517329ffabb97960fc 0.00 MB 7 0
110,062 110,062 00000000000191ea135eaeda69457a3ceb8c9c39e2683eff17c88aacee7e1b73 0.00 MB 5 0
110,061 110,061 0000000000014814753b8efd58e14a8664d129ab04390a369fa760c77e8edf76 0.00 MB 11 0
Previous 10 blocks ↓
Total Size: 701.09 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: 2,399.32 GB sent, 217.81 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.