Memory Pool Memory Pool Refreshing

53,250 transactions
27.98 vMB
Show Random Selection Loading Transactions
Max Size: 163/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
871,552 00000000000000000002c0700000000000000000000000000000000000000000 1.00 vMB 1,890 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 871,551 (708,306 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
163,245 163,245 000000000000038f50bae837c98ddde426da884425dbd163ec1c3d56a3b5cd77 0.05 MB 100 115
163,244 163,244 000000000000044847cb8830f5b0065f22f88f9349a5c70272b5cdd8165a42c7 0.04 MB 85 135
163,243 163,243 000000000000060e3d0904ce455831a27688ff32fbff8c268c5169624ae40513 0.00 MB 13 57
163,242 163,242 00000000000005b28e05cd54c81fc0f8f34b83f833831e8c3df71d84fed4d059 0.03 MB 27 39
163,241 163,241 0000000000000be1f1b2f1c7a168b0c3a1d715db9360c7a690ecccfdc4216a8b 0.01 MB 30 114
163,240 163,240 00000000000001df1c7c8b24116112ed157f62a8090654f56570f30a0f91ad51 0.04 MB 80 418
163,239 163,239 00000000000001f5dbbdec56b108e9f608bc3a02698b1ecc5d9164fb1d256fd0 0.01 MB 52 3
163,238 163,238 0000000000000a47038739b4f3bb07613017bd487ce674e006a452d9672420f7 0.01 MB 36 198
163,237 163,237 00000000000005bb804ab5d10654bd98dd9d7dc048e3509a42c47abd21e3bedf 0.02 MB 40 113
163,236 163,236 00000000000002e15c38adef23120018c73e54cb1341b5a299cf03f4341d3b5f 0.01 MB 28 147
163,235 163,235 00000000000002e7da94b0d7ce22390e0d74e56b603db5e8a70a6a774aa2e9bb 0.03 MB 96 21
163,234 163,234 0000000000000b38a6ed1e231feb75611e2fd15e237b81dd437c0940f4385c49 0.01 MB 24 84
163,233 163,233 0000000000000027b49137f02cb3c79287c637c50835cbda014b875ac9eb5e9d 0.01 MB 23 495
163,232 163,232 0000000000000ace731235e15bcf4c0f82ae5e2ffd402140edad2d0ee47c18ec 0.01 MB 16 164
163,231 163,231 0000000000000899bf148ef9b9283cbd9239cc32fa5cb2545baff84a92b4ec86 0.00 MB 10 0
163,230 163,230 000000000000032d219a1992d93bee77502fed90b113dd8d0bdf7557524f9977 0.00 MB 12 356
163,229 163,229 0000000000000cbac53e5c43ecb2acba4d56a7b747f141c3b3a819d9af9d249f 0.00 MB 14 28
163,228 163,228 00000000000005bd58af5a01fdcae0743b33cdd1cf08d87ae61cd903170edde2 0.03 MB 81 141
163,227 163,227 00000000000005078d33f1357cad32e106592743b351d898478d659158b888d1 0.00 MB 8 16
163,226 163,226 0000000000000c6751533d3e30e2e5b61a2630856fa25eaeab844cf904a00a5b 0.01 MB 29 236
163,225 163,225 00000000000006ce4d139f5019593729287c90f7f609df80dcd1c4c13d659c2b 0.00 MB 6 0
Previous 10 blocks ↓
Total Size: 702.36 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,543.10 GB sent, 227.36 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.