Memory Pool Memory Pool Refreshing

6,015 transactions
3.21 vMB
Show Random Selection Loading Transactions
Max Size: 14/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
907,802 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,909 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,801 (677,495 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
230,306 230,306 00000000000000257fb02814216d410d03eca13d40745f25805c29c125734ceb 0.25 MB 499 514
230,305 230,305 00000000000000d0f157cffe92bf831e30bf496cd58ee7bf2079fd423cbc1e7a 0.20 MB 159 33
230,304 230,304 00000000000000ff7e41c4d849cab341eedfabb0a0d4dabaa366a3de0188596c 0.27 MB 654 141
230,303 230,303 0000000000000032f713be4af856556bfd703fd5a90990dbd9d372147f80d255 0.25 MB 504 143
230,302 230,302 00000000000001f100215912eb0cd5193115d14ef9d44e74648a78bdcd909775 0.09 MB 196 167
230,301 230,301 00000000000000f70703ff8220b8957ed2ffb421fe49fbac68e4927fac0711f0 0.08 MB 152 127
230,300 230,300 00000000000001d032767dd18ff5f8ef099b96c30b901baecf75035c7137e381 0.23 MB 489 149
230,299 230,299 0000000000000165b8f26143d8f641514fa72e9b33f7bee5871f23d5af3432a3 0.25 MB 494 146
230,298 230,298 000000000000022301946d9a13185e590de2c780024109158136dbc5d84a3872 0.37 MB 697 117
230,297 230,297 000000000000007d19dbb57927a208ae18a1b039db1b154b4519fdefa8c59214 0.00 MB 5 46
230,296 230,296 000000000000008687477232434cc7358b6a3716348f178bfa3940ed5e7c8e41 0.25 MB 424 117
230,295 230,295 00000000000001e4b889bbf232645cea32ece1c6bac9426bdae6e7bfd11bcada 0.05 MB 128 133
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
Previous 10 blocks ↓
Total Size: 769.17 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,632.87 GB sent, 93.74 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.