Memory Pool Memory Pool Refreshing

24,852 transactions
33.68 vMB
Show Random Selection Loading Transactions
Max Size: 187/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,104 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 3,990 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,103 (693,546 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
168,557 168,557 00000000000003d52c23f69a5efd9f30fd18798db6058a62f45f6c457b19aa3a 0.02 MB 65 96
168,556 168,556 00000000000003016b60330157371306e188757bd455e2c9b5453fb74039b19c 0.01 MB 24 11
168,555 168,555 00000000000005eb9c313e9972dc2e4f33508ed5ddced5034b47045626daa14e 0.03 MB 49 64
168,554 168,554 00000000000009935e43e00c603fb0941abc7033a2035303ba29828c6178f901 0.00 MB 7 229
168,553 168,553 0000000000000921b1c7a9b7c39ad607946bb0b54a91c4b8fe11120b59f06b0e 0.00 MB 15 285
168,552 168,552 00000000000003308ac134bea3b91c4848176883a930b98a5917d67e545fda19 0.01 MB 33 14
168,551 168,551 0000000000000370ea42310c6b4bff0cfc0b6f43a7a684968813b5ae430add1e 0.02 MB 38 91
168,550 168,550 00000000000001f076f240538a1b4a47e285b22ebf3d54587a402fda377be2d7 0.03 MB 88 13
168,549 168,549 0000000000000af3b7bcac1c1eddcfdb83d0be016b5aecdec47599afc2382d48 0.03 MB 63 67
168,548 168,548 00000000000007271f89b7ea7e2d7f01a623e6ca0acb2552db4bba5ae35d6c80 0.01 MB 24 47
168,547 168,547 0000000000000452fe0217e7d704bcf57431c41bb0e1a548e6a22527d3475f52 0.03 MB 67 69
168,546 168,546 000000000000037ed1f67a7fbe513ad501a083036a2a758e2bab64fe0bcd300a 0.02 MB 60 88
168,545 168,545 00000000000000658f463531fb02b92e07eabd83df5a8dba3c8bd70cf76042b9 0.05 MB 117 100
168,544 168,544 000000000000040da2e79c21d97cf05089835aac8771ba0cb198ab2348041e82 0.00 MB 7 32
168,543 168,543 00000000000001e9fb5348dd0f57eb9a093da7780421dd1ac2f10898577f08f1 0.02 MB 46 5
168,542 168,542 0000000000000417082df05f39e43024c853b65e909c21e7a4875ae9a7af8566 0.01 MB 36 49
168,541 168,541 00000000000009679c33d5271cd45c7c7a87baafeeb78043ec32f1cdb199b2f8 0.00 MB 13 321
168,540 168,540 0000000000000a1fb4bb74c219106bf48099cce8edd0508ec6d55bc1d37cfc37 0.00 MB 14 37
168,539 168,539 0000000000000a30ce1c8fda169febe79a67d39893f76cd9836c27815bf0a80c 0.02 MB 42 33
168,538 168,538 000000000000055df1b0220bad9db00a164e8f73fdb1eb995885d899e67724b0 0.00 MB 14 14
168,537 168,537 0000000000000a4d9fd58029b912657385af65bcf5960acd7825e16975ea8d86 0.02 MB 29 74
Previous 10 blocks ↓
Total Size: 684.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: 1,336.94 GB sent, 100.69 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.