Memory Pool Memory Pool Refreshing

52,605 transactions
22.78 vMB
Show Random Selection Loading Transactions
Max Size: 127/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
872,870 00000000000000000002c0700000000000000000000000000000000000000000 ago 1.00 vMB 3,331 14
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 872,869 (406,237 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
466,632 466,632 00000000000000000028330a54b570b70c6b1716121353c83a1c73f7b5fe45ce 1.00 MB 2,210 243
466,631 466,631 000000000000000000232d56ea1392f21038c14f193b69b8c542f5656026fb4f 1.00 MB 2,384 189
466,630 466,630 0000000000000000003dbc7a9460e5c2bd209fc9d62c86b8c6ba1336b281179c 1.00 MB 2,592 253
466,629 466,629 000000000000000001c5bc633279f40aa2036f93bed59f01759f1da2363f817e 1.00 MB 2,725 190
466,628 466,628 000000000000000001c0c505556faaeb8a80144d2036591136508220916f2f6a 1.00 MB 2,299 215
466,627 466,627 00000000000000000006d1f41123acf6a8c71cbcc42c0c96299671d101d1ead1 1.00 MB 2,444 239
466,626 466,626 000000000000000001debb955e8b439a45c4c5b8d3936b5e500713294f579cb1 1.00 MB 1,577 281
466,625 466,625 0000000000000000004d9ba20fdc5bae40a3df00b902a934aa5601e4807897b6 1.00 MB 2,336 218
466,624 466,624 00000000000000000070da9ff85bfedb799865fe935458b9a9d888b0a2a4a1fb 1.00 MB 1,565 230
466,623 466,623 000000000000000000c7b5900e5f4119c3e2cc583588618d72379f2e0d1ca307 1.00 MB 2,625 242
466,622 466,622 00000000000000000129408707d5b06c4861943208fb3db866aa7a496dd1a364 1.00 MB 1,813 242
466,621 466,621 000000000000000001ef130f1537f32fd908ec9886792d3affa28631b4a74f64 1.00 MB 2,484 241
466,620 466,620 0000000000000000018c8eeb044f1eb2de33b74b2922b69d1496d22c6a1fedc0 1.00 MB 2,250 178
466,619 466,619 0000000000000000018841752bfd67ff6eb2b511bee52d40831c32ce4e32049a 1.00 MB 2,247 201
466,618 466,618 000000000000000000f3c1901c5ed10a84b93ca00695778c08b26f43578f4d32 0.00 MB 1 0
466,617 466,617 000000000000000000f51c6f2038d12189eae7288ebb1994ce6a805809a601a4 1.00 MB 2,282 258
466,616 466,616 00000000000000000123111f571fd4184069a1654ac031f5740fa7f5eca63b64 1.00 MB 2,553 146
466,615 466,615 0000000000000000017ad355474edad301515b934e5e201f0e58ecae0c00325c 1.00 MB 2,203 147
466,614 466,614 000000000000000000f525351df3fae9089c2fe911e1e0ea7ef4b453dea5a8f7 1.00 MB 2,681 231
466,613 466,613 000000000000000000cd8bb1341b9ccdb494cb57e408bd2085e0bda34fb12f44 1.00 MB 2,004 150
466,612 466,612 000000000000000001d83d9a36737bc75c9b9278979bdf29746607e89d659832 1.00 MB 3,152 171
Previous 10 blocks ↓
Total Size: 704.81 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,660.24 GB sent, 243.66 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.