Memory Pool Memory Pool Refreshing

267 transactions
0.09 vMB
Show Random Selection Loading Transactions
Max Size: 1/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,913 00000000000000000002349e0000000000000000000000000000000000000000 0.08 vMB 256 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,912 (691,608 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
216,304 216,304 000000000000013c272eafba2d76d50eb455f9b44131a9a9d749aeb045f20dcd 0.25 MB 751 243
216,303 216,303 000000000000051171ff6e711044b33a28e16beba4ba90f6ffdb83cd493905d1 0.25 MB 728 255
216,302 216,302 00000000000003763f13a37b3c59101c1623abb1e9607668ae0439a8e8145b0b 0.29 MB 426 159
216,301 216,301 00000000000001224f4e828627ac4305d486d968c15a432f0cf20e4e8ea2a37a 0.03 MB 64 209
216,300 216,300 00000000000001920773bf7a6de6cbf13913ae6ecae8e8e0570b6558d5b24e04 0.20 MB 483 189
216,299 216,299 00000000000002ec9ef0741809da2e5bfe0e992deab51191e6a13255b3e1b85a 0.17 MB 485 194
216,298 216,298 00000000000002474dc08b047aeecd573123af85fc8892d370e45491fd7b69b2 0.25 MB 685 171
216,297 216,297 00000000000002cdd3b0291c3165a2858b59943a177f8446a65bb3d3a3e38951 0.25 MB 984 212
216,296 216,296 000000000000029d6c843c476748f3e6fc13f56f8795c1d020ac1cb7f084661a 0.28 MB 678 189
216,295 216,295 0000000000000461920838a5511083de16deeceb8c1cdb1b11eb963413ad204d 0.20 MB 592 220
216,294 216,294 00000000000002229582bc6f684f536de9999c50df3682763c7f7799dbc0e508 0.23 MB 576 168
216,293 216,293 00000000000001a116a18c0cb5731e53d7da91f23cd74662e245504c1e83c527 0.42 MB 838 166
216,292 216,292 00000000000002cb503145217bfe04c3706348f6f2d9cc738f4c8e8a432b3f3b 0.01 MB 31 237
216,291 216,291 00000000000001c6ac43c69f597e2440dce6464021a132aefaed3b936f16feca 0.08 MB 79 14
216,290 216,290 000000000000039213c2908c64af9c50e6e9875cb7cf081f4ba4f7775581794e 0.20 MB 443 185
216,289 216,289 00000000000005158105f5538595bfc1fc5f3e507fab4616856505828126d57c 0.05 MB 140 154
216,288 216,288 00000000000001ce5c4839a7e4a30f8c5099869a2a0e6756633554d635f28000 0.13 MB 314 150
216,287 216,287 00000000000002558d89c8d3d4e8ce25f9ebbbe397849c0c13c6e169416b6298 0.21 MB 454 164
216,286 216,286 0000000000000268ae98b78668dfb17a453635e2c4fd4413d45acf9f2d13acb3 0.21 MB 439 151
216,285 216,285 00000000000002f95bb9537812ac6046a2711e7304286a618687a9aa9cf28019 0.09 MB 101 75
216,284 216,284 00000000000002402e7f64e33c16dfdab0c8ef7f9d689b96dac6648262b89756 0.25 MB 848 253
Previous 10 blocks ↓
Total Size: 769.38 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,644.02 GB sent, 94.83 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.