Memory Pool Memory Pool Refreshing

2,999 transactions
1.10 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
5 sats/vbyte 3
2 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,134 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,725 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,133 (804,704 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
103,429 103,429 0000000000007b11c0586aa4e36d3a6eaca5eac5d8440ec9137cedda37ef54ab 0.00 MB 1 0
103,428 103,428 000000000001f741f0742d1a4993e55e653be4bc4b7ed3d4109ac58e18941489 0.00 MB 3 0
103,427 103,427 000000000002f5583f71a4ea279dae66664fb20a8dc59afd17496ae25bf2c7c3 0.00 MB 2 0
103,426 103,426 0000000000023708e428c0db0ff88cb7181cb50f1874deafc939b4b09f4cab89 0.00 MB 11 0
103,425 103,425 000000000000adaab29dbecbfd411c68a2883ddd4dd8bea02a9ce97d70c71aa9 0.01 MB 21 0
103,424 103,424 000000000000cba9f4926f9328de41e499d3dd35423742151f4ef70db9d2bae9 0.00 MB 1 0
103,423 103,423 000000000000523dae01d49e24904ab2431c38cbd399dfd8dc1328c43f729bfc 0.00 MB 4 0
103,422 103,422 000000000002dd5132b173c3999a10a1094755df3f9a3eb77607e9a776664411 0.00 MB 1 0
103,421 103,421 00000000000289ab7485843edf01665463d9fe8ee9e3a3d8dd1a1520fda365db 0.00 MB 2 0
103,420 103,420 00000000000108aa2cd2c41201aecc203ec7371ae34969ca30a004f27c3f1492 0.00 MB 1 0
103,419 103,419 000000000002ab62a491a86fa4ff0e80bf98cd3337bb538405ef0f89a20767bc 0.00 MB 1 0
103,418 103,418 00000000000349f1dcd47b6365786fc204a4a838e13884fb64a2c2f892fb80cb 0.00 MB 1 0
103,417 103,417 000000000002a7db19ec8d45529e9c80b91ec373b132ef2a3217fc7e3139ad21 0.00 MB 1 0
103,416 103,416 00000000000250e6e0d0d5cf837527650c157c630bfa6c4c928d12dd1c4bc64d 0.00 MB 1 0
103,415 103,415 0000000000012df798e1e9885e79036d0371ba86b6ebe43116f99400eebad3ab 0.00 MB 2 0
103,414 103,414 000000000002e5a0ddf6c2bd271edda3c1cdb14b345ba214aec046b44057ea2a 0.00 MB 1 0
103,413 103,413 0000000000028fa426a1f211da8fa88753b57c955e17c1dba80d9ba78abd04f7 0.00 MB 10 0
103,412 103,412 000000000000f27361514d0664b7d9c3f52bbc15dd9e1254f49b8420959eb589 0.00 MB 12 0
103,411 103,411 000000000002771e5f9c9cf906974a6ae04d22c589113ff871bdde67dafa3704 0.00 MB 13 0
103,410 103,410 000000000000b720ab2cd9d60da32258b8b14351d6f6dfdb369cc45eedea91ff 0.00 MB 6 0
103,409 103,409 00000000000153cf0bf369ad1ee4b5d7c936397642f3af41179fa81d751f658c 0.00 MB 3 0
Previous 10 blocks ↓
Total Size: 769.80 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,680.34 GB sent, 96.88 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.