Memory Pool Memory Pool Refreshing

29,870 transactions
33.42 vMB
Show Random Selection Loading Transactions
Max Size: 192/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,846 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 2,982 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,845 (62,697 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
800,148 800,148 00000000000000000004794f010ebc0583ddb1f7ce10cb9dc24bc6c9a87789fd 1.50 MB 1,952 10
800,147 800,147 000000000000000000000bd3c32e1744c8d7d7118141611ba03431256341a96b 1.59 MB 2,707 17
800,146 800,146 00000000000000000003669b2fc5b891b5c0011b2e2a90435997afd226a414e0 2.17 MB 5,436 6
800,145 800,145 00000000000000000003a522c7b42bd188a4bec4ab38ed443f5b572f206f688e 1.97 MB 5,872 5
800,144 800,144 00000000000000000001d5490e81afa5a859353ed3cf1ae47bda21a30d696797 1.88 MB 2,455 13
800,143 800,143 000000000000000000040f450c5b288f59d672b162793e35365e31ad290515a7 1.97 MB 4,259 8
800,142 800,142 0000000000000000000023cf84a65f30c59e7d108bbe989e8c84baa7212718a9 1.80 MB 4,095 6
800,141 800,141 00000000000000000002ace6308db36ca691ab7d5c2fe8fed9c664ea6c4feb80 2.12 MB 6,226 5
800,140 800,140 00000000000000000000a018fc65b0aa33c16b7859aa539108e8027ebc876d59 1.92 MB 3,568 9
800,139 800,139 000000000000000000029a06d42c8840cbdb58e8e6647a628cd933171aebe66e 1.55 MB 3,195 11
800,138 800,138 00000000000000000002747460c39fa3684804d851d3f1d59e37f47f39cc218c 2.02 MB 5,736 7
800,137 800,137 0000000000000000000322685d85d5bbed27a81ad5c4d08a54394eba6bba1882 1.85 MB 5,260 8
800,136 800,136 0000000000000000000408028c6040ef4dcdd43f17f03e21575b63963b404bfb 1.84 MB 5,258 9
800,135 800,135 00000000000000000003e580039afd9de9e9e49dd81f8dc4bf76e55926c5fd94 1.29 MB 1,668 7
800,134 800,134 00000000000000000002759fe15bc818ea4182747b1cc157562c7c333d2d6402 1.76 MB 2,753 7
800,133 800,133 00000000000000000002ba29aca1b1fe827d408ed6689ed123e5d4089f45ec16 1.53 MB 1,918 11
800,132 800,132 000000000000000000012e3ed89022ae59db715a31acecaa145daab805a7267f 1.59 MB 1,907 12
800,131 800,131 00000000000000000004d5e03b934befd982d7ea54838e4de9829b55277d768b 1.33 MB 1,889 13
800,130 800,130 00000000000000000000d00828309a14102dc72a7002fe60cd7b79d922b8900b 1.52 MB 3,280 21
800,129 800,129 00000000000000000002b5007f4c3cfd0ca739a0c454b2aa09c2945e98c38140 1.49 MB 3,449 19
800,128 800,128 00000000000000000004a6f9091dae662837cd97a2e5165ef203c64dc2f4a0e4 1.42 MB 1,913 9
Previous 10 blocks ↓
Total Size: 685.81 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,405.11 GB sent, 110.63 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.