Memory Pool Memory Pool Refreshing

53,634 transactions
21.18 vMB
Show Random Selection Loading Transactions
Max Size: 128/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
871,801 00000000000000000002c0700000000000000000000000000000000000000000 ago 1.00 vMB 3,508 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 871,800 (406,583 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
465,217 465,217 0000000000000000010e657bd9da60b6d4753eab64d657d778542261cb55bce3 1.00 MB 947 107
465,216 465,216 00000000000000000026bab2e06aa63da3258a0f1178131771a4ec8987928627 1.00 MB 864 109
465,215 465,215 000000000000000000801419c00283ce90b70419c574cdd76a16d2009a4a953b 1.00 MB 1,054 103
465,214 465,214 0000000000000000004129175568138cc2834a8855b8e1c15a75880b31ac5a61 1.00 MB 2,005 130
465,213 465,213 000000000000000001204d346cccd659ee9cbba2471a63aad7f4d0b61e828775 1.00 MB 1,856 122
465,212 465,212 000000000000000000c9d1695c8442fca4e019ae5b84022637825f9477a0334d 1.00 MB 2,793 148
465,211 465,211 00000000000000000118a8f89fcf1745897100e7b597dac052083cd28d5993d1 1.00 MB 2,040 121
465,210 465,210 000000000000000001df42316273e708af5ed6a8a5a434e5300b4348201a2c61 1.00 MB 1,877 172
465,209 465,209 0000000000000000015d32e94288f9d6da72104a145afb12ec0af4f0974760a3 1.00 MB 1,651 156
465,208 465,208 0000000000000000010bbe8127769c2fbff4627b92e0283b9d2d5b95069a192c 1.00 MB 2,221 137
465,207 465,207 0000000000000000007afe0b2af47e7114a7ad91c26f77ae951fa63fab580e2c 1.00 MB 2,290 202
465,206 465,206 000000000000000000ef5bf1eb67ed39feb0ecd0ac06f2ea1fa231bba8cf0f10 0.00 MB 1 0
465,205 465,205 00000000000000000213bc7399ef4f5f8f17b3abea5cc6e464be806e841ddee1 1.00 MB 1,409 115
465,204 465,204 000000000000000001d253c66299a1f3c376e0ffc6dac3ec7875a3217a60bffe 1.00 MB 2,269 161
465,203 465,203 0000000000000000010d75b14013d390abc9d32b82f96b9eed0e4bbc567334cb 0.00 MB 1 0
465,202 465,202 0000000000000000018ae1e6775edce3299a441eaaa8b982c0db11966734135c 1.00 MB 1,867 128
465,201 465,201 000000000000000000783bcc335985d4647a63ef5bb8e08082965ee20f337f0c 1.00 MB 2,376 203
465,200 465,200 000000000000000001103eb116cfa66254c5aa25d252ebb579718953d8dd9c6d 1.00 MB 2,115 175
465,199 465,199 000000000000000000b7adf0ddf2c53eac74fca6a19a9c7c8f35ce17c45e81e0 1.00 MB 1,843 145
465,198 465,198 000000000000000000a984d904f89c1873b718f8159a720898d21fccec206762 1.00 MB 2,698 236
465,197 465,197 000000000000000001bd075ae5debc33fd57ea77c8a7d5bded861052e4d803b9 1.00 MB 2,242 160
Previous 10 blocks ↓
Total Size: 702.83 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,572.53 GB sent, 230.20 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.