Memory Pool Memory Pool Refreshing

78,677 transactions
28.04 vMB
Show Random Selection Loading Transactions
Max Size: 177/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
870,893 00000000000000000002c4e40000000000000000000000000000000000000000 1.00 vMB 4,678 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 870,892 (67,064 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
803,828 803,828 00000000000000000005462b5c59d9683bcd2a46ed30a9a5546de114def18b27 1.27 MB 2,052 17
803,827 803,827 000000000000000000038e95210ff512d4fb2076855744422e2ee482bf742b64 1.34 MB 2,064 28
803,826 803,826 0000000000000000000173b690c0f0cdef738eebaaafea82b75c95f253a56f2f 2.06 MB 6,380 7
803,825 803,825 00000000000000000003dc5e2f1870bfd64fab522fec0f651f1de2246b30b748 1.34 MB 2,076 6
803,824 803,824 00000000000000000003d7983d66ada60aa877e311c469a392bbb28e87af438d 2.05 MB 6,387 7
803,823 803,823 0000000000000000000092eeb75e9f5bcdd2844518f17bca401c0836ce9662a7 1.71 MB 4,285 13
803,822 803,822 000000000000000000006e84c211b6800c3c65fa564f577469465a6d50062401 1.86 MB 5,313 6
803,821 803,821 00000000000000000001b0e1eab8a8b538f74ad1594294047a68f33b72598e78 1.58 MB 3,590 6
803,820 803,820 00000000000000000000c5571b92c939c11dab41728ec4540c05dce2989d9ec4 2.04 MB 5,911 9
803,819 803,819 00000000000000000000a6b09d0b556e2c491d328aa1e825b9d5b8a1e7aef58b 1.60 MB 3,369 10
803,818 803,818 000000000000000000020ac41bd40ebc98d756385734144fb9d52dc99928e405 1.63 MB 3,165 6
803,817 803,817 0000000000000000000189ee11eb88aa9591746a2136ead7a7625caa1d0e4451 1.81 MB 950 10
803,816 803,816 0000000000000000000367755717a0ac0865f32e9b254d9b0aab2f3cc0d02353 2.02 MB 2,584 12
803,815 803,815 0000000000000000000537a37a3f4a672d3a84e616216f36d58dc874ac0d32a3 1.71 MB 1,395 9
803,814 803,814 000000000000000000042c5e2b0a2a6d8094b35ae4a18f83fe54a0cb6919501f 1.64 MB 2,138 16
803,813 803,813 00000000000000000001f7c445371ac87a11b61843f6faac8283e849a72763b0 2.09 MB 2,817 13
803,812 803,812 00000000000000000003121da46ed2c387da9eaa89efdb373d8ad58c003c4dbd 1.83 MB 1,937 13
803,811 803,811 00000000000000000004f83f32cff9516c36dac1323d6a0e9ea02067054fa9f5 1.50 MB 2,810 22
803,810 803,810 000000000000000000008fdbaf41df9a5a035eb0f931fd244f789436c5986d81 1.41 MB 2,283 20
803,809 803,809 000000000000000000045b2d98109021f7b7903f700a46646c8ea0c51c6e7824 1.95 MB 2,552 16
803,808 803,808 00000000000000000001104526033d27a6b3c55d9b85c98ae2fea569ad277cf7 1.79 MB 2,900 15
Previous 10 blocks ↓
Total Size: 701.15 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,400.97 GB sent, 218.20 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.