Memory Pool Memory Pool Refreshing

14,378 transactions
29.81 vMB
Show Random Selection Loading Transactions
Max Size: 165/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,176 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 2,692 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,175 (476,652 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
385,523 385,523 000000000000000006b6f875ed5a21875e42294c3056eaa4a181bd297919c476 0.75 MB 759 16
385,522 385,522 00000000000000000cb9a7bdde11a19b9b129e23452b42186625dbe01d7d3811 0.32 MB 915 51
385,521 385,521 000000000000000004c8861767b028aa3f962af4cb8cf31dfec1620e1a28be15 0.39 MB 813 30
385,520 385,520 00000000000000000bd6bec11a9efc39b71c3f5a16c8616dbfc8cb81e5578bd1 0.64 MB 1,168 33
385,519 385,519 00000000000000000001cc737d061866688bdb6a90bc57277ff72b5dd16c115f 0.79 MB 1,634 31
385,518 385,518 00000000000000000077637c543fddb8b2f5f2c2fb1f503826a87fcb2d233030 0.38 MB 779 31
385,517 385,517 0000000000000000090c091d059e14d19432e4f4a9f1f7a64f1f55235c500b95 0.24 MB 228 12
385,516 385,516 000000000000000001ff5385f797973e0d487c36228fc0639acde049c5defa9e 0.24 MB 525 32
385,515 385,515 00000000000000000123e428d916d6125b0933176105a9814c9706e258908b95 1.00 MB 1,973 30
385,514 385,514 00000000000000000eaac64a3b528379b6a1ae429084af71eac931a75249b599 0.00 MB 2 0
385,513 385,513 000000000000000000d7ddc74f44d0fea66a6262a31e5dd17bbac92337952f4a 0.75 MB 744 14
385,512 385,512 000000000000000004b77d2087cbe9c84a6812c394db51d78f6e10272ac5e83a 0.24 MB 291 20
385,511 385,511 000000000000000008b7954f9c200f6b09175731962b4e59a82143f0fbc7ef7c 0.54 MB 1,159 33
385,510 385,510 00000000000000000ef246c814f8cb8c1a26bc3c6cb1286bdbc5f4140ed3fc79 0.24 MB 174 10
385,509 385,509 000000000000000002302af796efc87c1a851c0d6dcea079a554ea0e66e1c1c3 0.00 MB 1 0
385,508 385,508 00000000000000000e1eaafd06b80b67988bbc4b2d9d736b169fde83df9230a7 0.30 MB 533 30
385,507 385,507 00000000000000000e763031050c97f8cf72e8415b60a8caa2ef7a5678873af1 0.65 MB 1,283 30
385,506 385,506 000000000000000000b707865ea57b5524be98c6f9b197392174efe7186f99b7 0.07 MB 65 10
385,505 385,505 000000000000000002381c88e5f71ad0d7247ecc9c3fafd2c3214b9358670596 0.45 MB 998 35
385,504 385,504 000000000000000006e1b2c1b32fd25eb470a0b111e5698386afb0f6edacd3ba 0.11 MB 132 15
385,503 385,503 000000000000000004b9dd4e72ec59e616360b6358db86c76c67aba117483e41 0.30 MB 483 29
Previous 10 blocks ↓
Total Size: 684.50 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,345.23 GB sent, 101.42 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.