Memory Pool Memory Pool Refreshing

19,079 transactions
35.62 vMB
Show Random Selection Loading Transactions
Max Size: 192/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,143 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 3,689 9
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,142 (644,775 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
217,367 217,367 000000000000033c353940263d9aa081165d2b1afc9c6c62c188b2cc1b6e7e89 0.25 MB 586 165
217,366 217,366 0000000000000340714318b63361368bfa521533a58d83c6a5324aed11aa6b6d 0.09 MB 284 124
217,365 217,365 00000000000004d03808169b5410f8b1c477da63f469aa6fc08bd15587e6a3d4 0.22 MB 448 152
217,364 217,364 0000000000000327c44cd84918ede422e555877656fe45a3f1160fb06d17b04b 0.20 MB 538 233
217,363 217,363 000000000000033c8fb187e3905333af7fbfe8137133cd985f6c9c741b89f8d3 0.10 MB 188 155
217,362 217,362 000000000000005af979a505f2d01b2a37b738787d2350efd6e314e2c734eaf5 0.08 MB 171 171
217,361 217,361 000000000000003c3a025aebfa17271f249d36965ab07cb34dbce475a517a52b 0.15 MB 323 151
217,360 217,360 00000000000000eafba719935e6ab37f4f1b37d423bfae83091fbbb233b66c1f 0.17 MB 509 263
217,359 217,359 0000000000000209377abd745b1a499fc10d0e24eda32d6de306af09da9cf6d7 0.05 MB 127 196
217,358 217,358 0000000000000034450a3625ee438248bab48d28410d8f95dac8f79e71058f69 0.20 MB 436 143
217,357 217,357 00000000000002c6ead95ed3482886c30da22bfad825a73af2ba25d316e16733 0.34 MB 1,076 167
217,356 217,356 000000000000045b0778627075525200c8483d70f649a0b9f02e49a093280598 0.25 MB 455 142
217,355 217,355 00000000000001122cb7e3fa876267b0b6e3a95cffa5a3f8f808ec635d0e321a 0.25 MB 718 169
217,354 217,354 00000000000001cab52307bfba7b4dfb64a03ebb3e6ff4212b5887716e311af0 0.05 MB 112 68
217,353 217,353 0000000000000111417ca6f13e0a06d7ec07728e504baa87db080387c9782a25 0.25 MB 793 247
217,352 217,352 00000000000004cd75bb9ddb5a89923eb367b3a8e1cd90e42c8c3465ccc236a0 0.05 MB 146 171
217,351 217,351 00000000000003fe98624702948cdd62dc791d4551ecc103515143e1c2d4bd8b 0.05 MB 131 295
217,350 217,350 00000000000004942cb28834de2d2bf059375e60abcb0fbc7d2b65bc8f485256 0.18 MB 460 194
217,349 217,349 00000000000001a9250ea0ec54f9916cc6b41f61549e41de535b77c868a49047 0.11 MB 201 115
217,348 217,348 00000000000003d439fa9f1fd6ac63085fd80d4af8502915691f0845a669d76c 0.25 MB 646 191
217,347 217,347 000000000000007fac5dcbc17c998a04a9b2f4492b4ce67da1020c2d2c739058 0.14 MB 257 144
Previous 10 blocks ↓
Total Size: 684.43 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,340.85 GB sent, 101.16 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.