Memory Pool Memory Pool Refreshing

10,500 transactions
3.18 vMB
Show Random Selection Loading Transactions
Max Size: 20/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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,716 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,494 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,715 (692,046 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
215,669 215,669 00000000000004917a3a08af9ac506ac9bb785c54c18e27c31b642d47c77bb05 0.00 MB 8 7
215,668 215,668 00000000000003564fe77708b6ae081b8c08d150c619e6877d455f647621dd9d 0.05 MB 82 95
215,667 215,667 0000000000000084600166e0522157ed724c08e88812019b83c88750acc6e733 0.17 MB 362 330
215,666 215,666 000000000000053f37c39def808e5c02810280aac7c8ca2cfac60c446cc91c8a 0.00 MB 1 0
215,665 215,665 00000000000001a0160fa6a3b0e13595ae2b76435a8460fef27ca787b05f9f86 0.21 MB 571 310
215,664 215,664 00000000000002a5fd23d6b2c7588141725dac10c0565cf4e5ffae379ec09f82 0.30 MB 470 149
215,663 215,663 00000000000004e931b24191233913bb84d2db0f9abb4c2fe537b07509d305b2 0.03 MB 60 151
215,662 215,662 00000000000003be80e3de00f308f24b412debc34eb049befdd9b5388a2a5ac1 0.17 MB 293 140
215,661 215,661 00000000000000422d23b4044e702901d537b13b1cb409eb350a04f347ede80d 0.19 MB 322 178
215,660 215,660 00000000000004ae4b7e64f0a9c46f4815b36568dd652ffaa4aa55cd5a68145e 0.25 MB 366 142
215,659 215,659 00000000000004063c314b5064c2d9e4fef511b1575514ce38895d4fbc63bee6 0.10 MB 256 163
215,658 215,658 00000000000001742df61a8456546f24634d23f29e15663924668e1c339c829c 0.25 MB 835 228
215,657 215,657 00000000000004951b382b3f72c6f8bf020487b04bf8dbbd7203bf8438fdb10c 0.05 MB 133 385
215,656 215,656 000000000000034a86338136a40cf2bfd3697e2dbd9489bbd82182c243da2721 0.08 MB 178 766
215,655 215,655 0000000000000289734bf7071915490bbe7ab722ec402822521ae48329f620a0 0.14 MB 379 229
215,654 215,654 0000000000000512ccb19088a0dc468ecad21589742472ac03c801f9678c7da0 0.13 MB 297 226
215,653 215,653 0000000000000431e885cf58a61191aef08a7633ae013ad4d5c43773a7669db8 0.00 MB 15 171
215,652 215,652 000000000000037348b082144396b44d91efefff471592a695897355791898c8 0.14 MB 314 166
215,651 215,651 0000000000000416bbfe2e3a22ed3a963a87235f005939877376c5a4b3c7f9ab 0.26 MB 652 164
215,650 215,650 0000000000000268a9bb333a58ac0b5bcd631af294d9eb0c1760ffcffa29d751 0.25 MB 463 128
215,649 215,649 000000000000024a047923391a216b418c8c545f7454bb3f0d7b3e325474ec23 0.43 MB 840 116
Previous 10 blocks ↓
Total Size: 769.01 GB

Node Information

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