Memory Pool Memory Pool Refreshing

42,182 transactions
31.85 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
863,494 000000000000000000032f140000000000000000000000000000000000000000 1.00 vMB 2,839 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,493 (49,939 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
813,554 813,554 000000000000000000017e6e83263f39879f88acc0d15072e46b29ed21130e7a 1.62 MB 2,860 13
813,553 813,553 000000000000000000027527082234dcbe6932c1565cd818e7a1be1d36940d19 1.77 MB 2,217 11
813,552 813,552 0000000000000000000272054602d5392275f4745c165d733fd054b081ae2fec 1.49 MB 1,922 11
813,551 813,551 0000000000000000000493988c582576a435d09d8c4b10d7230843f7b1423d1d 1.68 MB 3,478 16
813,550 813,550 000000000000000000024db6e5bdabfd0854dae0aa459c3c314e1fe287202d88 1.76 MB 3,262 14
813,549 813,549 0000000000000000000275ae5ab92f10be1f04a82493084dcb8ac74c4227c3e0 2.06 MB 729 16
813,548 813,548 00000000000000000003da13c8123ff3dd361eec4ae024ccef850237a7793aa2 1.63 MB 3,431 23
813,547 813,547 0000000000000000000115fd8e4900b5fca4cf2a7f1fa773acefff3c7a8e9ac3 2.05 MB 802 17
813,546 813,546 00000000000000000003963b9fe31f9759fee38140ab845b1fb636d9a8a116ae 1.99 MB 1,177 18
813,545 813,545 00000000000000000001ebe00575c3f63f90172fa89f121b2996e561b0d0bb46 2.11 MB 439 16
813,544 813,544 00000000000000000003ef09003f2eef20391bc187685061e6617a731da53738 1.93 MB 1,719 18
813,543 813,543 00000000000000000001a179673b48960d818cd1d35acdb5a7745ec194bd1ea0 1.57 MB 3,371 23
813,542 813,542 0000000000000000000222e7e6ea05d822c3350b2974a23619440cfe4b2a1c49 1.37 MB 1,894 22
813,541 813,541 000000000000000000037adef988e2fe2ff521c6c0b46aacb088c420d0da4b36 1.50 MB 3,429 27
813,540 813,540 000000000000000000019d16c1dbf6e13961732eff05474139bd590e31788000 1.95 MB 1,137 19
813,539 813,539 00000000000000000001a0019da712ff83c3e92e48b22df8c05c809e88a62f57 1.95 MB 1,293 18
813,538 813,538 00000000000000000002865245e6b14949ba79396659b17d64370d430a25b6f3 1.59 MB 2,635 28
813,537 813,537 0000000000000000000358c3f10ac73bc7b91ee80d0d8f6fbc3026bf1160dafb 1.98 MB 1,092 22
813,536 813,536 000000000000000000011fbdd5886df06d006303dfd48ff8aeaeeb42ec236383 2.13 MB 328 17
813,535 813,535 00000000000000000003852e87e86eea07cc84e815d9480c39fcef70e8455bd3 1.62 MB 2,292 29
813,534 813,534 000000000000000000042c4535a79aaf2538ff8c2629ca03e724054045167589 1.51 MB 1,699 7
Previous 10 blocks ↓
Total Size: 687.06 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,505.84 GB sent, 118.82 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.