Memory Pool Memory Pool Refreshing

5,311 transactions
1.90 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,842 (696,352 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
211,490 211,490 0000000000000352f1afcd84a7d21c1acb42d4827056d12aad7af284b7f34b85 0.15 MB 364 174
211,489 211,489 000000000000013ba7a37abbd70044a5168e066371f4b0f54e0158430bbeb7b6 0.06 MB 64 64
211,488 211,488 00000000000003955e3e4466c9bbc5018a834a3ffd5974c670524f67ba08ffa3 0.08 MB 173 154
211,487 211,487 00000000000002efba9faae8338b6d023a735b6b7e31499582e26867c378d80a 0.09 MB 80 12
211,486 211,486 00000000000000e95f41968e02967efc5d0d3871d91d5e1f108e646a328f4107 0.04 MB 116 184
211,485 211,485 000000000000044f5bdfcf9bc801c866ed5e3aa7512061245a89c03c50f642b4 0.02 MB 51 190
211,484 211,484 00000000000003e28b4430d02e5b07960984de55eb1075712b745aaddb1eae51 0.02 MB 45 227
211,483 211,483 00000000000001cd9b886c6a1b3b5b1e5d6f9202efa28563478496abaf62cb21 0.03 MB 48 101
211,482 211,482 000000000000040e0efac536055d619c429e08c3dc31e99287b0294ff2e65431 0.08 MB 207 178
211,481 211,481 000000000000003842106eef0ceff9928d015c7dcfe9ea4dc08eb15383f8d019 0.05 MB 110 149
211,480 211,480 00000000000001720aed433c7884b9728d26e1ae362c0bf8f8e7fa44eab171c3 0.13 MB 261 157
211,479 211,479 00000000000000c6665b921fe7332e368214a1cb650447239b5901c86d83348e 0.05 MB 126 121
211,478 211,478 00000000000001c86c8110b1ce2d1105f6aa939eda38f265343018859b12747a 0.05 MB 122 149
211,477 211,477 000000000000011cc5d1519fe2184603e174ae11dc9c5daa80163b3b75c67a16 0.09 MB 175 151
211,476 211,476 0000000000000271ff93a4884f15984ae871889a84b940b5fbe1799b494245f7 0.08 MB 170 164
211,475 211,475 000000000000031cbb1f33ef6335128163b03873aa78394e3e73fcc2a54daa0e 0.01 MB 37 121
211,474 211,474 00000000000003c923d0c08921dfce8bde174de8a545715b5ae4c83ac3202592 0.16 MB 309 152
211,473 211,473 00000000000001644268dfe7b23b889ce8849a1f4a0d754d1183d2fecc450fd8 0.25 MB 622 203
211,472 211,472 00000000000001a9bc8b612fbf92d86a199ee77fcda24abd0c0910b1117eb909 0.03 MB 114 91
211,471 211,471 00000000000003aec130e5306e14d8f071e204589024cfad75ba8e53cb28327c 0.27 MB 592 146
211,470 211,470 00000000000000c2b431f4481587f2010b1d6f584ca1622775c0986a1f272764 0.00 MB 9 219
Previous 10 blocks ↓
Total Size: 769.25 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.09 GB sent, 94.15 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.