Memory Pool Memory Pool Refreshing

10,257 transactions
3.23 vMB
Show Random Selection Loading Transactions
Max Size: 19/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,839 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,290 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,838 (714,482 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
193,356 193,356 00000000000001b45bb5967639cf1cbba490f312cfc1c4397d612fa946cea25d 0.02 MB 72 51
193,355 193,355 000000000000067784cb78f912f7a11037136a93045c2a1da45106934fc693f2 0.04 MB 97 112
193,354 193,354 0000000000000016a347ef652b2d3855cb69d5647906921c06ebf12ce0754c98 0.10 MB 209 113
193,353 193,353 00000000000000fbd02b502eb7e05a42b069ad5632c689caeac34289db8bec2a 0.05 MB 112 158
193,352 193,352 00000000000007e4288511e41e5b191890cff5d028fd16131bd51b5adf270772 0.19 MB 648 26
193,351 193,351 00000000000002fcc396729b7bddc7fd6f2e88cb2f3507bbb4d715ce11f000c3 0.03 MB 64 214
193,350 193,350 00000000000007dab570f35c2960b8da6594a2bc4f7057973a3c718f7cc3e54d 0.01 MB 17 60
193,349 193,349 000000000000039d6901611e3465f62ab81d3931701c0e604944944f021b29dc 0.01 MB 41 107
193,348 193,348 0000000000000056d25ba4c34bb4be7baa1362b74284aabbb4dbaf363753d4c1 0.12 MB 386 172
193,347 193,347 0000000000000778d2e776d5210be0e85cf47854dd3c1ad6e948f770c940fcf5 0.00 MB 13 487
193,346 193,346 00000000000006ab41b3b42fd0f9c0991d734a2144536b2668ba9e0edb77395b 0.25 MB 155 76
193,345 193,345 00000000000006b17260260669927770a80774b13276d523223cb457d66b319d 0.03 MB 112 74
193,344 193,344 000000000000058455f57e3c850f87750c400d302b372292cb0c70bc05f8d8a9 0.01 MB 17 50
193,343 193,343 0000000000000535e6884ac1fef046dc28e3e1b968d8f85120b937911c76f156 0.00 MB 9 37
193,342 193,342 00000000000000f354f51a60eecdfa3f5a292cf7f167cb6b83e4d31dcd325e78 0.19 MB 497 154
193,341 193,341 000000000000057849af130f2929801f3113fe63ba570a1e9cd19e4620b0afa1 0.01 MB 29 172
193,340 193,340 0000000000000255becef5a990a3672f2e7cc73349891ad57325bc3331e4e32a 0.00 MB 1 0
193,339 193,339 000000000000081ae2f3666c5ebb87cb69c9fe73f617ce310f694e46f79506e9 0.05 MB 154 355
193,338 193,338 000000000000049deb70d36396055d3afffef8916a07ea0fa916de077337fbb4 0.13 MB 331 155
193,337 193,337 000000000000017fb68ab2d25a4e013eb73592ab7d90890f70aa0dfc132343c3 0.02 MB 33 203
193,336 193,336 0000000000000360e8181887b0e9afc5c56b4f0b45a94796abff784d3b017d15 0.05 MB 145 80
Previous 10 blocks ↓
Total Size: 769.24 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,635.05 GB sent, 94.13 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.