Memory Pool Memory Pool Refreshing

86,750 transactions
32.88 vMB
Show Random Selection Loading Transactions
Max Size: 200/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
872,346 00000000000000000002c0700000000000000000000000000000000000000000 1.00 vMB 4,582 14
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 872,345 (353,968 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
518,377 518,377 0000000000000000001e5d4b323f346a96d182d1b07acc6589fe9d8fa901cc3e 0.02 MB 67 37
518,376 518,376 0000000000000000004131de274b77119b5189057731cc647a0946c0f0de65ed 0.52 MB 1,180 36
518,375 518,375 00000000000000000036ff3c07f0e4d277a878af1fa0be4690aedf68aafc705d 0.96 MB 1,474 14
518,374 518,374 000000000000000000047d713e081729e022029dc59ade02e5af92d950ddc6e1 1.08 MB 1,237 15
518,373 518,373 000000000000000000088462345a718daff55e037f9efa2bdcdc56e4a4d4f5ca 1.30 MB 1,404 21
518,372 518,372 000000000000000000082f07c26997f1c9f68dbb6e4bbbab2584a762609849bb 0.85 MB 1,097 17
518,371 518,371 00000000000000000029b234ad2f85f2ad7e11b04864f2d4e7e8179320154a60 1.23 MB 1,965 6
518,370 518,370 00000000000000000020d7ce38c6a01dc85bfa94b4def391623c83f7bd4ba0d2 1.19 MB 3,369 19
518,369 518,369 00000000000000000014fe29bc0ebf7d35197cc6f29530b335cbd020d382db79 1.06 MB 1,578 45
518,368 518,368 0000000000000000001efd7d9722bfdd746906ffd5270d1d2adc9bab2b193b5b 1.14 MB 2,054 25
518,367 518,367 000000000000000000164ac8a0f61d8157b0920d13cb53cb7d47610bde077898 0.25 MB 640 31
518,366 518,366 000000000000000000208967db654fe3ec2822e2f7a63ac15a3c4b660ca44325 1.14 MB 2,940 31
518,365 518,365 0000000000000000003c13fef33eeeb3062fef8684d63f658193c7c7a060dca0 1.16 MB 2,519 25
518,364 518,364 00000000000000000043614c299b77d6dcb703f2a3c2c147547db075eb696417 0.70 MB 1,981 29
518,363 518,363 0000000000000000001dcc890fc9e7b9450ce5689fab05e30080a7bd49e8b038 0.06 MB 165 33
518,362 518,362 00000000000000000036a9183733695de885811ce7ba3cb59414260fd59d88eb 0.17 MB 438 30
518,361 518,361 0000000000000000003a2e73d2b0268b45f0e002466c34ddb1bb6af0a6b819f8 0.85 MB 1,808 25
518,360 518,360 000000000000000000247509b0a13d6848e4acb2d1e1dd5f211dc1fc10594356 0.18 MB 185 4
518,359 518,359 0000000000000000002cb42a5aecaccddad79a4f1aa45e6155281d7dc8605b2f 0.61 MB 1,459 34
518,358 518,358 0000000000000000000c16e53eaaac945d624961911b27d6bcbec7da9f00b9d7 0.17 MB 257 63
518,357 518,357 0000000000000000002088caec156f2be8ddee4c656d313e18138917e8d3ceb7 0.33 MB 798 27
Previous 10 blocks ↓
Total Size: 703.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: 2,629.33 GB sent, 237.21 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.