Memory Pool Memory Pool Refreshing

21,538 transactions
27.44 vMB
Show Random Selection Loading Transactions
Max Size: 157/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,078 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 4,028 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,077 (12,385 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
849,692 849,692 00000000000000000000e73b9367a3633439ff314c363952f840a4dd40cfe262 1.62 MB 3,445 17
849,691 849,691 0000000000000000000239e68630e854ee0ac538e089a7c2d56b1bfb521ecef7 2.04 MB 970 10
849,690 849,690 000000000000000000014af4c1f48ed22cba63f8174266fccf3779c2757527c3 1.89 MB 167 8
849,689 849,689 000000000000000000004715feea7c1e58b8989d0f1ff6fbc1e9e029912cd14f 1.16 MB 109 8
849,688 849,688 00000000000000000002de0420e2aa8fa1db1752f804489dd2f8f0d44cd6ed87 1.85 MB 2,066 12
849,687 849,687 000000000000000000005d29d39a1bbb2f288111e6e429c9b490e32845028bb3 1.91 MB 1,614 10
849,686 849,686 00000000000000000001ec237962b4243f1d6b8e92dc28720d411188ab0bd073 1.86 MB 1,817 10
849,685 849,685 00000000000000000000abe5900019847770dd59299e5bc71140419b7a41d51f 1.65 MB 2,950 19
849,684 849,684 000000000000000000021f19678a6dee20ac68b5053a3baa944bc4433e83d92e 1.78 MB 1,646 11
849,683 849,683 000000000000000000030e396a164f2a0b97b40ad50dc4822d7f1a07482cf63e 1.86 MB 390 9
849,682 849,682 000000000000000000031e0aed6646cb33df874b7f2727cb4c162bfce017dede 1.84 MB 596 8
849,681 849,681 0000000000000000000319d9b5715c2456bb1b7ec1714dccc26002380d643429 1.60 MB 1,889 14
849,680 849,680 00000000000000000002cc72bdc9bcdea4a0bd5e500b9f168beab02c9100ac3e 1.82 MB 734 9
849,679 849,679 0000000000000000000359d23f7c760cf6c098396badedb61a799353cdd1c679 1.78 MB 1,552 11
849,678 849,678 000000000000000000002859a50b901d01d35cb5a0e7db6d196dd0dcd24b0dc1 1.79 MB 913 10
849,677 849,677 000000000000000000027e49014c49e67fafda9f8d06095b5dca04e67b8ae0e7 1.90 MB 1,183 10
849,676 849,676 000000000000000000033b88950b1dd598bec9fbbb297e7842a3e5e84bd24060 1.59 MB 2,932 16
849,675 849,675 00000000000000000003024bdd6257448897aeea1550f48fef0de55a7e5bbb74 1.89 MB 1,998 11
849,674 849,674 00000000000000000001202233f544f04e23f07063b93fdedf7c505cbd02af34 1.69 MB 3,017 19
849,673 849,673 0000000000000000000272287a3f9ccad49c681de3b62ce233a877257893aa80 1.75 MB 3,450 9
849,672 849,672 00000000000000000001dc6531f655195c97a902d0832804fd031cd99e0f3ce1 1.73 MB 1,930 11
Previous 10 blocks ↓
Total Size: 684.31 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,334.03 GB sent, 100.39 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.