Memory Pool Memory Pool Refreshing

74,828 transactions
32.99 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
866,231 000000000000000000030ecd0000000000000000000000000000000000000000 1.00 vMB 4,262 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 866,230 (41 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
866,189 866,189 00000000000000000002f14bd8b40871811a20e9fc3274a56d2479dc7b621c57 1.91 MB 1,201 5
866,188 866,188 00000000000000000002b1bbe188d566455f4bf5a2ba3de94d577d31eae804ae 1.67 MB 2,802 4
866,187 866,187 000000000000000000016c09a7e807bd6c42fb114fbb6778b4c9e74f7405348d 1.31 MB 2,256 16
866,186 866,186 00000000000000000000ebfaa8282d9e0edab7878a197d2cd33bfaa5606868d0 1.50 MB 3,635 9
866,185 866,185 00000000000000000000ca28ffebd4856ef34144e27bf6880a52e8fdbf93004a 1.48 MB 2,821 29
866,184 866,184 000000000000000000009cbc5db57ec4910d86eb13783c070027dcebbd0d1308 1.37 MB 3,311 26
866,183 866,183 00000000000000000002ee00e0a835291688af1c6fa9c07c7aa5b809431e7b25 1.40 MB 2,866 28
866,182 866,182 0000000000000000000104cdd9d072bf69a2be6a136da4748e30f964ead456f6 2.26 MB 620 5
866,181 866,181 00000000000000000001aec4b6d2d031a87285548eaaff97926a8d57fbbfaf3b 1.91 MB 1,880 12
866,180 866,180 00000000000000000000f34d1388d75e70ef56c52bd147f2a1a618a52b7d5f9f 1.93 MB 2,088 11
866,179 866,179 00000000000000000000418e7e8048f7bb3d7dad5e0ca90f3b5105c2dcb3db7e 1.82 MB 3,027 9
866,178 866,178 00000000000000000002079cbb2a32265a9ea29262dafd2aa93569cfa9a84ce4 1.58 MB 2,134 10
866,177 866,177 00000000000000000001a4f3773bcbcf8f5a433972a3e382586883f6525044e8 1.31 MB 2,619 31
866,176 866,176 000000000000000000018ed37fc42433b7ed0ae9fb046725c35e94a0bfab72cf 1.53 MB 2,736 14
866,175 866,175 0000000000000000000240de92d5d5a3dd8160633e2487a712d9e7cdd41e69cf 1.54 MB 3,546 12
866,174 866,174 0000000000000000000297839e436a6b3181ab5c4e987ece22e71f72d4ee34aa 1.47 MB 2,544 12
866,173 866,173 000000000000000000011a3de16dcf58644a3b3cd6efdbe2ee2413608b4c00a7 1.52 MB 2,781 11
866,172 866,172 00000000000000000002571dc2212bf3064c9a17217d86745f606645369a3595 1.51 MB 3,295 45
866,171 866,171 00000000000000000000d2d60b66c4cb35408f15a68c0fedfa9a935732d435a1 1.51 MB 3,138 29
866,170 866,170 00000000000000000002a9c8ad501782bc44a02ebc954f20bf1a0e22e64fa50f 1.97 MB 2,497 5
866,169 866,169 00000000000000000001b076945262139cba9c2e620e43ba2d8035e41e51c1a0 1.53 MB 3,459 26
Previous 10 blocks ↓
Total Size: 692.17 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,839.68 GB sent, 158.56 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.