Memory Pool Memory Pool Refreshing

2,381 transactions
0.78 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,960 00000000000000000002349e0000000000000000000000000000000000000000 0.77 vMB 2,360 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,959 (776,665 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
131,294 131,294 000000000000037fe63c72733aad12a0c03783fe0c6ea36d5b894ca0ad3d886c 0.02 MB 38 882
131,293 131,293 000000000000023a4c9a2d26a935256e89b6052a4efd887dfb0e528910a26a4c 0.05 MB 160 394
131,292 131,292 000000000000087b192b0cd32adbd23501c67e8fdfe38a0c1f3632fbd1eeb0f1 0.01 MB 12 531
131,291 131,291 000000000000038e09878cbeb22c4f669d6e8409f23fb259428691b9bb2f00b6 0.05 MB 161 120
131,290 131,290 000000000000120ce6c36e46ceead266a9347c608653ce16e007841fbe60c5eb 0.05 MB 97 781
131,289 131,289 0000000000000eba0ca68abb387f61ceb3eef4e2122de979cb6102dbaa1d7a0a 0.05 MB 112 428
131,288 131,288 00000000000007159bc60524394973d320cf6dce7f36ecceb96930e87e108915 0.04 MB 76 788
131,287 131,287 000000000000072f87e3e2670e0e9c7357bd819fdef7dc5d57103ab88a170820 0.02 MB 60 1,075
131,286 131,286 0000000000000e3a3e5912b86dc3d5388a8a652825c8760729bb64eb213037af 0.05 MB 121 806
131,285 131,285 000000000000114f82c40b951e93454377a51482df83699816a6703028637a95 0.05 MB 119 702
131,284 131,284 000000000000067e7b981b572173fb524dc73579ae08dfbd97501f7e4d64d3a3 0.04 MB 86 383
131,283 131,283 00000000000012d91a0b5b37802294d5a99b160211f3c0bb9236ac01e0c46192 0.04 MB 52 1,355
131,282 131,282 00000000000003bfdcbd85a667ef56caa946f110319a07cda0c7e3d66c08a877 0.05 MB 107 770
131,281 131,281 0000000000000ceb142532b97782edd278a9696b27c0383b9252d0451fac9a07 0.05 MB 185 66
131,280 131,280 0000000000000c87f188c75199727e909fd1b79715e7a1720df8b3ac640264c4 0.05 MB 172 28
131,279 131,279 0000000000000e77fb7e01df040ada168d8c07d15f4ffdb8e512b970295d51ac 0.05 MB 160 36
131,278 131,278 000000000000042c138e3f4f1133f9fe2dfa6af2c4b1bf1fa835e02eb9782225 0.02 MB 25 1,592
131,277 131,277 0000000000000f19a051fbf94c909d5387ee7667e21b16f2a11760ba11550472 0.01 MB 22 520
131,276 131,276 0000000000000c8b8fd011e3fa4a6b7e29fa9aee6ea616fbced2da31128b869c 0.01 MB 15 748
131,275 131,275 0000000000000ab393a1ef110819332e6a005e18c979cdedeaecec7c1e72ac97 0.02 MB 51 469
131,274 131,274 00000000000012f826f2a45c3224b85f110be4fe4ba61f80c6d70d0b9b7bbe40 0.05 MB 82 202
Previous 10 blocks ↓
Total Size: 769.47 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,646.27 GB sent, 95.30 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.