Memory Pool Memory Pool Refreshing

10,288 transactions
4.67 vMB
Show Random Selection Loading Transactions
Max Size: 25/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 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,726 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,145 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,725 (551,441 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
356,284 356,284 0000000000000000087422f9dba69b8f9ef915f55eaeec66957c23ed56252452 0.20 MB 338 24
356,283 356,283 00000000000000000faa2d2ec0ee973ff9202cdfa32b960e7acf7e75a89334d8 0.45 MB 646 23
356,282 356,282 000000000000000001ed67201edefd105d3523236a350591a236364c1c7b3d1e 0.10 MB 70 5
356,281 356,281 00000000000000000cec922bbbe09be0a39eb389ee4bd94415e646dec072892b 0.42 MB 342 11
356,280 356,280 00000000000000000f50f5b7e7e5698cd72eb5349d6a8a493fa5530df22564be 0.75 MB 1,438 28
356,279 356,279 00000000000000000f645de060cd548b4bce77c17cc2e53f6d73cf83cd7fb4ec 0.71 MB 1,073 24
356,278 356,278 000000000000000000aff98718798f251dab692c95a6f9a701f845e7224265b7 0.30 MB 635 25
356,277 356,277 0000000000000000061cfba9f98518347d5c0eb5e25eba7fad6bdac494ea2108 0.10 MB 165 25
356,276 356,276 00000000000000000615894fe469cb0a85f56b2a056b11248d7f2d8a308d5d5c 0.12 MB 267 24
356,275 356,275 00000000000000000012491ee9279307a5f4003cd48f4f90adc97bfa979d7d5d 0.71 MB 1,571 28
356,274 356,274 000000000000000012193a8ecee8b9b2703684d866d12e9345d244ed9135f602 0.40 MB 610 20
356,273 356,273 0000000000000000110a1653874ad73b0f30ef9f835166a1db043a821da14f07 0.75 MB 1,794 31
356,272 356,272 000000000000000014c5f836ad8472a79062948073aaf4857e54ae7065e1f6a5 0.12 MB 177 24
356,271 356,271 00000000000000000cdc3dc1dfb93b5bae4c09a6efaae8d390918bde7843fae4 0.13 MB 263 31
356,270 356,270 00000000000000000befad41dd81dbc840f6357623f0e05c3a8e018eea3b3e62 0.11 MB 250 21
356,269 356,269 0000000000000000164f6fda16513f222259e0a5e987dc021507baaab49715d4 0.75 MB 1,667 31
356,268 356,268 00000000000000000bcfebbcfa821f9f0f97e8859805f34f60b24512cfc69c6d 0.39 MB 731 25
356,267 356,267 0000000000000000019d008a8f532818ba6024386300a16b05af6eb6913f7e8f 0.32 MB 664 28
356,266 356,266 00000000000000000b9f1200bd0803206d4e049b3528bc6e9f970f275603deea 0.26 MB 559 25
356,265 356,265 00000000000000000db2abb50b410953489baf61fd74253de30b48bb770cda92 0.94 MB 1,692 20
356,264 356,264 000000000000000000add68a38d9603741f60cde92194138e76e89581272d5f0 0.75 MB 2,062 36
Previous 10 blocks ↓
Total Size: 769.03 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,625.73 GB sent, 93.04 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.