Memory Pool Memory Pool Refreshing

13,539 transactions (3.16 vMB)
  • 1 sats/vbyte = (4 blocks)
  • 2 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 21/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,031 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,695 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,030 (845,731 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
63,299 63,299 0000000003a98e5bd57c1b85501977aba96175153b575806e7eeaea3caa7950e 0.00 MB 1 0
63,298 63,298 0000000003760bfa2ab7ba547913032044ad5bc5d29ea47c7849ffc44ac9ccf8 0.00 MB 2 0
63,297 63,297 000000000556a178b74f37a823116d6b0510015da596bf2cd32b61bb9d5e693b 0.00 MB 1 0
63,296 63,296 0000000006dcf67eff80ea8f69e7c1c71b4069a000be60b2d2a124a16a04a45e 0.00 MB 1 0
63,295 63,295 0000000003d06ffca87fb71281ee07f9e4370b4c37f53cf620e7caba4e8de00c 0.00 MB 1 0
63,294 63,294 0000000008a8b7f8ea649047090b59f049704649e4900c5fdb1990bf8995705a 0.00 MB 1 0
63,293 63,293 0000000004b06bc1a4c47fcc79214f8344b943193fd01c6350c2ec6b7fbc4a80 0.00 MB 1 0
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
Previous 10 blocks ↓
Total Size: 771.60 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,893.57 GB sent, 105.50 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.