Memory Pool Memory Pool Refreshing

60,938 transactions
29.66 vMB
Show Random Selection Loading Transactions
Max Size: 191/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,562 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 5,914 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,561 (518,427 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
344,134 344,134 00000000000000000fd446d38e7a6b9651543e2b397586f1634861803db5b0e6 0.02 MB 32 16
344,133 344,133 00000000000000000afa1628cc74ecc9816ef9835302923161918d8cbc638901 0.13 MB 262 26
344,132 344,132 0000000000000000133f4b07432ee03b07663a5ae048dacb31a2ca08ffa49288 0.37 MB 610 22
344,131 344,131 00000000000000000d37e16ccd67cfbae080000819ce2a846ccc7ae45a2e5cbc 0.14 MB 254 23
344,130 344,130 00000000000000000e29612cddb060facf84a91478ec1ceebb1f63d059c7e8fe 0.53 MB 599 18
344,129 344,129 00000000000000000b7b45d606b3177149070a0535fb100161286d17bf5217af 0.09 MB 229 33
344,128 344,128 000000000000000011e2f12a7d1deef8b95e4d45422c593d748b914429cb905f 0.46 MB 802 25
344,127 344,127 00000000000000000ada6ff16964daf87e81ca4f80b321ed825f4e0eb39b503a 0.00 MB 1 0
344,126 344,126 0000000000000000074de121233e54030f7db296a91c7e10d37b7a71a9cb865d 0.03 MB 64 28
344,125 344,125 00000000000000000163dd302dddbb7b1190ae3791ac081d4b7dee77e3c06252 0.22 MB 338 21
344,124 344,124 00000000000000000fca87ba2e657f62c1306ea266fd5c9437526872e254a165 0.10 MB 128 19
344,123 344,123 00000000000000000f35b34e455e645911b9130a5863815047e63514b9b86e3c 0.35 MB 809 33
344,122 344,122 000000000000000003e1c66aa6409a7623c95e71b11afa5c517783adc890410a 0.27 MB 542 25
344,121 344,121 0000000000000000008b9debd883ddeaa0ac9674acde09cd1532398e30f4ed7a 0.67 MB 1,162 23
344,120 344,120 00000000000000000ae9d5af790d95d0e112fb70fd1e82fe125d66c1d67b9362 0.07 MB 256 44
344,119 344,119 000000000000000011d809867831146b2496bce3fbfb3cff0b9a4544bf068f87 0.55 MB 974 25
344,118 344,118 00000000000000000a23933a0108085f6372e2a05721938ce8038e936e938cc2 0.31 MB 677 29
344,117 344,117 00000000000000000fcf3375307838cb8e16f4736d71efe5a1c1288e72717ad6 0.74 MB 1,429 25
344,116 344,116 0000000000000000005800d18f46a666429b419316ac9b6c1883a501643c8659 0.26 MB 536 26
344,115 344,115 00000000000000001829441b913087d91a4c49bc5e1747e83caf61664b2af5dc 0.10 MB 224 26
344,114 344,114 0000000000000000064ed5784afb103c0999e9865e2c3d9ea7ee48b341be7c28 0.10 MB 188 23
Previous 10 blocks ↓
Total Size: 685.24 GB

Node Information

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