Memory Pool Memory Pool Refreshing

1,132 transactions
0.31 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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
908,026 00000000000000000002349e0000000000000000000000000000000000000000 0.31 vMB 1,120 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,025 (677,731 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
230,294 230,294 000000000000006bfc27ceb42be27babfad2bdadbdc63e0ac6a386328c3cf0e4 0.04 MB 90 101
230,293 230,293 000000000000020b278f52d5d140b89e3c6ac5165587269e715799d48efcfd02 0.20 MB 363 84
230,292 230,292 000000000000017c0d98fb4fe265a4eb2011ea3c8fd9fc4c4c3bd54203cbddc6 0.12 MB 247 126
230,291 230,291 00000000000000bf2e269907abec1dccacbbdf2399da0c5156daab11f01ffbe4 0.08 MB 134 28
230,290 230,290 00000000000000455ff8f367d4b7e56bb36d1ec9d3bc2cc4eb34534e5ef7fa7e 0.25 MB 535 151
230,289 230,289 0000000000000019d0992d53d28b3719a00791990feb9b75c9b81146a682ba80 0.12 MB 270 112
230,288 230,288 000000000000022d8cfb7781fe8ccc6906adfd73a812705081316551af2177a7 0.34 MB 709 143
230,287 230,287 000000000000013fb1eb2196c0f3a2d646ee2ec4936a3dbb0d1ab3c7e68558e6 0.03 MB 77 152
230,286 230,286 0000000000000058bc1d02bf816f0f52a14edf26a07c6370d2b9f9c9788b91f5 0.25 MB 375 51
230,285 230,285 00000000000002188e3782037ffc6f4f17e9343fbc6de7140c36b944864d0190 0.23 MB 244 93
230,284 230,284 00000000000000a17886296f3f04c69fdd2bbd9062c7c6cac69f04d3f4129a7c 0.25 MB 671 226
230,283 230,283 000000000000000f975782311af2f589da06e616b6b2d220d698aaaca17f9e5c 0.17 MB 249 118
230,282 230,282 0000000000000162f6981ea6d4664b04df03667994c4898e37100982f8f06c92 0.21 MB 442 175
230,281 230,281 0000000000000117e5f3341c2e61232cf42afb4b5d040b64da3aabeb57e60383 0.07 MB 127 85
230,280 230,280 0000000000000100ecce134116d53dbead8f8f11a5a8d9e55ffa6ac2601b7776 0.25 MB 390 131
230,279 230,279 000000000000014d921734df7271e90afca545896ee4d9361cfe708a9c2d83cc 0.25 MB 573 184
230,278 230,278 000000000000009ad1e9521e6d30074f59cff73cde520fb6ed60812410defb6e 0.25 MB 589 167
230,277 230,277 00000000000000b4ca108a9677e608d00eb54232c12368eacd8345b78ebc2d76 0.04 MB 128 211
230,276 230,276 00000000000000c4f46c9e11f9179149032db703fe201877bd044d89e354e392 0.14 MB 281 423
230,275 230,275 0000000000000068b7e4a2b9bec521affc54c4426fd4f1e4c8cdf7ebc377b994 0.09 MB 206 465
230,274 230,274 000000000000015c4e8c293a95b68b78f28c2a5d4bccd13a54052dbb544e3901 0.04 MB 101 203
Previous 10 blocks ↓
Total Size: 769.59 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,651.08 GB sent, 95.86 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.