Memory Pool Memory Pool Refreshing

9,429 transactions
4.41 vMB
Show Random Selection Loading Transactions
Max Size: 24/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
907,725 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,705 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,724 (690,361 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
217,346 217,346 000000000000024c68a6861f205446afadf0ffa9075c79050653c8732571b952 0.13 MB 227 107
217,345 217,345 00000000000001eb0bc40002dd49ea65f58023ed94601e66a8ed8e6b3f6749d7 0.25 MB 772 242
217,344 217,344 00000000000004b4a0a879f84786b2288db3bd269357d686dbad989b60026542 0.02 MB 41 172
217,343 217,343 00000000000004e87d2f1b64ae6500f187614c2c2d8879915fafe3390422221d 0.18 MB 443 189
Previous 10 blocks ↓
Total Size: 769.03 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,625.24 GB sent, 93.02 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.