Memory Pool Memory Pool Refreshing

7,542 transactions
2.01 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,709 (94,309 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
813,400 813,400 00000000000000000002c75ed670b04ffb353ecab94c45e642f71c425b58f8f5 1.41 MB 1,710 7
813,399 813,399 00000000000000000002ab867dddba679aa5d14c9f13862499fff1410ff49a83 2.58 MB 677 4
813,398 813,398 0000000000000000000399cf9d21d0d1451a6765f07d671f59c1c11571cafa13 2.97 MB 751 3
813,397 813,397 0000000000000000000226f547b6ae30e420fdeedc76b915b84c77460539f421 2.22 MB 1,775 7
813,396 813,396 000000000000000000044c0680ebd7db7ebd550909859bbaca4d9158d6626706 2.02 MB 2,009 6
813,395 813,395 00000000000000000000327742a64b3b4f485a2e6ea1279e2584bca617c35fe2 1.42 MB 2,389 13
813,394 813,394 000000000000000000047197cef4d8921927240c6f07367afefc00d5892bf385 1.29 MB 1,545 6
813,393 813,393 0000000000000000000423d6f94eda2aec7b12470f6490ec53d66a0d27aa1ece 2.31 MB 1,478 6
813,392 813,392 0000000000000000000026b69dccc7c4b4d2e32ebee032d3df60dbcd0be58b22 2.26 MB 358 2
813,391 813,391 000000000000000000043e1ab0d1472828ce4002d3b2a62518e782684fc06258 3.04 MB 745 3
813,390 813,390 000000000000000000045ee0a3f096e77cf28b8d9eec4d05f63827e2a84a8343 3.49 MB 402 2
813,389 813,389 00000000000000000000fe969515d5695a54c165292af52d579b59d678fcb8af 1.97 MB 2,777 11
813,388 813,388 000000000000000000004f75cdd47c7ae19eb3572c14d15e4026ceb7ac7d66ce 2.09 MB 129 2
813,387 813,387 000000000000000000043efb2628ac0486d09aae312cf1cd80fc7a05f3a76878 1.54 MB 663 3
813,386 813,386 00000000000000000001552431a02e44dbaf1d1e95b193dd7436b002b3b35178 1.33 MB 470 3
813,385 813,385 000000000000000000030daf500f4656bd84bc68a333683c29633aa53e64fa7c 1.36 MB 1,205 6
813,384 813,384 0000000000000000000467c284225c2f97cf4897acec8395bf3bf1162c2922e6 1.42 MB 2,184 9
813,383 813,383 00000000000000000002744dc4e77fa55f14d6284964176dc42ab191e37ea2c6 1.25 MB 886 3
813,382 813,382 0000000000000000000427538cbc527bbc263a8e4a8bf59a0edca920c5e490cd 1.57 MB 3,351 15
813,381 813,381 0000000000000000000380eec1017d99aa620044ddafb839b995f329f3298faa 1.01 MB 149 2
813,380 813,380 000000000000000000033b8a7e619d6541afcf1e3438061293f837dc4ed88480 1.62 MB 2,243 9
Previous 10 blocks ↓
Total Size: 769.00 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,616.85 GB sent, 92.83 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.