Memory Pool Memory Pool Refreshing

189 transactions
0.09 vMB
Show Random Selection Loading Transactions
Max Size: 0/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 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,769 00000000000000000002349e0000000000000000000000000000000000000000 0.08 vMB 160 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,768 (385,445 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
522,323 522,323 0000000000000000003deba945623d839a3e55e9e60938ce42354fdd0a97f747 0.79 MB 1,242 11
522,322 522,322 000000000000000000234a507713412606294c5488a00e441efe5d86a6a64948 1.18 MB 2,368 40
522,321 522,321 0000000000000000001cf01d1f03c90a8ef9894b4ba69005beaebacfcf908f51 0.44 MB 602 25
522,320 522,320 0000000000000000004343f595f81b5ab61743bf575427d75cadaf0eaa01786b 0.08 MB 200 34
522,319 522,319 0000000000000000002f5c464417754196ab7c0f40265a8fa1d5450c0f6600c5 0.84 MB 1,547 28
522,318 522,318 0000000000000000002ee4709c4af253789bc9a20fe9eed804716965b42c1af6 1.13 MB 1,061 22
522,317 522,317 0000000000000000000c66a092d47445ae1459c4a0ab59e280b945675a9922b8 1.21 MB 1,230 8
522,316 522,316 0000000000000000002e85eade68561a901952bec2cffed4d3c1f58682007e03 1.17 MB 2,426 50
522,315 522,315 00000000000000000028139314edfaa7a6d924af15e92811b9111ba8740d8e8f 0.36 MB 558 20
522,314 522,314 00000000000000000023d2ec7f9a2f7909d0691ddcaf8ecf0d7d30b346ccda5d 0.84 MB 1,621 31
522,313 522,313 00000000000000000030a78a4f88be7f1c5f4eda27fa7db72ecc0a8b923103eb 1.06 MB 1,824 35
522,312 522,312 0000000000000000000395a21979eb47388d5144bc2fa91812bdacee99e9f63d 1.11 MB 1,668 11
522,311 522,311 0000000000000000001ef11b318e6f8e61610ee0d02fb630cc0a0dd8366fc522 1.14 MB 2,193 68
522,310 522,310 000000000000000000000c9a8ee65df945e79279530a06b38595a4fd24c08f48 0.87 MB 1,710 18
522,309 522,309 0000000000000000002bc029d39df9f5bff7d00fa680867131e339be26ab2994 1.16 MB 2,356 54
522,308 522,308 0000000000000000003b83e036447ac0a254668b13ad538285d13310d72339be 0.39 MB 542 38
522,307 522,307 000000000000000000022d820cde37e6f32ad1d508e91f3479d5d76c28f0ce4f 0.00 MB 1 0
522,306 522,306 0000000000000000001119c17f10ca80193128e7cd1661ee2eb0b7df3faca48e 0.96 MB 2,058 46
522,305 522,305 00000000000000000023acc516d763a5c6f36f4671625ea6f7fd4d7c1b556a42 1.09 MB 1,877 39
522,304 522,304 0000000000000000003442c26d7cecc38c739e361f4b0c4123d069c8c71b70b2 0.94 MB 1,793 37
522,303 522,303 0000000000000000003ffaae2db0d589eed06235093e846d283fdacbcdf67b97 0.20 MB 291 54
Previous 10 blocks ↓
Total Size: 769.11 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,629.32 GB sent, 93.42 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.