Memory Pool Memory Pool Refreshing

4,006 transactions
1.46 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 sats/vbyte 3
2 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,851 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,816 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,850 (657,354 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
250,496 250,496 000000000000001afb68bfb74bf547e84bb3846f7666cbcf1bb86b479d039d1c 0.02 MB 40 62
250,495 250,495 000000000000002632207a36461f2ac3feb7a11e1a0549933e4a13f3ea7b3ddc 0.15 MB 380 152
250,494 250,494 000000000000006453c6a1aae41c14d64b13d3b396442e3a697933c627d8b067 0.26 MB 586 86
250,493 250,493 000000000000003dcdc75f30fd1c732944fb62693ac76fc217ec142207ab6ae3 0.25 MB 678 287
250,492 250,492 000000000000005230fa14d280d7c062baa14c1aa1179ae272ee9e008b390bbd 0.10 MB 248 116
250,491 250,491 000000000000005f919b374d60f6be51b8661a11daed904e8d2372c16b4fa5cf 0.22 MB 504 125
250,490 250,490 00000000000000694b6cf514313bbb0591d27ecca18e30e3d97a1a943e85d705 0.05 MB 153 252
250,489 250,489 000000000000001f26d4d0e0539521723da5867d7375fba6dfa742ebbb02bcac 0.04 MB 76 152
250,488 250,488 000000000000002da6cac336466ee0ab42bd96717d7109f2ddc7a5821a3d2644 0.08 MB 180 160
250,487 250,487 0000000000000018b6b6af0c676272d669eadd7ff0a8db721bdb695474eb68ea 0.04 MB 109 169
250,486 250,486 000000000000005552a274ebbaef0e74191785696f1d4e3a43e8de8445ee4b8e 0.04 MB 55 75
250,485 250,485 000000000000005134a10fd461810179804dec12ff08cc92bd1bbb332685d098 0.02 MB 62 92
250,484 250,484 000000000000002ffd2b02bbd7a84965ceb0e7655bac60c6120f7a065e2f3a29 0.11 MB 181 53
250,483 250,483 000000000000002c08bf993bac326db60dfa1a42238a9600c7fd7600107e2d2f 0.25 MB 643 128
250,482 250,482 00000000000000600d3f66e5994ac48829c52e0116ec8fe6377b2c54defb6574 0.25 MB 553 91
250,481 250,481 0000000000000012637bb733292e11e276ce99fd015ac34011f25703fa340ce3 0.11 MB 256 180
250,480 250,480 000000000000006d6c90ddae5c256d3d05a30da4718e5ef435000551a1f9991b 0.39 MB 936 120
250,479 250,479 000000000000002f71362b07b49b64a996bd2c53b44439629396daec217efa53 0.16 MB 391 113
250,478 250,478 00000000000000642add4b6a9d2eb9d2c5093ca2bdbf367923fae32d8603b316 0.12 MB 250 105
250,477 250,477 000000000000003b1d0a85522b7411e8e41bf94686f914ad602c3360b7462bc6 0.15 MB 256 148
250,476 250,476 00000000000000097ae5f6ade60c588135d6ebe110aa46fa623d4359c6e80868 0.00 MB 6 8
Previous 10 blocks ↓
Total Size: 769.26 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,635.26 GB sent, 94.22 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.