Memory Pool Memory Pool Refreshing

5,029 transactions
1.83 vMB
Show Random Selection Loading Transactions
Max Size: 10/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,868 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,942 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,867 (715,280 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
192,587 192,587 0000000000000325898856bead5f234de305129458767ca7558d53b0658e9771 0.05 MB 134 85
192,586 192,586 00000000000006b79e31cdffb85fb929bdb8485267f4201208167dac20552517 0.03 MB 80 159
192,585 192,585 000000000000041f9236b69f12383ad44b8cd4e955a398ad9f48f95bff93534c 0.17 MB 387 105
192,584 192,584 0000000000000646142b2258fa98bcabe7a9a52b338814ad4fb9cd905d7db9b0 0.00 MB 1 0
192,583 192,583 000000000000019776717925581e141ba3dfab60754bce241fe7eb95eca6abfb 0.25 MB 532 123
192,582 192,582 00000000000003b8424b22b0a48a017ee4b7c5d7cae47c76baa3f3059e26fe1d 0.19 MB 512 168
192,581 192,581 0000000000000576d0835c30b1abda18a319bb31b8a176f49eccdeba853693b3 0.14 MB 256 54
192,580 192,580 000000000000026529348cc868505cdfc5e82efbc7f0636c262efc741fe3d40e 0.24 MB 594 142
192,579 192,579 000000000000013b2a3ebab90e5d578e1a6026452af8736d6c577268db012619 0.18 MB 446 129
192,578 192,578 000000000000003dae86172c7cc8b5bbe1d063a992dd369dd33b80600d324c75 0.28 MB 512 116
192,577 192,577 00000000000006c4e7a0e17f95ba9ac5acfae8868b149ad113137b2c2ab8788c 0.00 MB 1 0
192,576 192,576 00000000000007f003828ac60d152090efd2a4db4f49d66ed7429395c765f30b 0.09 MB 235 165
192,575 192,575 00000000000006dc8a4d7a0162447bdd9a46d25af4fea6c0ad9e4a02bb4ecaee 0.05 MB 73 89
192,574 192,574 000000000000051ea430a6a272a32f10a4b4188f292c0f450904546184d8f6f7 0.20 MB 327 132
192,573 192,573 00000000000005a217aad770e864bf96c091662c4f553c582f3e66879ad7fe58 0.16 MB 456 136
192,572 192,572 0000000000000798d2eeb34dc999720136e746ca362e3d4d85f53c592b017852 0.25 MB 692 172
192,571 192,571 00000000000001eca393810b33696975886f515ca56a91559b8dddef4efc31aa 0.00 MB 9 359
192,570 192,570 00000000000003632b6d76390e21af6f9e23819cc4c0ddfafa5bcd9647ce51c7 0.02 MB 96 296
192,569 192,569 000000000000028b8000a8e4301b976eae3314dc25d23c9763a39096a768bce5 0.25 MB 597 136
192,568 192,568 00000000000007f224376215cdd4041b76c943e41bd69cb4db15e9d1d0777359 0.05 MB 113 52
192,567 192,567 000000000000058452fb292f8d961599d5c4f2a870aafa58453bca27b0528db6 0.11 MB 220 156
Previous 10 blocks ↓
Total Size: 769.29 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,642.55 GB sent, 94.40 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.