Memory Pool Memory Pool Refreshing

26,053 transactions
27.46 vMB
Show Random Selection Loading Transactions
Max Size: 161/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
863,535 000000000000000000032f140000000000000000000000000000000000000000 1.00 vMB 6,569 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,534 (53,533 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
810,001 810,001 000000000000000000039a8e7b7302e427c1f82aec76dd2839e2720ee9ee7f63 1.35 MB 1,091 3
810,000 810,000 000000000000000000028028ca82b6aa81ce789e4eb9e0321b74c3cbaf405dd1 1.82 MB 1,690 10
809,999 809,999 00000000000000000003f15e02dcc90bd80a270e541bf894ff650d193d491fb8 1.80 MB 2,726 20
809,998 809,998 0000000000000000000025cd6eed31afc7c9f33bd35860312e8971d0ada16b70 1.70 MB 2,687 18
809,997 809,997 00000000000000000001209955be2bdc6f37392b245d7e99ac948d46b0fe2b29 1.69 MB 2,732 8
809,996 809,996 000000000000000000045fcb5300b2ebc2d5dba3425cf27aea5130dddc5a6118 1.96 MB 2,464 3
809,995 809,995 00000000000000000001752455f7cdb1c79df35e7aa3c07b10d3670cf1566ffd 1.97 MB 1,001 9
809,994 809,994 0000000000000000000072a57eb4bfc7b299d3fe67d70a458ab9888cd4bdf80c 1.83 MB 2,003 12
809,993 809,993 00000000000000000004bdc1faf78315a2dd506b1065b64723645248497d9d76 1.76 MB 1,902 14
809,992 809,992 000000000000000000025ff44596119fb9da186353dd6e32408d8741f22cf7a7 1.72 MB 2,142 15
809,991 809,991 00000000000000000004c2ee9c80050c2de3861c3a85d386867eae8412470b93 1.95 MB 1,100 9
809,990 809,990 000000000000000000033d460209408060c1bea1d97bd298de1eccd6a2b7c1d0 1.97 MB 2,490 18
809,989 809,989 00000000000000000002f28172426f7c88cb95078885e98d1b7c1a120be59189 2.00 MB 1,585 9
809,988 809,988 00000000000000000000d868c2ecebab41b7526a13d2ff61b8823ac5b79cad9c 1.40 MB 2,220 31
809,987 809,987 00000000000000000001ea947b81092cbe7cafd092102cbaa56ac125dd4a5c95 1.83 MB 1,729 5
809,986 809,986 00000000000000000001f86feae1564352b52083e81fbb257d27c2984398b2f9 1.61 MB 2,488 20
809,985 809,985 000000000000000000028c8a40341551503e6c830759fd1876ee449b064563ac 1.56 MB 3,548 34
809,984 809,984 000000000000000000030a2ed2577777ebdb2e7c5ea5449d50c733587124c90c 1.91 MB 1,114 11
809,983 809,983 00000000000000000001795f894ff70f78081a3792361b30c01454f657c10941 1.76 MB 800 10
809,982 809,982 000000000000000000033d32c76b9dfadfeae87c33f1273b6cb0707e88d536ac 1.74 MB 682 8
809,981 809,981 00000000000000000001872f9dc7fcd93d29a735ab6044e8c34d671d2c112a42 1.83 MB 538 7
Previous 10 blocks ↓
Total Size: 687.13 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,507.91 GB sent, 119.49 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.