Memory Pool Memory Pool Refreshing

2,359 transactions (0.81 vMB)
  • 1 sats/vbyte = (4 blocks)
  • 2 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,074 00000000000000000002349e0000000000000000000000000000000000000000 0.80 vMB 2,349 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,073 (845,781 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
63,292 63,292 000000000b85034d2f2c19674e9ac3829c5e10d9d6eba93bc7a1b3b90486cce5 0.00 MB 2 0
63,291 63,291 000000000b0fcd79c95b87cc0d308a780ad00ad8ac435c7b1fbeae4cae5e150d 0.00 MB 1 0
63,290 63,290 0000000002557c9133ca60b5fd70277e4bdac73acaa7ba00e52401b5c79de5fb 0.00 MB 1 0
63,289 63,289 00000000008952ec669375e73a860c033c86116b0b8168c11830abc6505fbef3 0.00 MB 1 0
63,288 63,288 000000000c0b7de1daf959bb2b3f9ea22c6ed465eea1ed39a1547b4690154259 0.00 MB 1 0
63,287 63,287 0000000006b7446e488d3636123f221f89a2ea51833948a17b9db8f5f7537250 0.00 MB 1 0
63,286 63,286 000000000453ae471face9ecd9e295ed4d8b237ceb34511e45201441b2c1d021 0.00 MB 1 0
63,285 63,285 0000000009a696bf35e067566340fcf49b31998a6aa3e772ae408a17f01b4eb3 0.00 MB 2 0
63,284 63,284 000000000a66046bbd08d05275c389aced7b34a7406127dcc053d52cb88753da 0.00 MB 1 0
63,283 63,283 00000000017538f68667fa42c5027e9ed2c2b568968a26fc0c37bfa66550f674 0.00 MB 1 0
63,282 63,282 00000000053cfb1cc30c7f675b2bf3a6549d18482304f1d68face566df59138c 0.00 MB 1 0
63,281 63,281 000000000c678706438acbbbe89371d25da3b4df52656c53a2dcfaeb4a7e1ea4 0.00 MB 2 0
63,280 63,280 000000000871a54c1073e5859cd57a6601d865207745d6fbacf0669dde982db8 0.00 MB 1 0
63,279 63,279 00000000023fa603b8d2ba2d74ae9a73cb2d00dd82fd732c4b72ec6fec2e6d50 0.00 MB 1 0
63,278 63,278 000000000746b01ae6b839cb2231c8c84ca0f18c75f0473b883d2b1b6f658b7e 0.00 MB 1 0
63,277 63,277 000000000c85287c9fccee2fae96b1f5eaf21c853fd647bc545955334dd8a665 0.00 MB 2 0
63,276 63,276 000000000652549983c92fc2afa4aa1559937b5355194f4722d55e1dd01357a0 0.00 MB 1 0
63,275 63,275 00000000058cf20a9365a97604f20cee855025e83b3437d081226174fc8d1581 0.00 MB 1 0
63,274 63,274 0000000002ef6dfbf7d3a2b22678ba9710419ebb237ad540cdd965740dccf65c 0.00 MB 1 0
63,273 63,273 0000000008ed5ded8bd8c19fd885ce17a147098785c147035ee4f80566cdf7c3 0.00 MB 2 0
63,272 63,272 00000000083d41edddbd75c48179de640fd3f215e8d7060a73a892972520daf6 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.68 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,904.29 GB sent, 105.93 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.