Memory Pool Memory Pool Refreshing

1,569 transactions
0.45 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 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,781 00000000000000000002349e0000000000000000000000000000000000000000 0.43 vMB 1,545 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,780 (665,331 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
242,449 242,449 00000000000000b1b1b4c289c6d09adad16d713df8bd540958baf02991286304 0.25 MB 1,125 67
242,448 242,448 000000000000007e19a7c3c38994cc0137be86f75b02c816217eecfe8de9d157 0.25 MB 595 145
242,447 242,447 0000000000000035be15922cfe67a1b2cc8aa1dc6a2926703f80fdbebebaabb4 0.25 MB 736 403
242,446 242,446 000000000000007123a544506c274a4eaaf62809394c078995fe90689c1151b4 0.16 MB 512 133
242,445 242,445 0000000000000091ba6b1aa60186fa36dc56889995228f7c4b866ce9ebea3c89 0.25 MB 396 92
242,444 242,444 0000000000000056013ba6921ce83377a6f131bf62643cd7e0b05a42a8628f01 0.02 MB 70 171
242,443 242,443 00000000000000aeef2999468cf52014a45e46f97241175b46755b06fe1f2331 0.19 MB 367 325
242,442 242,442 000000000000005eae08759deb410a00a1b8e60f3f96938a2066e699c1b0f749 0.25 MB 541 407
242,441 242,441 00000000000000c574f967f68ab4d7be9193e29748f292657302ab5cad5cc069 0.06 MB 115 61
242,440 242,440 00000000000000313064e68ee30895362f5577dccd607d1f42de44ef56ae295a 0.35 MB 567 195
242,439 242,439 00000000000000aa6608df8604701ccf50ab210bcb44f190dc8718849abf394b 0.25 MB 861 391
242,438 242,438 000000000000001f7463d161b5301f2e1e1e874cdb694c65a80cb5438ec9011d 0.19 MB 289 86
242,437 242,437 00000000000000223c80422158960aa9918bf10185735535b9bbf50241f38d4c 0.25 MB 746 231
242,436 242,436 00000000000000d08975ef97e995f7f2224006609d2616149fa688220e27300c 0.23 MB 524 179
242,435 242,435 000000000000004fcba26d42b9a51cba3f3f581dcef92401d0d669ac504206a8 0.28 MB 538 50
242,434 242,434 00000000000000128f172eca96aac18dbda9447f6df9c7d568df5c0f99b53264 0.06 MB 117 217
242,433 242,433 0000000000000072201c146d166ccb063acae024acefd5736e25fa80ada0fc29 0.21 MB 396 156
242,432 242,432 000000000000000f1309b8bce074c4e825edcefe140c452c80b52d0931cbd3b6 0.21 MB 467 140
242,431 242,431 000000000000003a21db498296eebdf0c5160556a31f0d7441cc7c42544b28cd 0.02 MB 19 17
242,430 242,430 00000000000000dcb1d6eab3972c70bc6ae762124a6fd30f22584bc0cb8425e6 0.16 MB 294 161
242,429 242,429 00000000000000931c8c7abeb3fe992fb21b979086a1c6f322ffb162e841d466 0.15 MB 366 153
Previous 10 blocks ↓
Total Size: 769.13 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,630.67 GB sent, 93.52 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.