Memory Pool Memory Pool Refreshing

8,990 transactions
2.98 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,698 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,835 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,697 (697,475 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
210,222 210,222 00000000000000972b616a00477f5423b52e088a435ca6de7f768e7bd68f759a 0.00 MB 10 17
210,221 210,221 00000000000003aae7a0f502970706afe84ebdf79eb86a05bc6d0f7b0f177987 0.25 MB 624 192
210,220 210,220 0000000000000318b225824a9c7a9444f46ab87b645c4c1b493de02219cd02ff 0.12 MB 327 177
210,219 210,219 000000000000044bc541a90e4407ab28be3a881edae7f3ae0e62179a259118e3 0.00 MB 12 88
210,218 210,218 00000000000002e8a4d59f68e2b1f1d5fd2187cd0a3a4abb7889ad8d803edd2d 0.01 MB 36 32
210,217 210,217 000000000000039d0193bfd9c4b8079a46e5abc73ca446b9912b6d279828f869 0.04 MB 70 103
210,216 210,216 00000000000000371524e20ba6608d1b3cff960c383be3f755e6be0a8e0e162a 0.00 MB 1 0
210,215 210,215 00000000000000d66aeddaa80b4ddee073e4b273b1e272be0ba08a79c2c46ce1 0.01 MB 22 65
210,214 210,214 00000000000004423b806bc741ced211d111c35cdb11d967184527a7719b3485 0.12 MB 213 119
210,213 210,213 000000000000031cec544ad60911baa908f9481f2f26c2d88c28fcb1310e6b98 0.10 MB 256 173
210,212 210,212 000000000000049b0d580a5d7791f3fc50100455172b7a9d69b44cbc82b22136 0.25 MB 589 181
210,211 210,211 0000000000000289e9b1527a82694200d1f99626bde4119265348039063decd0 0.08 MB 209 208
210,210 210,210 00000000000001fb47575ad9bf52faebfffc0e4886f6b0bc277ba9e84490f9da 0.05 MB 120 1,146
210,209 210,209 00000000000002eb70f741a7f5281a291bb76ad6f9f4666946e273cab504ed93 0.02 MB 34 150
210,208 210,208 000000000000032f4fad0788cd0535b9e67e1bdc1f576c5cea5e55cc9e0dcb7a 0.00 MB 1 0
210,207 210,207 0000000000000238fde0d03e6de4893fc4bc8c77082ce4c6f48768ac46ca8835 0.16 MB 279 155
210,206 210,206 00000000000000bfa730bc5063d53d733d9ca3fb63d40e0bbc3efa3d8768d7f9 0.26 MB 451 121
210,205 210,205 000000000000045585d8a02164ff4e97cca7bafea8f63dfd6fc931e518d1dd6c 0.19 MB 436 179
210,204 210,204 00000000000004e064a85fc7e131559a9d7590d636214a7845c3b7abe23d5d5c 0.02 MB 50 141
210,203 210,203 0000000000000491a45ffc3e251d0ea0eda13626216fce7015c071f94714eed4 0.05 MB 107 158
210,202 210,202 00000000000002997f96905d9bcdb16bbcb1c6b0799fd147e0f8bbaeb302e38f 0.09 MB 193 307
Previous 10 blocks ↓
Total Size: 768.98 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.38 GB sent, 92.72 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.