Memory Pool Memory Pool Refreshing

1,328 transactions
0.56 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
1 sats/vbyte 3
1 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,778 00000000000000000002349e0000000000000000000000000000000000000000 0.54 vMB 1,316 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,777 (807,347 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
100,430 100,430 000000000001153d3c043971a76a733529514ceffaae61f1a474bd866a5cd10d 0.00 MB 1 0
100,429 100,429 000000000001831e2e7e830ef322f9f68a051ceae57ecf336d7ff88b346cc052 0.00 MB 1 0
100,428 100,428 0000000000044e6f1d6d09fc3a180fd45a7534a759a186b3e925e142738ee9fe 0.00 MB 1 0
100,427 100,427 0000000000006fbcf9d8d8658ee9b632e97f6a7224aed24c4aa359e783f87481 0.00 MB 11 0
100,426 100,426 0000000000040bd4e339c341261ba76d7210ccc7c670cd9d69ac110a64e40448 0.00 MB 8 0
100,425 100,425 000000000002bfe3b9033253e17d9165aebfdfba8a8a12f3ed47bf5206788b09 0.00 MB 14 0
100,424 100,424 000000000003ff10ae25bf111eff0d2e59877fd8b97d6fd1033ffe972b96c008 0.00 MB 4 0
100,423 100,423 0000000000030fc00d4aab9a65021151861ff5ec158e2a03ed8eb72660efd221 0.00 MB 2 0
100,422 100,422 000000000003a769cf6bff3dd0c80d67fbc96ba6817ea61d1fea251f677a4688 0.00 MB 4 0
100,421 100,421 000000000002b80cf56a34e0b3df5a72c792b502c77cb70f847c5962ea6d2ac3 0.00 MB 3 0
100,420 100,420 0000000000001093fb85895a28294d564957837c50d8c8162902281dc498d411 0.00 MB 4 0
100,419 100,419 00000000000162d415c40d85c06ddf6d1618dd283baec435be1fc7e1c5863c91 0.00 MB 4 0
100,418 100,418 0000000000042de08ecebefcdee7c5fdcb6cd10965ff0764199025aa2c749ebe 0.00 MB 3 0
100,417 100,417 00000000000118c0163ca5752364c7a0d9109e79c87530e9ceb1ceadcb72cb6b 0.00 MB 9 459
100,416 100,416 0000000000019b1e25623dfa9902805381af95f7857f7117c30485e2d186f932 0.00 MB 1 0
100,415 100,415 0000000000042dee3763a3c5fe24177ea62552a889bdf55ab6802fbaf8919f2f 0.00 MB 3 0
100,414 100,414 0000000000035c9921ae0dffb28e638e1bad703d028a61fdd9be9c777f502ed3 0.00 MB 2 0
100,413 100,413 000000000003aea8d6b8fbe36766f64058fc4273c776de13363c4e83b6b6e576 0.00 MB 2 0
100,412 100,412 000000000002f10a77921abedef2b8305a1240ef9de4307582e2f1fec3157f9c 0.00 MB 1 0
100,411 100,411 000000000000e58b574e6f4afa6d3708c208ba0824e1af6b88a40f88e8d3b07a 0.00 MB 4 0
100,410 100,410 00000000000447bb4a305ebe8d7f11e28502660225d297f1b384328f3a37badf 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.12 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,630.10 GB sent, 93.49 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.