Memory Pool Memory Pool Refreshing

37,230 transactions
22.46 vMB
Show Random Selection Loading Transactions
Max Size: 140/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
863,436 000000000000000000032f140000000000000000000000000000000000000000 ago 1.00 vMB 5,832 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,435 (68,986 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
794,449 794,449 0000000000000000000532f1580a56b79173b7ed31ae48ead7fe1a65e6e6bda7 2.38 MB 2,529 21
794,448 794,448 00000000000000000001ae4b5eee66f984da0f4828d6a47c872bc35e73728598 2.22 MB 3,230 36
794,447 794,447 0000000000000000000435885aba2fb2dd9a8dc3c2c8b6ae75ed213262f42b40 2.24 MB 2,947 30
794,446 794,446 00000000000000000004731831bbc9549afc37fec378a2cc4d87f1b5f5833336 2.02 MB 3,225 33
794,445 794,445 000000000000000000039c0178a12d26a8adf2e4742b82d019339ff4f43966b5 1.76 MB 3,274 46
794,444 794,444 000000000000000000036fbe6591fba3e80d39848bfaf4c9a41da5e878230414 2.04 MB 2,451 22
794,443 794,443 000000000000000000051f8c4fef3e8bfacc880d21abd6365acee17a059aae02 2.03 MB 3,065 24
794,442 794,442 00000000000000000000484a45480eb3391dfe9dde11b4f890793e124149b40b 1.81 MB 2,459 32
794,441 794,441 000000000000000000001bcbf25546d6073411dcd2971a93b153a5225ecba7f1 1.56 MB 1,323 19
794,440 794,440 00000000000000000003bac4e577133aef7c1e46c4be56e35fb39ee9a5b7ff7d 2.01 MB 2,993 30
794,439 794,439 00000000000000000001f02365140c2d8c90c951c0a6a79f91e9cbcaad4eeddc 1.82 MB 3,486 41
794,438 794,438 000000000000000000002f44ee4275d48cd3b3f63eda2ee8053024a499a6294f 2.12 MB 6,197 12
794,437 794,437 00000000000000000002790409fa3f3ef1b82553e1cd7adecf65b284065fbbb7 1.85 MB 2,188 13
794,436 794,436 00000000000000000000370ac7da73990602687f46ba9799f52aefcccc5cc41b 1.59 MB 3,345 14
794,435 794,435 0000000000000000000263e95b67b15cc5a1666dd30f454af614c0988095f9ba 1.82 MB 2,793 16
794,434 794,434 00000000000000000003120e6b632d29d4178e84791c04c9b95a5cc80cdd9144 1.60 MB 2,938 38
794,433 794,433 000000000000000000032cba6789d803d7821e6c07db99659da45cbd03fec173 1.54 MB 2,017 25
794,432 794,432 00000000000000000000614ed2b6f82c5dde0d9463cade37fce1395121e531e5 1.59 MB 2,700 31
794,431 794,431 000000000000000000053a6dc1b0ae3e77786ae32a3aef7734c9dfe22ea9b4b6 1.57 MB 3,390 47
794,430 794,430 00000000000000000004fdbe7f455311ba3cf5a61ac1dc9e0eee65cf551a3144 1.88 MB 4,307 15
794,429 794,429 000000000000000000031d45abd9abad4bfd69dec7dacf6f3fc2080535c2d6c4 1.96 MB 2,822 10
Previous 10 blocks ↓
Total Size: 686.95 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,498.56 GB sent, 117.99 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.