Memory Pool Memory Pool Refreshing

52,336 transactions
25.70 vMB
Show Random Selection Loading Transactions
Max Size: 151/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
869,148 00000000000000000002c4e40000000000000000000000000000000000000000 1.00 vMB 2,987 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 869,147 (1,011 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
868,136 868,136 00000000000000000001546417b91454fee3e8be40b4a530c45ec9bf6f8e7c51 1.46 MB 2,950 14
868,135 868,135 00000000000000000002751f6a9dfe484b67a8e92807399b6bd0f772bd939fc9 1.61 MB 4,738 7
868,134 868,134 0000000000000000000005384d48ba4272b3e5ef6d934861b810f73504261088 1.62 MB 6,074 4
868,133 868,133 00000000000000000000ae3de2b7f620cf1e4b66878d05bb2085c1a3ce4d3b87 1.61 MB 4,637 5
868,132 868,132 000000000000000000027a7732546be3ba7106ab08c0cd8fa7807bd82bf57aa2 1.62 MB 5,230 5
868,131 868,131 00000000000000000002aea5080be7de59ee00eefc926c83eda32b0c1b4a67cb 1.65 MB 7,252 2
868,130 868,130 0000000000000000000091cfcd4f7ee65aa530e55aae5d66760c50d540ef6520 1.67 MB 3,163 7
868,129 868,129 000000000000000000029242c733f9100808e9b8892d2bee5bfe107bf25faec9 1.70 MB 7,075 1
868,128 868,128 000000000000000000013479b1704e751a6ed41a0a91a1a07561332baf6b6008 1.66 MB 6,982 2
868,127 868,127 00000000000000000001bc90e135f627da954a63bbe4b44b0cf2d87c38faac38 1.98 MB 2,541 2
868,126 868,126 000000000000000000006cca5844882029c2407c645eb91eae42b01ea1c51352 2.13 MB 3,177 4
868,125 868,125 000000000000000000023264b2a9219536abb243cd4297e551e70bdf4f35693e 1.63 MB 3,738 7
868,124 868,124 00000000000000000000f291f5778e2ac391859e6cd3e27d39423ad00b533855 2.72 MB 3,256 4
868,123 868,123 00000000000000000001237341b8562a7a89428c3b205f56db3df04d40d2556c 2.33 MB 1,668 2
868,122 868,122 0000000000000000000207237738d3113a024aae6c823693e284b53ac5d526e7 1.93 MB 2,268 3
868,121 868,121 000000000000000000010ebf66d30f8a8401dfb98c6fe5b44fc06c409b240826 1.92 MB 3,145 8
868,120 868,120 00000000000000000000cc9cc887e925444baa0b390dfd8b2569052482027df8 1.63 MB 4,159 11
868,119 868,119 00000000000000000001e7e76b878e737b94338bacb24e6b04c4624d116f4412 1.63 MB 3,541 7
868,118 868,118 00000000000000000000f9144a03ea201620a45a91200a5e0812de67e13d79e5 1.55 MB 3,891 5
868,117 868,117 00000000000000000000bc78eb713520afade00510016460ac5392ed9a46f8c3 1.61 MB 4,300 5
868,116 868,116 00000000000000000001f375bf37d044d7f3518bc2cbf788565ef1d7a28e31e9 1.76 MB 4,069 6
Previous 10 blocks ↓
Total Size: 697.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,062.44 GB sent, 196.90 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.