Memory Pool Memory Pool Refreshing

64,836 transactions
33.96 vMB
Show Random Selection Loading Transactions
Max Size: 192/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
872,453 00000000000000000002c0700000000000000000000000000000000000000000 1.00 vMB 1,489 10
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 872,452 (77,760 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
794,692 794,692 000000000000000000045864249e224bfcbd2507d388f0087e20ff464bbfb55c 1.49 MB 2,881 60
794,691 794,691 00000000000000000000c67510c8d591028658f404bffe005354540312411ae1 1.77 MB 6,495 43
794,690 794,690 00000000000000000001c666ce4d587c28269d3904bc3bceddbe32315638c296 1.72 MB 5,801 44
794,689 794,689 00000000000000000001baae2076b7a4dd0097e9494941414822d1e82922e8ce 1.77 MB 2,253 16
794,688 794,688 00000000000000000003fb3966260ef579ad65587438a0b467e630a2b6ea497d 1.78 MB 3,759 33
794,687 794,687 000000000000000000002634e50b09b8788f3ca5d12fd19ea0407ff5e1283c62 1.60 MB 2,517 24
794,686 794,686 0000000000000000000501e5f3ea29cedf53d7f6ac8fde1482ced52a3f140a3e 1.65 MB 3,388 34
794,685 794,685 00000000000000000000e8f37f68489bf143ea33ecc0b279ebb3000ea3486b26 1.40 MB 3,935 42
794,684 794,684 000000000000000000022211e6f80dcf5bf73df59688379d56252069e036e357 1.41 MB 4,734 40
794,683 794,683 000000000000000000039ec666b92128783b2a57d07bbd35c6530a85375dfe18 1.42 MB 4,461 43
794,682 794,682 00000000000000000001fb94d1701be8588840569eb25280f64b8f6c8ae4f7b9 1.46 MB 4,600 48
794,681 794,681 00000000000000000001a0b733e64974c1c3d63a41a44c296fac57a8c40e329c 1.39 MB 3,103 30
794,680 794,680 00000000000000000005586129cf48427c0e8eac05b85757413b71483f596f16 1.98 MB 2,581 18
794,679 794,679 000000000000000000026cfc0ee063e771a693efcc9d58dc31f0165ba312c694 1.76 MB 2,946 26
794,678 794,678 00000000000000000001d1d874243ea1e8e2f7d3a20f20e2e2a6045f6f628c97 1.80 MB 1,718 19
794,677 794,677 00000000000000000004915ba9efedaafdc02144a5bec2cca0481d40e4d59848 1.32 MB 1,525 26
794,676 794,676 00000000000000000003ed097595f5ef270ea4531a7930916ca225c3553f8e51 1.42 MB 2,026 28
794,675 794,675 00000000000000000004400c38792b5ad9c9ff06f6991006ccea3052e38478a1 1.85 MB 2,877 23
794,674 794,674 0000000000000000000456d06759f5459be7f6adaba1c3ece7e3b2ba4072fa31 1.67 MB 3,275 31
794,673 794,673 000000000000000000042690d47928e79ec25c58bf3387ecf4641fd16c246dbc 1.60 MB 3,469 34
794,672 794,672 000000000000000000043a916092ee41bd76cdb6ce1a218ba1bcb4e6c134d657 1.43 MB 4,155 47
Previous 10 blocks ↓
Total Size: 704.04 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,638.83 GB sent, 238.23 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.