Memory Pool Memory Pool Refreshing

9,891 transactions
3.03 vMB
Show Random Selection Loading Transactions
Max Size: 18/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,715 (646,029 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
261,686 261,686 000000000000001bd415c418cd1c46c0bf735d09097307108029a45da2eb0754 0.06 MB 158 52
261,685 261,685 0000000000000014a9461c2f74ef224c96135aa0a037850340e07eed0c7227f8 0.20 MB 476 106
261,684 261,684 000000000000001100c27228e377a9497c213b79bb2d2b996cb56c3e0fd0d19e 0.18 MB 303 66
261,683 261,683 000000000000000591c471117e17d7dfce65b7ec19c273c4fee1c077b7e271fa 0.25 MB 677 103
261,682 261,682 0000000000000011751d4a1975534d56962d7fbdad83e81acd3b57adc7c76f5a 0.22 MB 422 93
261,681 261,681 0000000000000011833c1a925986cefbcbd96521e97fba8c6b1b17e73099fb17 0.24 MB 427 98
261,680 261,680 0000000000000010e506a2acdb33abbad5b523f4346740e79ce5d47e152171d8 0.29 MB 720 162
261,679 261,679 000000000000001cae36855a8e47d7e23ba6c5899188fa50e31f3b2aafe0c98c 0.15 MB 118 35
261,678 261,678 0000000000000018ecb31de1a899dfbb51747a6a71b557ae4c693e4a7c7b51d5 0.08 MB 143 73
261,677 261,677 000000000000001443f532bef8bd39496435c8bcb381920f1080e56f9a0db642 0.03 MB 95 23
261,676 261,676 000000000000001777ac533fd3b18349fb7c6d19116034bd996daae9c8f4ecfc 0.26 MB 541 68
261,675 261,675 0000000000000004fe1a8c3bf6761afd15dcefda8f8d04fa6188ea8371d19530 0.18 MB 449 145
261,674 261,674 0000000000000019eba293541c6d4ad926e5163a75154fe306138a2d51050a42 0.30 MB 742 136
261,673 261,673 0000000000000013735ada3f11d55536882ab9b5066f9b8b391f8019820ca9b1 0.34 MB 857 139
261,672 261,672 0000000000000019c903c2ec3d4cd0acd25138f0468798679c10c306e1bd1b73 0.12 MB 122 122
261,671 261,671 00000000000000141277ee516b08b8bfb02f1b09c81cd3ba99a890c50d8f5b59 0.45 MB 1,159 149
261,670 261,670 0000000000000001d441e402856077ebdea9827534bda8ae2b85ac20ca61e188 0.04 MB 77 65
261,669 261,669 000000000000000860b39d750db3689fead71646b4570e1a289fd5c675486139 0.12 MB 304 120
261,668 261,668 000000000000000dec29699f35673f8f36f55fc494efae7566402f058788fdd1 0.21 MB 507 138
261,667 261,667 000000000000001a160d26d215a8d1224de1770ffe6a41f8ff8c0aa473d011a6 0.10 MB 229 103
261,666 261,666 0000000000000012cd8cfb146865c73f5684fb59ddfec7a5da06c8d1677bafc4 0.27 MB 674 129
Previous 10 blocks ↓
Total Size: 769.01 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,621.42 GB sent, 92.91 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.