Memory Pool Memory Pool Refreshing

44,781 transactions
22.99 vMB
Show Random Selection Loading Transactions
Max Size: 147/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
869,676 00000000000000000002c4e40000000000000000000000000000000000000000 ago 1.00 vMB 3,186 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 869,675 (63,906 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
805,769 805,769 00000000000000000002533b0ffae4372d145429d88127dfaef149263ba75641 1.55 MB 2,030 18
805,768 805,768 00000000000000000004c91612a644306eafc058991ec172935194bf2cf1d680 1.18 MB 608 12
805,767 805,767 000000000000000000043c9d070594a4c03b00412a1552b485dbf84d495f6a07 1.25 MB 952 13
805,766 805,766 00000000000000000003d6ca7c17dbac20d2728a8478d2aa8d3c431d759434e4 1.87 MB 2,581 21
805,765 805,765 00000000000000000000ff732a5bf0011d9dc16413db38bbc9d133fba829a2ac 1.24 MB 437 12
805,764 805,764 00000000000000000001eda44a4b8759b0d2934702ade528de90ae4c471ccb34 2.16 MB 2,958 14
805,763 805,763 000000000000000000035a8af3b516f3835b02fe573dbe93ced7f2334864db1a 2.00 MB 2,228 16
805,762 805,762 00000000000000000003070fba7fd82f12e9d4ba82acdc1c4455e0a9b16c5ebf 1.55 MB 1,221 20
805,761 805,761 000000000000000000028455e4bf1efae4635e83cdb6fc553e06253483fbfc9d 1.65 MB 2,996 20
805,760 805,760 0000000000000000000493f0c940ccab6db1cda6e292e8e39a61bb0144445771 1.45 MB 3,189 31
805,759 805,759 000000000000000000027fbb4421bb7801f51f2ab241c491ce69c5f4176e148e 1.05 MB 174 11
805,758 805,758 000000000000000000014405b9e16041d2d7b128f61d3beea77211b71b1aa69c 1.48 MB 2,663 15
805,757 805,757 000000000000000000049ff60b7dc272905194923ca467381d4ab9479ad897b8 1.56 MB 3,251 26
805,756 805,756 00000000000000000003663f8e70d57cb656b4fa9ea00bfcf1f9f13414b85835 1.43 MB 1,938 13
805,755 805,755 00000000000000000001cb6d270a89e6e54fa84ee0806b62d661ad52d4e4f6ae 1.72 MB 2,023 14
805,754 805,754 00000000000000000000392585426f1e5890f31f9b5d9c9b9acbbc6c8a1166a6 1.38 MB 1,723 17
805,753 805,753 00000000000000000004984885eead7747874e7377c5970d03ddf44daa7657d2 1.49 MB 3,317 26
805,752 805,752 0000000000000000000080cf571ec485b870226314cbddb96ca405d0b4f3bce0 1.31 MB 2,347 19
805,751 805,751 00000000000000000003ac893c741edef0517a4a7fd72a3dd91c948f31fffb66 1.37 MB 2,380 22
805,750 805,750 00000000000000000003810eb640037bdee0eff5524acf4ad980fb747e8f8b0d 1.58 MB 3,600 24
805,749 805,749 00000000000000000003a5f2876b2ff90e6b37e25d13237649d7cabcb9d59478 1.43 MB 2,794 36
Previous 10 blocks ↓
Total Size: 698.85 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,100.90 GB sent, 203.03 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.