Memory Pool Memory Pool Refreshing

5,110 transactions
1.66 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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
907,754 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,477 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,753 (707,313 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
200,440 200,440 00000000000004bbc0a7a4fdb13d328266abc1f8fe69cdf89b18735d41b31a22 0.27 MB 690 217
200,439 200,439 0000000000000343360189b2e6653ae3f7eb361eb918a8eb45b2def211493701 0.06 MB 136 172
200,438 200,438 00000000000003e5a63136bc5e25bea77ad08ecb1037701da17308b03d4e4cac 0.01 MB 32 0
200,437 200,437 000000000000038dc947221569485f269c5aa1494f4f1d2f8eef77034644eca4 0.02 MB 56 145
200,436 200,436 00000000000003769629bd90ca807078a29c5dbe8416d2e21aee28207b85d3cb 0.03 MB 88 111
200,435 200,435 0000000000000348fa363ddb6e88be12909a040e0916b837a6c8cf92a8a769ea 0.00 MB 9 45
200,434 200,434 00000000000003fc43ceb91f9496aa2295f901bba0cf3283eca3b27df5cddc92 0.04 MB 15 59
200,433 200,433 00000000000005d024e86337ca13439b7f3dbd5e1a005b1dbe510150d45b6e98 0.03 MB 61 229
200,432 200,432 00000000000005bdfbce8f8b7e0b13247ae279ae77cb5dd6ed248befa7e75cfb 0.09 MB 227 122
200,431 200,431 0000000000000546539a95c69b1225d5389b5ba598bacfabc3b281971bdcd3a3 0.05 MB 152 76
200,430 200,430 000000000000059df446177c1c557a45c7a9449fb26812be662173b492e98c9a 0.02 MB 45 163
200,429 200,429 000000000000035ea4898e1ee49bb1f1d1312108e2c791a616f8066975bc55f2 0.09 MB 212 129
200,428 200,428 000000000000049853432c8cb361e1135a2ddb3a08e4ec6ca6bb8a03323d3eba 0.09 MB 263 172
200,427 200,427 000000000000001a809166cbc57ca7b51fc3a5da96b45808509b3cb054faa8a7 0.03 MB 88 111
200,426 200,426 00000000000003996184d5ad2e40aaecc671e4bc5f29b09aefc8925899b0ca04 0.01 MB 20 63
200,425 200,425 000000000000006fcc5c293e21b651f5d0c72a52c04b017845f91e20e4f97ba0 0.00 MB 13 0
200,424 200,424 0000000000000422cfd1f52062371065267a3d4bd8efdf99cd3531ebfc6df9b8 0.02 MB 74 174
200,423 200,423 00000000000004049f1e653554393f57d370103f1db0c3f09bb50b30f380d612 0.20 MB 207 131
200,422 200,422 00000000000004315593807bc06f01ee94a3562cb4818ab3f7a3754acf922590 0.02 MB 34 122
200,421 200,421 00000000000002170677445ade7607547159de69d54f1ea695782be8953be68e 0.00 MB 8 360
200,420 200,420 00000000000000bd8af8830b6ecb15a17a82c06943eaef56d5b5dae4ad775424 0.04 MB 140 61
Previous 10 blocks ↓
Total Size: 769.08 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,628.27 GB sent, 93.32 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.