Memory Pool Memory Pool Refreshing

12,963 transactions
33.07 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
862,140 00000000000000000003098c0000000000000000000000000000000000000000 ago 1.00 vMB 3,265 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,139 (71,446 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
790,693 790,693 000000000000000000023d7543c44968a1c9867af84ae302bd6127a650d69b7d 2.02 MB 2,209 58
790,692 790,692 000000000000000000043f143b0425340917b0dc8dad7919c8dfbc01375008da 1.92 MB 3,997 42
790,691 790,691 00000000000000000003adcead8f515c7a1af5a0630eff769215f663c5b645e2 1.75 MB 3,741 36
790,690 790,690 000000000000000000054f9cef667c0efac56d867a6fac573ec10597ad98b737 1.45 MB 2,563 84
790,689 790,689 000000000000000000043b0a332ae6cb86223b4df8f036a0be094bf9471dcd11 2.39 MB 3,054 27
790,688 790,688 000000000000000000023cc8ccf201067ca76dc491163f55be56d75d34b5870e 1.79 MB 3,980 35
790,687 790,687 00000000000000000000c44b8b7640c4f6f835f1292c030b56e327a8d47b050e 1.87 MB 4,644 36
790,686 790,686 00000000000000000002a561de6665356fb9bd961eb327b1c7ee07ca335ea7f4 1.97 MB 4,374 24
790,685 790,685 00000000000000000002d53a99c0654991da139bbac8c416529873da7e99a88c 1.65 MB 3,508 38
790,684 790,684 000000000000000000027a745cdb6c454ff155c3bf7034169fbbbced1e6a48a9 1.70 MB 3,725 53
790,683 790,683 000000000000000000033675dfb4fb5406b53b921cb553bfbac153ea98aba597 1.79 MB 3,403 27
790,682 790,682 00000000000000000002028b5bfc88f04b55b5423edcb7e1ffcefda9c8a47db9 1.76 MB 3,269 43
790,681 790,681 000000000000000000000eb6dc08351394abada29567b38059c35cbf98a8138b 1.40 MB 2,410 69
790,680 790,680 0000000000000000000398a653ec8f2432121a66c3cd21f1fc2c2b103ba791af 1.51 MB 2,729 66
790,679 790,679 00000000000000000000dbf8ffa8ae68a17252f6ec2af3e13bc50a5776647886 1.57 MB 3,210 67
790,678 790,678 000000000000000000016fb865a5e424a73d13bdd3fe1bbd8cd91a06b0aeaef9 2.40 MB 3,226 21
790,677 790,677 0000000000000000000188f04c1b97fbb004a677838666677e98702e0baaa828 2.02 MB 1,725 29
790,676 790,676 00000000000000000000d12c9544d2e1aca131caa4cf2892d407673797f3b48e 1.77 MB 2,863 42
790,675 790,675 00000000000000000005515b4bd3c20d7e5b8e6b6da5076e1308d89052e2aa81 1.70 MB 2,240 21
790,674 790,674 000000000000000000039626881a5bd402464ca75bb850a576fd1a552d296be3 1.84 MB 4,463 27
790,673 790,673 000000000000000000042d55c970b2fbbc278863c051a85a7df1bc12b0991d8b 1.93 MB 3,734 36
Previous 10 blocks ↓
Total Size: 684.43 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,339.96 GB sent, 101.10 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.