Memory Pool Memory Pool Refreshing

41,835 transactions
30.88 vMB
Show Random Selection Loading Transactions
Max Size: 179/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
863,078 000000000000000000032f140000000000000000000000000000000000000000 1.00 vMB 3,853 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,077 (414 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
862,663 862,663 00000000000000000000193a1ee310dc99822834b3d1446d41843d19a2d785f3 1.82 MB 2,975 5
862,662 862,662 0000000000000000000192f34dcdbf3e4e3237a020a7e32b137a7b1f77c4603a 2.00 MB 3,393 6
862,661 862,661 00000000000000000001d78f8e6997b59cefd5bafecdecb2ab41f42be228bd4c 1.73 MB 3,516 3
862,660 862,660 000000000000000000015a6be51e062eb273d31bdfa046d36a91f2fce6964501 1.78 MB 2,629 7
862,659 862,659 000000000000000000023638ee5349cb8744b5dd5143c04545f25c668f33ac90 1.49 MB 2,928 6
862,658 862,658 00000000000000000002037fd800460656749b471a5414fe023d11fab8922a7d 1.67 MB 4,537 3
862,657 862,657 00000000000000000000b633261cc1e429bb94ac9ea81797566d2e876430d736 1.61 MB 7,186 2
862,656 862,656 0000000000000000000262431ff77fc3590520f7ce2d612a6d42d7593cd3e54a 1.76 MB 4,589 2
862,655 862,655 000000000000000000005ae0d65c56707ce33f590bf518f24d4a3c98c1123ec3 1.57 MB 3,807 5
862,654 862,654 000000000000000000013097f57667e1d1edf47d394740b04176e7f4b4a735d9 1.63 MB 4,137 7
862,653 862,653 00000000000000000001fb1397f775a8718c463c43c0f34e6719bc6987ecf601 1.70 MB 6,278 2
862,652 862,652 0000000000000000000188aacc4ae4dae2869067d677dc05ff76bf1b50c12dca 1.76 MB 5,978 1
862,651 862,651 00000000000000000001525a6dc431d05ffdbb76569b7451957514f4a9deb46d 1.65 MB 7,269 2
862,650 862,650 000000000000000000012fce4cf48c32c2d2a41a05a2d826e93f4b553d473ed9 1.87 MB 6,304 2
862,649 862,649 000000000000000000003d177802a408ecf7981cc09bda764ee10a18db85fe6f 1.85 MB 3,593 4
862,648 862,648 00000000000000000002495cac634f05eacaac00400d6755845f0da4e394c504 1.63 MB 3,851 4
862,647 862,647 00000000000000000000439c83d2dfa9d7bfe32ca4d7ee7880d54718f06b457f 1.60 MB 6,742 3
862,646 862,646 00000000000000000002e46d44033174ca8af3dce06ad0084f012875de207007 1.81 MB 2,836 3
862,645 862,645 00000000000000000000d03d320a4f163a48aa825eb95db4c2277324f254b798 1.77 MB 2,030 3
862,644 862,644 00000000000000000001d8ed5a8e0d5af251294579fd36040ae499dbe10cee29 1.41 MB 2,458 6
862,643 862,643 000000000000000000021302b2c4219d474a34c9a030a6b643bd1078008806c6 1.52 MB 3,682 6
Previous 10 blocks ↓
Total Size: 686.24 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,420.60 GB sent, 113.68 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.