Memory Pool Memory Pool Refreshing

55,056 transactions
34.07 vMB
Show Random Selection Loading Transactions
Max Size: 181/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
875,419 0000000000000000000297fa0000000000000000000000000000000000000000 ago 1.00 vMB 3,254 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 875,418 (1,025 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
874,393 874,393 00000000000000000001582777db34a60be2e6245c2e1ff82711f56aa80297b7 1.64 MB 3,530 10
874,392 874,392 0000000000000000000006f2d7bb7ca6aa8fc1fbf8bf2083fab5ba70e81fa3e1 1.54 MB 3,889 14
874,391 874,391 000000000000000000005d8175570bdf70133d57b2c7820a1445082a9c53eb39 1.67 MB 4,005 13
874,390 874,390 0000000000000000000244d03d63e0bb1f46430a88880efa33f3523efc0cb668 1.74 MB 4,423 14
874,389 874,389 00000000000000000002ab0a715efb11c3d36a15c3db26c4eeb3d2e5dcbecf7d 1.63 MB 4,311 17
874,388 874,388 000000000000000000014fab811786c9fb798c5297a9e8cff4c2fa16b056669e 1.70 MB 4,078 13
874,387 874,387 000000000000000000021668d82e096a1aad3934b5a6f8f707ad29ade2505580 1.67 MB 3,723 16
874,386 874,386 0000000000000000000024328b93dbf53ff561bcf266992f6d46a353d90334c7 1.38 MB 1,655 9
874,385 874,385 00000000000000000002a63f7767ddf2ef1df880b328a0cd3fb5284bef7b988f 1.83 MB 4,215 10
874,384 874,384 000000000000000000020a2e6a25ea7c240ebe3dd6737352cbc9da2374b7fe98 1.70 MB 4,170 12
874,383 874,383 0000000000000000000242cc64c8c507232b97e6de4928d8a38b750cb365cb67 1.72 MB 3,937 11
874,382 874,382 000000000000000000006e044b1fe5f92e70e76f9b30bf1d6f9bc5d220865ebf 1.62 MB 3,629 11
874,381 874,381 00000000000000000002b222e5e1bf7f210e942ceffd044e2432dcff4a2eb88d 1.55 MB 3,712 18
874,380 874,380 00000000000000000000dca9a8cbbe6e288d33a8459ef5af90feb944947c6629 1.47 MB 3,600 15
874,379 874,379 00000000000000000001023ca3640ae6545fa397edef37a6eb424dead6447e45 1.43 MB 3,333 19
874,378 874,378 00000000000000000001fa2ee88bc27d6ecd113a334121284f1bd8993a2cfb0f 1.60 MB 3,407 14
874,377 874,377 00000000000000000000774c5a94b68b491a4fe4741c9c64a6b44b11199be7ec 1.75 MB 3,395 14
874,376 874,376 0000000000000000000133c6c639114c3b677ba0029c0adea079bb56181a1a04 1.53 MB 3,732 15
874,375 874,375 0000000000000000000164a56319aede22e6897a3b1e9fc96ae2611da18d7019 1.55 MB 3,041 13
874,374 874,374 00000000000000000000637b91eab20cd78ce7b39fcc681287389197148c34aa 1.57 MB 2,724 11
874,373 874,373 00000000000000000001da0818ce103e2e84f076e7d23ccb243c0efaa70e2332 1.52 MB 3,393 16
Previous 10 blocks ↓
Total Size: 709.42 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: 586.61 GB sent, 8.87 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.