Memory Pool Memory Pool Refreshing

32,528 transactions
31.02 vMB
Show Random Selection Loading Transactions
Max Size: 186/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
863,625 000000000000000000032f140000000000000000000000000000000000000000 ago 1.00 vMB 5,041 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,624 (39,178 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
824,446 824,446 0000000000000000000379c7aefeaf9657f68e46474a66f0063277f56cea4003 1.49 MB 3,318 88
824,445 824,445 00000000000000000000239c7b4d334afc0f1701c7d76a4695fca9fa340d0765 1.82 MB 2,631 59
824,444 824,444 000000000000000000016e1916d655ad057b871654ba1006d267b2f7c8f6ab9f 1.59 MB 3,698 90
824,443 824,443 000000000000000000026902dc2d988f14ea982703e69012f82b825f3e35b169 1.58 MB 2,686 59
824,442 824,442 00000000000000000002a27d5b20fe333d1ea0cf4940d39e9f34a7dfb5390a7b 1.59 MB 3,846 85
824,441 824,441 00000000000000000003da8102f1721418d2a3d6a51a73ce628b333e9253e2e2 1.58 MB 2,701 81
824,440 824,440 0000000000000000000364407edb24ddbc95fd3b711a9ed24606db73bd3604ad 1.47 MB 2,914 123
824,439 824,439 000000000000000000021f9f716d5ae1b9c7cd74f363fff4df12834ef60b98cd 1.73 MB 3,310 109
824,438 824,438 00000000000000000001d19813185663ed93b7f6a22bab8646b6f8e548ef0764 1.54 MB 3,482 101
824,437 824,437 0000000000000000000190422c2833d809300537eff5575ee3e5dab3456214b2 1.87 MB 2,636 76
824,436 824,436 0000000000000000000277333cd071a806e592ac7f45933b91706f5fdf32ae3d 1.39 MB 2,043 74
824,435 824,435 00000000000000000003170552d640231d13478bf4eb1f043490390cefcf8a66 1.92 MB 1,662 62
824,434 824,434 000000000000000000007bdcd9a686d99b49237035656fc68aa29504936f3f73 1.99 MB 2,026 64
824,433 824,433 00000000000000000000d423d0ce7091a31ce0ca92e6935b1e2cd21f9166130f 1.83 MB 2,899 71
824,432 824,432 00000000000000000003a39f64634bd313a77d135a981e385716847386630e5a 1.57 MB 3,067 104
824,431 824,431 0000000000000000000353ee2389e35c6f746d65ee557bc8c0a1e996c86b87b1 1.95 MB 2,828 66
824,430 824,430 00000000000000000001a9f3b77416e01cea22c0800a11756aec799d5683359a 1.60 MB 2,962 96
824,429 824,429 00000000000000000001fcf60a796a1f9e1853a51aa5754de1b4116c81ae48f2 2.00 MB 2,606 63
824,428 824,428 00000000000000000000525bfa04d2ce31e260795d4c6c2e08c5f02a0c15e0dc 1.92 MB 2,368 73
824,427 824,427 00000000000000000001a65d382e3a2726f2d90ce3ee1705dc3ff65e03baa06d 1.85 MB 3,734 56
824,426 824,426 000000000000000000006b343f9d8ca4fe2a1697b122938739c75c5bbb28787f 1.91 MB 2,811 74
Previous 10 blocks ↓
Total Size: 687.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,514.03 GB sent, 121.14 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.