Memory Pool Memory Pool Refreshing

7,020 transactions
2.14 vMB
Show Random Selection Loading Transactions
Max Size: 13/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,865 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,676 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,864 (259,486 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
648,378 648,378 000000000000000000082042fb4be290dd2a36d2ec78dc7d68412fa5acd64ae3 1.07 MB 578 22
648,377 648,377 0000000000000000000092a7f6235890f6384f45cbb61f7e95631a78b3530b84 1.22 MB 1,924 44
648,376 648,376 00000000000000000008204cdbc1240f7b73abe86ccf02499ce0ec9d576ad041 1.34 MB 2,595 64
648,375 648,375 000000000000000000088d7a56c0eb4d88f04853754f2ce5e77921cea0f6e844 1.38 MB 2,433 47
648,374 648,374 00000000000000000001dc9324db92e62148474146bb59d0784980b0ddea5d57 1.36 MB 2,604 81
648,373 648,373 000000000000000000072a517b3b33c6aaa085aab8b83b76168e4e3682428787 1.30 MB 2,423 40
648,372 648,372 0000000000000000000293ab5346d038f436b168f3522875cb3506a0debaffea 1.35 MB 2,533 75
648,371 648,371 00000000000000000007899dfb4629a3c463b5de6ab49396bf82eaa689b4a8e4 1.22 MB 2,220 70
648,370 648,370 0000000000000000000b62227928aabd8ed212586c98156d2162057af644234d 1.27 MB 3,283 109
648,369 648,369 0000000000000000000ff66d1ed3e401c66b53ba2acd98ed104e064083a96092 0.79 MB 1,058 29
648,368 648,368 00000000000000000006a455391cbfb1d5e8d1406eef3e1c0e35b6077f011c13 1.36 MB 2,112 10
648,367 648,367 0000000000000000000290bd91ac72bde8e2a434e3e277b77ad6ebaf5d8f5d40 1.23 MB 2,505 36
648,366 648,366 0000000000000000000e958a6a4c7ef228192c62139a0ffc41374be57295b2e6 1.22 MB 2,080 10
648,365 648,365 000000000000000000024c755686c75de5e73f853ea3dc52c97d49f18de692dd 1.34 MB 2,655 67
648,364 648,364 0000000000000000000d8c29df8a04cd7122ea949d8e1a1f752c77a3e17059a2 1.34 MB 2,683 48
648,363 648,363 0000000000000000000b9f40d8d595830ac407a56ed79d5558c49a1a998bf6c0 1.42 MB 1,846 70
648,362 648,362 00000000000000000004ad2dc57ac692fdd1815eacc612ee8f22c582a6fef684 1.25 MB 2,694 91
648,361 648,361 000000000000000000096ac5265f2c54d0fe47b58bdabe2b446fa2f43503bf56 1.34 MB 2,851 74
648,360 648,360 0000000000000000000b7891057ed5297e73cf90716f84098d2d96e49b93807f 0.44 MB 731 43
648,359 648,359 00000000000000000007e343ef1b2329c95e3900b3a56252cf78b811c704fe7e 0.96 MB 1,799 42
648,358 648,358 0000000000000000000665e4aa9a177227f212b883f98d81ed8b4680c6647cba 1.28 MB 2,370 48
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: 11 outgoing, 114 incoming
  • Data Transfer: 1,635.61 GB sent, 94.36 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.