Memory Pool Memory Pool Refreshing

6,832 transactions
2.59 vMB
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,699 (23,288 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
884,411 884,411 0000000000000000000260eeb6ef1d938891ecfb4d999a3a58c23f9766a1a495 1.42 MB 2,550 7
884,410 884,410 0000000000000000000040e2498bce6a38f527083ed61ec4074ef0d4577b9d75 1.58 MB 3,218 4
884,409 884,409 000000000000000000009e6f894ab85eea785e6e97eecb3d0514243032d9cc71 1.85 MB 4,695 1
884,408 884,408 0000000000000000000169afd4e254a7cc3204f417868e433d2055117c83d253 1.77 MB 3,351 2
884,407 884,407 000000000000000000018745558c1ef2e2cc96ea6b5f0794a48ce39502844d8e 1.59 MB 3,792 4
884,406 884,406 0000000000000000000190fd95da2950e3553d781b5f9631ae614f36734c9b4d 1.64 MB 3,519 3
884,405 884,405 00000000000000000000783b1c3e1e353278da56a4381422ecda013617356c92 1.97 MB 1,331 1
884,404 884,404 000000000000000000006b13aeef131a4fbb1ff8b21f9c41993a55e430c58640 1.70 MB 3,967 3
884,403 884,403 00000000000000000000d1f05a40ed3ac08e1f31eee3b177a5df22b343518ed4 1.72 MB 2,963 2
884,402 884,402 0000000000000000000137739a6112a9c1f5292ca1688003fa189083ba918a74 1.85 MB 1,020 1
884,401 884,401 00000000000000000001908a3509ddf778d39e467c32c705a3f0b2b6550f8fb2 1.68 MB 3,739 3
884,400 884,400 000000000000000000025bf3c1afcecb05cd89340bb8f3dc3ad734b1ac827b41 1.77 MB 3,256 2
884,399 884,399 000000000000000000009caf19ed1c42c5fc9583b9a0bc93909a1c290fe72c5b 1.49 MB 3,352 3
884,398 884,398 0000000000000000000014abd453b365b676b545c862217ec17be0a19e61bcee 2.80 MB 2,471 1
884,397 884,397 00000000000000000000b4420f3e35ff542b3dffb7db290cb22e8de027d0f6c8 1.78 MB 3,478 2
884,396 884,396 0000000000000000000104e6e426ef2b49bbc6d7736871c86fe0e747675bd550 1.70 MB 2,871 3
884,395 884,395 000000000000000000018ec35a489c8329d35139ee03e708e49bc0029e2f62b4 2.05 MB 3,025 1
884,394 884,394 000000000000000000003f7077728112d98dbd1333f7829c0158e7b30a6adb55 1.87 MB 4,103 2
884,393 884,393 00000000000000000000c8ebb81374b34fcac350f9d1b5e2bb0bd76e736985d6 1.61 MB 3,740 3
884,392 884,392 000000000000000000005153b3379eaf4a8d01c94bcb9e6987b5bf5897c5e0ae 2.00 MB 3,202 1
884,391 884,391 00000000000000000002309583bbd89403c3acee2221ad5f1bbc307e262fee63 1.60 MB 3,024 2
Previous 10 blocks ↓
Total Size: 768.98 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,616.51 GB sent, 92.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.