Memory Pool Memory Pool Refreshing

19,570 transactions
6.29 vMB
Show Random Selection Loading Transactions
Max Size: 37/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,719 (689,078 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
218,641 218,641 000000000000010b41348a9161d279b2e0bccc0cd34623eb6bddee0c0e9f6c62 0.05 MB 89 136
218,640 218,640 000000000000017f362ee0489818df04e3bbd4c23bd2c5d97e4b8eb6b6096ef1 0.25 MB 597 178
218,639 218,639 00000000000004fa1b36a60f6aa1a876aa8610003fec891caee4f40d1ace7ca9 0.05 MB 143 174
218,638 218,638 00000000000002d3ed80e52b6e1b52e35c51d93d99b9e974dc646108d797b417 0.19 MB 367 148
218,637 218,637 00000000000004bbe9986d0b81950635d4385a73758fb19ab9bd99805c5315c4 0.25 MB 717 228
218,636 218,636 00000000000000f8edcf0078e4890c577e397a3d552ca4cbac2e67a8abb2acfe 0.19 MB 420 183
218,635 218,635 000000000000017297b68eab41dd78c2435d8a0eb4f8d10afd641e7ceac76ab0 0.26 MB 544 209
218,634 218,634 00000000000003ec1f235315817cd3e2eab6b80e62182704fd01cc30386235dc 0.02 MB 32 178
218,633 218,633 00000000000000875474a2422867aad653e1c43f37198320714bc863edb5d74f 0.20 MB 294 151
218,632 218,632 00000000000000199345295ad29593492f5a38a341fcd25798815f9cb3196524 0.04 MB 100 46
218,631 218,631 000000000000002cf0ddcd3447ed4e3908b106e8665677830b0f7cce303c2588 0.25 MB 556 195
218,630 218,630 000000000000048f6d2f8ad052f616ce4282d85ee18a61bcd1c0cb7fa8e61df4 0.02 MB 61 84
218,629 218,629 00000000000000a5a67ca8284de5b46a985cc7b2a9d8515f49a95d7d481ace6a 0.21 MB 487 209
218,628 218,628 00000000000003e66e2030b0ebc02cc6c79b724137dfb0c86408162af135ae73 0.21 MB 474 149
218,627 218,627 0000000000000510d3ec84870a8776e828b4991f5f5057634232123100820b62 0.25 MB 536 180
218,626 218,626 000000000000024e7165f2980e4858577ed71fb4b8f86646f7db0b0dd5afd5cf 0.45 MB 578 133
218,625 218,625 000000000000010d22af4a13647d7475cb3b821bbc3c3cd8c4fe901ba449fe15 0.25 MB 557 255
218,624 218,624 0000000000000345cd63d8b9b083ae7a56aa07f332efd44572a7a81cfc911897 0.20 MB 470 243
218,623 218,623 0000000000000106797140c09e7b7fbcca1f5bddb531b0aecb6f9154a421f691 0.25 MB 675 226
218,622 218,622 000000000000045fd2d80b8b5f113bedcb883b005ab444926bd299c14d05b116 0.06 MB 183 55
218,621 218,621 000000000000005fb0086c82fc4dd23b8776a1e56b82ea73b36996990a7bac10 0.25 MB 651 322
Previous 10 blocks ↓
Total Size: 769.02 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,624.50 GB sent, 93.00 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.