Memory Pool Memory Pool Refreshing

45,119 transactions
24.92 vMB
Show Random Selection Loading Transactions
Max Size: 145/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
869,288 00000000000000000002c4e40000000000000000000000000000000000000000 1.00 vMB 7,063 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 869,287 (155,543 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
713,744 713,744 000000000000000000037ac2ee428a0617249be61a455da6b7b00b199ea1d614 1.46 MB 2,796 11
713,743 713,743 0000000000000000000ae5542ca5b827b85c862bb7c36cf76d2b62952efaa70b 1.43 MB 3,123 12
713,742 713,742 000000000000000000026913bc96aab3f830d3ddb552633a2a14f439ea782892 0.22 MB 293 12
713,741 713,741 0000000000000000000133b83c631a233dfba131377c03df75fbffbccae34b8b 0.45 MB 981 13
713,740 713,740 0000000000000000000670b8acc723829c9ae059ae312d745c86ecdd4e47f8b1 0.08 MB 206 9
713,739 713,739 0000000000000000000845b7090754dfdcf9d92b8e485d42d1fa00cc4415b5dc 0.07 MB 92 5
713,738 713,738 00000000000000000008307d5187cecc03d70ea00d97990fd8520a24d6037e85 0.52 MB 608 7
713,737 713,737 000000000000000000032d05f917566f15c228badfc4e95ac7096c92f2af4a75 0.39 MB 812 7
713,736 713,736 0000000000000000000193e3bf7dc6287df15467ecc066b22bfbbd8ef3bdf924 0.76 MB 1,610 9
713,735 713,735 0000000000000000000b873c69b1ca056f2c85159f66c1a53129d580302c4727 0.50 MB 937 8
713,734 713,734 00000000000000000003030428656106810123b7da0132ff678c59f48d11a02c 0.63 MB 1,040 8
713,733 713,733 00000000000000000005ac7a2e961fb263e2e184e46bda9a79bb5493a64ea8fc 0.44 MB 790 5
713,732 713,732 0000000000000000000431c3c73435a8c5355bacd06b80abd6df0c90fbca6d0c 0.11 MB 191 8
713,731 713,731 00000000000000000004dd2844f96b82e3c907ca63e157d879131f3a01ea0e15 0.09 MB 192 10
713,730 713,730 0000000000000000000895adc31d99cad5f648c22909f2e5c0c603bc78984b7e 1.34 MB 2,545 7
713,729 713,729 000000000000000000060de58d9dfd0625382f0b2e87c35a60a05e731f3a726e 0.52 MB 566 4
713,728 713,728 00000000000000000009ff9b604cf23701b1e5925426f63a4aa86c94f5f382e5 0.13 MB 86 9
713,727 713,727 0000000000000000000256e8a11659b303da0ade24ca1cf61c1b6cf1b1a94719 1.31 MB 1,569 6
713,726 713,726 0000000000000000000119a208e90e956ca00ba55531f7fede6dbad06e3b072f 1.32 MB 993 5
713,725 713,725 000000000000000000008485f01440ff1b3dd446756c7d2aadc3e01ab2483d80 1.45 MB 2,058 3
713,724 713,724 00000000000000000004569fd4f553e9116575c8b6020d24f2c27ce791199ef6 1.52 MB 2,854 8
Previous 10 blocks ↓
Total Size: 698.12 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,068.51 GB sent, 198.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.