Memory Pool Memory Pool Refreshing

58,906 transactions
29.59 vMB
Show Random Selection Loading Transactions
Max Size: 162/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
872,960 00000000000000000002b5630000000000000000000000000000000000000000 1.00 vMB 2,428 10
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 872,959 (738,258 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
134,701 134,701 00000000000001dbf2b9853c91ffb88719049abad42ec1aea7f28987007c43bd 0.03 MB 79 599
134,700 134,700 000000000000046c2da63840f64ba7e290be206232e9d48f1b3da1e4311692e0 0.02 MB 44 422
134,699 134,699 00000000000007c2cf8a63001825c78127a281bb52720ccb57aba0325ffc3054 0.04 MB 99 622
134,698 134,698 0000000000000383106464ad139420b0c9bf474c75c7f61ee03df284a5ce920e 0.03 MB 86 147
134,697 134,697 00000000000009f6e8aed4a11684b47d71d11c648ebe6af1b7fb5ba1878a4b3d 0.00 MB 1 0
134,696 134,696 0000000000000a04395708d1712e422772b612db9df30c2f8321c7af20e6752c 0.03 MB 85 78
134,695 134,695 00000000000001508c80307fdf4926779326fcb3450a7f0ab99c1a372150643a 0.04 MB 50 283
134,694 134,694 0000000000000af67f90d63a3ab90f7a72831358dc6810b136f7597aaea1eb22 0.04 MB 83 359
134,693 134,693 000000000000077e9d85be4faaa6dbb806bd824ddbbe23ec0eb9c63f2af278b4 0.01 MB 31 433
134,692 134,692 0000000000000aa06112170493cf936797c7222b0bd3172201c6f639e8dda126 0.05 MB 157 53
134,691 134,691 0000000000000360965f0ac020c1e1f47778516b2fe1f3a880c1c93cac4f18b4 0.02 MB 43 322
134,690 134,690 000000000000033fd77550684d72100a7a678c5d22a67985c8f46e29efd5274f 0.00 MB 12 17
134,689 134,689 0000000000000abefadbcfdb7656b7cde9e6560e58e99f7d6b21b032585532de 0.03 MB 97 297
134,688 134,688 0000000000000b219e24c5dc7e73422b0b04a94cf0fce3442ae795794ca281d8 0.03 MB 105 102
134,687 134,687 000000000000067d4aa5993effbd52774e4648086f0a1a296094943eb0ba6840 0.04 MB 79 307
134,686 134,686 000000000000065b3a79a1e09fd6526817243165ac0491b8a81d40931529af27 0.00 MB 16 932
134,685 134,685 00000000000006829370febdc58f17e5c3204eb927bcc1486d59aa30cef2d1ca 0.00 MB 13 588
134,684 134,684 000000000000082a8f9c8edd638ab3bdcc80babd6ff590a7d410a54535986b15 0.05 MB 67 371
134,683 134,683 00000000000005d51ba9fbdcae51795351d826c153c00ce8140da9a2a1693827 0.02 MB 17 149
134,682 134,682 000000000000078885ac31374555151c31bdc8f11b6c7fbe5c917a0d5ee031d0 0.06 MB 108 372
134,681 134,681 000000000000033a63fa6227aafadfd183057bd8d631ae0084816a81195eaf4d 0.02 MB 39 385
Previous 10 blocks ↓
Total Size: 704.97 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,663.04 GB sent, 244.42 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.