Memory Pool Memory Pool Refreshing

77,568 transactions
33.63 vMB
Show Random Selection Loading Transactions
Max Size: 200/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
870,157 00000000000000000002c4e40000000000000000000000000000000000000000 ago 1.00 vMB 3,934 18
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 870,156 (414,038 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
456,118 456,118 0000000000000000015cce38473fbfff158842c2dd380f175e5d005f553c5046 1.00 MB 2,408 183
456,117 456,117 0000000000000000008fdbf0296e3fd3e4ff3661684256512575755368ee7f97 1.00 MB 2,054 190
456,116 456,116 0000000000000000014352d3f49c36ab9cdcfa65183e480f6cb4ec8e91c95c7d 1.00 MB 2,418 144
456,115 456,115 00000000000000000031a408791ecaa70697d87db5feae9178cd7963d2558a82 1.00 MB 2,452 127
456,114 456,114 000000000000000000109d376752bc5f4345d3d58cee0109ecf4f2c4f9963e54 1.00 MB 2,387 135
456,113 456,113 0000000000000000005159a3fcf3ea6c5b6731940bc0609f20dc28f6a0be51b2 1.00 MB 1,903 146
456,112 456,112 000000000000000000a826b5aa7ee44785596c819a4786659ff0b65a4ec191b8 1.00 MB 2,420 219
456,111 456,111 000000000000000001357e48510ca323fdb9907be57cbf01033cc8e5be592d36 1.00 MB 1,495 160
456,110 456,110 000000000000000001cb59759fbc61d85e4ab82d87d259a4a4a8c9b222af9921 1.00 MB 2,144 199
456,109 456,109 000000000000000001ba66fd3c2be1bf34de2936450c882de806e0aade9ddf53 1.00 MB 2,682 181
456,108 456,108 00000000000000000184d87d438b4b43b34a5009f5c9496f5ce1aec4320b737d 1.00 MB 2,006 227
456,107 456,107 00000000000000000175c26d4cc7ddc4427a98cf4c360275f767aa3e4855da52 1.00 MB 2,467 208
456,106 456,106 000000000000000002437de10f0adcd03ce364456e5019750a118fffea914e55 1.00 MB 2,681 226
456,105 456,105 000000000000000000d940c31b260dc342a1cd5cac19110c93fa63942fc7d6d7 1.00 MB 1,772 157
456,104 456,104 000000000000000001fc18483c45d9df55d5e637654f8acaafc583f0be7aa29b 1.00 MB 2,363 202
456,103 456,103 0000000000000000009e05eb0398b72a6d55b9f7ae891302e0254159fb28172c 1.00 MB 2,519 206
456,102 456,102 00000000000000000097c6a74b1548816877636343e4b74e6cc5609a671c8700 1.00 MB 2,373 214
456,101 456,101 0000000000000000024d5dcf31cda09ceaef68722e29d3fa078c767b3206ef43 1.00 MB 2,200 187
456,100 456,100 0000000000000000003c3e73b4d2487feaea50d9f8032652ee39459e0c5d2d59 1.00 MB 2,285 211
456,099 456,099 000000000000000001b39d64f2a456fe5121d6704c4dcfe166baac13a5f9d00c 1.00 MB 2,374 235
456,098 456,098 0000000000000000004f6f57a0a88c3f66b789dc2639892cbced9edc8f94faee 1.00 MB 1,607 227
Previous 10 blocks ↓
Total Size: 699.75 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 11 outgoing, 113 incoming
  • Data Transfer: 2,186.13 GB sent, 208.74 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.