Memory Pool Memory Pool Refreshing

34,166 transactions
33.11 vMB
Show Random Selection Loading Transactions
Max Size: 195/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,870 000000000000000000032f140000000000000000000000000000000000000000 ago 1.00 vMB 5,291 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,869 (283,550 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
579,319 579,319 0000000000000000000b2912fc1a4c0dd7986575fd988ceb3708a1d5b1e4b86b 1.28 MB 2,782 181
579,318 579,318 00000000000000000005242d8c3ed43c7c288ca57de2aa2b39421623ab3a68e4 1.44 MB 3,002 105
579,317 579,317 000000000000000000240782e53de9132c5d9202fbddcd7fc0ecd939cf548c4f 1.41 MB 2,962 143
579,316 579,316 0000000000000000001caf8cefceb14182a78e49f36022e9a8c8881a3c037ce0 1.25 MB 2,640 198
579,315 579,315 00000000000000000015665943ae02cd2baccd91f76bc3a0126eee9faf0b920b 1.11 MB 1,796 36
579,314 579,314 0000000000000000001000ae5ba99ce2d67759428b023f1af19c58b423b511ab 1.15 MB 2,357 42
579,313 579,313 00000000000000000016837311136705ecde8caacc2f367d0292388fa7fc913e 1.07 MB 1,864 22
579,312 579,312 0000000000000000002533d8b6011145784d858f47e1fe4f2e6ed9ea387b51d8 1.19 MB 2,595 119
579,311 579,311 0000000000000000001cc35270efd7d80448b2eddeaef97b69c62095b1ccaece 1.36 MB 2,370 183
579,310 579,310 00000000000000000003c9069ec7fe40a3951896b4a1e34a760753f90d5f0303 1.25 MB 2,260 94
579,309 579,309 00000000000000000012daaa5a52adad5de11ecfa472a34f6f3f399185c2de1d 1.14 MB 2,352 52
579,308 579,308 00000000000000000024d2c9fced58d795b87414297eff4f4e1890969c8320a9 1.17 MB 2,454 110
579,307 579,307 0000000000000000001d4b696e2e43a16a9d148a9de69b7970ad39c559372f8a 1.43 MB 1,026 44
579,306 579,306 00000000000000000001e41c2c0e2a50fd6d68181745797ccbe26bdd1f68eb5b 1.13 MB 1,673 50
579,305 579,305 00000000000000000012fb478645db5e8b6c32d5cfee2ba7e0b43070670fe282 1.05 MB 1,343 4
579,304 579,304 0000000000000000000c6a3fd644c15ae73ad2d8a3153659fbd68333e206b3fa 1.22 MB 2,039 122
579,303 579,303 0000000000000000001bc30a45b17c6170031894cb658ef0f7f38901c074a4f4 1.09 MB 1,261 36
579,302 579,302 000000000000000000075e80b3a6b58724cf219641622ea60dba4cbe91654252 1.19 MB 2,040 104
579,301 579,301 0000000000000000000f15aea8d8af5fe306f05f4422a608947cec767df085af 1.21 MB 2,020 9
579,300 579,300 00000000000000000008accd76d07f89447d7fdb69194cc62f838eb9bca675b3 1.11 MB 2,442 94
579,299 579,299 0000000000000000001aa0253c42c92a226764ac7f3747c488b7f138e03ab8df 1.18 MB 2,318 132
Previous 10 blocks ↓
Total Size: 685.85 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,407.69 GB sent, 110.91 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.