Memory Pool Memory Pool Refreshing

83,138 transactions
33.90 vMB
Show Random Selection Loading Transactions
Max Size: 194/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
872,038 00000000000000000002c0700000000000000000000000000000000000000000 1.00 vMB 1,625 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 872,037 (9,644 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
862,393 862,393 00000000000000000001a78eb6d28a353a2c368195107b9a237311ea1db18cde 1.62 MB 3,974 3
862,392 862,392 00000000000000000001f95aec22ad2f20760748b79b727eeba37087d4e4fb93 1.47 MB 3,236 7
862,391 862,391 00000000000000000001dc0ebd3ec88ad4f306351d40f547cd6c12c64863788f 1.70 MB 4,652 3
862,390 862,390 0000000000000000000212bf5a531b7b6163defc8a3858677a56b6f6e0cbd870 1.64 MB 6,804 2
862,389 862,389 00000000000000000000d7c0ba832004e0d326c639b005aea90d10a9eea92f63 1.77 MB 5,340 2
862,388 862,388 0000000000000000000142ea48894b3565ef573f306fc6035d08d155ff9543b7 1.61 MB 4,198 5
862,387 862,387 00000000000000000000894003cd0a5e143cd0375ec3430984c9820d0fdb5601 1.70 MB 6,336 2
862,386 862,386 00000000000000000000b03fcf59db29b845aa1d411e71518d551dd889327e5a 1.62 MB 7,092 2
862,385 862,385 00000000000000000002bc0a096dc2ae2ef4a92c7b802133984c092b75ce8cd5 1.69 MB 5,922 2
862,384 862,384 000000000000000000017d5a252a122ecb09519621a221593b5a5f5429f3d5f7 1.67 MB 5,665 3
862,383 862,383 000000000000000000008513529b304f86efaa7e398e523e4fc2593c7e9a2cfc 1.61 MB 6,793 2
862,382 862,382 00000000000000000000bed1602b0930775020d923282b348830ee8d8630bcdd 1.63 MB 4,449 4
862,381 862,381 00000000000000000002760c82773ce566ef51b226cbe35aca6d2688839aa29f 1.62 MB 7,364 2
862,380 862,380 000000000000000000015efb2400d2154d13f9d0674b1249ec560e231a291e70 1.60 MB 4,869 2
862,379 862,379 00000000000000000001d4bcda9511c0e979e8afe5aa9f7d0f7dcb017158b7eb 1.63 MB 4,096 4
862,378 862,378 000000000000000000015f3f1d716e6095b4214ceabcda4103b649f3a5d28bef 1.62 MB 4,127 4
862,377 862,377 00000000000000000000895e6038814d766adddafa4066a7708eeda6e33eca01 1.53 MB 3,956 5
862,376 862,376 000000000000000000029364bf0b0fdc427bf241f42bedb492cb58848948085d 1.59 MB 3,604 6
862,375 862,375 00000000000000000001e80aaed9d58538ad702118a833504989aae7c267afc1 1.63 MB 5,495 2
862,374 862,374 000000000000000000022e2c1de9558927f2c0a980c75a52c6e921c55b86846c 1.74 MB 3,713 4
862,373 862,373 00000000000000000000325bbb20dee8d082571eef3919f0972b481cdfe7fd9c 1.52 MB 3,679 6
Previous 10 blocks ↓
Total Size: 703.28 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: 2,587.13 GB sent, 233.18 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.