Memory Pool Memory Pool Refreshing

3,931 transactions
1.89 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,736 (690,262 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
217,474 217,474 00000000000000950d8268264cccbd8005b24d3bdb3d145df28988da9b4779cb 0.25 MB 473 138
217,473 217,473 00000000000004b66354813ea813ed3b416c4718073fb41e476685ba53aabac7 0.27 MB 255 170
217,472 217,472 0000000000000506a6fbd5cdd16a656e8cc2c0c71d96ef50080fb6348ef27b52 0.25 MB 699 242
217,471 217,471 00000000000002ad3443ab02298af21c1cab8c0eb1c26c67efb27debe2399fe8 0.25 MB 623 187
217,470 217,470 00000000000004adc71ee06422b53da20c0b78288068afac2082bba94035edb4 0.05 MB 123 9
217,469 217,469 00000000000004679dec02f8dba10375f7267b31401fe3e608e08f8b5bfefb17 0.23 MB 441 105
217,468 217,468 00000000000001808286e2cd2353fba1a20958f28ec015e81336d39910c2994a 0.20 MB 687 285
217,467 217,467 000000000000018ba8beb9ee2270fda3dac945142313b0aa017f297fcadd3cb1 0.27 MB 621 169
217,466 217,466 000000000000011451ca1713c69826e9210a29a2523efcbae3a293cf0f9bc743 0.31 MB 924 261
217,465 217,465 000000000000044f0e9baba02966bb5ebfe55b84365f42051c262e4b41641992 0.17 MB 437 200
217,464 217,464 00000000000001bfacb8d446683c13f2ea91428b963c9c5667434201f0b9f0d8 0.13 MB 292 159
217,463 217,463 0000000000000064d2d5e51675eeda86762cb1b1875f958808e9101bdec542ce 0.19 MB 538 193
217,462 217,462 00000000000000846e0e72da9034e45f52881f9783c45b2ca3e23eed845e80bb 0.03 MB 70 64
217,461 217,461 00000000000003afce65a1ddbb5301823938c428ffbaaf718e5be5d1520fa791 0.19 MB 433 177
217,460 217,460 00000000000003b47e221a9c0f300a3c2aa3c77a96e734c30ba6dc594b494954 0.21 MB 495 191
217,459 217,459 000000000000027ff91fde0bfd37dc7a24bc9302ae4aa6f3bda2473800706c4f 0.04 MB 107 169
217,458 217,458 0000000000000251b8b812b827da6efd43ce5baf7bde1259b611fc7c62ad259e 0.02 MB 58 137
217,457 217,457 00000000000001397de295fab0f2f0835fba6f7dd6ec1f723566333a24a6268f 0.05 MB 152 208
217,456 217,456 00000000000000d8cd4ae9a2cf938dea2658425bb973f95c32039b927bec79ef 0.01 MB 35 170
217,455 217,455 0000000000000363f0fe4db4980f2fae01044ffa8a90d135b393089679847de5 0.03 MB 34 80
217,454 217,454 000000000000005e43f653e186b74cdcfbcbbc372a2187ef19010f9fd4ed5e55 0.04 MB 67 143
Previous 10 blocks ↓
Total Size: 769.05 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,627.48 GB sent, 93.13 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.