Memory Pool Memory Pool Refreshing

12,132 transactions
30.16 vMB
Show Random Selection Loading Transactions
Max Size: 168/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
864,111 000000000000000000032f140000000000000000000000000000000000000000 1.00 vMB 4,857 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 864,110 (60,875 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
803,235 803,235 00000000000000000003976c504ad93bb7abfea8d3aeb8dfd8ca558655e60a03 1.76 MB 1,616 12
803,234 803,234 000000000000000000030b62611d53c9f9a4d4dec20e4fca7d4d84cad6c80945 1.98 MB 5,668 8
803,233 803,233 0000000000000000000346e273f88e1093747ffac7b22a967a802299d415f5c4 1.39 MB 2,269 9
803,232 803,232 0000000000000000000047c853542d609f630af2b4c124059b6b96395cfc3632 1.73 MB 4,370 7
803,231 803,231 00000000000000000000b036ccdbd03bdc299a5fc2723921420216a286bee342 1.86 MB 5,239 7
803,230 803,230 000000000000000000053e02524cb24fbec80ec50d4ad8b334fc7c5e4b50a279 2.07 MB 6,088 7
803,229 803,229 0000000000000000000466be9b1c57bfcc4505d5da8545f98bd87995f6c342d6 1.82 MB 4,887 7
803,228 803,228 00000000000000000000bb1cdfb7d1eccc615763c5f3eee26dcd45deec203755 1.91 MB 5,144 8
803,227 803,227 0000000000000000000029230fa57a9c4cb393e31af33ae9c3698d83cc3ccb90 1.88 MB 5,173 6
803,226 803,226 00000000000000000004805ca837a133acbfbc11beb456a12b6e470be154bf11 1.39 MB 2,025 11
803,225 803,225 000000000000000000045155ecfe86a0a4411d68eb1e2f13026b500bb0614e49 1.56 MB 2,876 9
803,224 803,224 0000000000000000000163e187cb3a120e5a04722761070e8f5d800110a5fa75 1.59 MB 2,277 10
803,223 803,223 00000000000000000000516a0d641259420174bf04aa8465a1fc8c3eb4e3c0a4 1.89 MB 5,342 6
803,222 803,222 000000000000000000020919f64764dfb0293263f521c51401a543c65aef0f90 1.82 MB 4,864 7
803,221 803,221 00000000000000000000da74329bc88d9bd740f9354de7934e6f73e0813ffb6e 1.64 MB 3,156 7
803,220 803,220 0000000000000000000331397d369950688bc9dce007db5260154fd345d8e64c 1.49 MB 2,519 10
803,219 803,219 00000000000000000004287565c2902a3410ac8e072365078a000a617ea03134 1.87 MB 5,278 8
803,218 803,218 0000000000000000000471b06ba71c31213bc86d4beacf2c36f199ea6626b331 1.50 MB 2,872 8
803,217 803,217 0000000000000000000051543f6cefc7aee77b21c84c228485b36b41e86f83ae 1.57 MB 2,769 11
803,216 803,216 00000000000000000002fde17cc081ffce2b65c30dbfb74dc3e0c2f64407b219 1.85 MB 4,748 7
803,215 803,215 00000000000000000004bad1dd9ef9f054ce491b42a73ec9142a49c8fc88ca2f 1.39 MB 1,110 10
Previous 10 blocks ↓
Total Size: 688.24 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,621.94 GB sent, 126.63 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.