Memory Pool Memory Pool Refreshing

27,758 transactions
29.06 vMB
Show Random Selection Loading Transactions
Max Size: 172/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,302 00000000000000000003098c0000000000000000000000000000000000000000 ago 1.00 vMB 3,639 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,301 (397,068 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
465,233 465,233 0000000000000000012354838bd9431be7669d376c2e5f1a2fafb5006092abfd 1.00 MB 1,228 138
465,232 465,232 0000000000000000014347b9f764cfb1ccf31f7c5c75dd9b52d053cabbe36112 0.00 MB 1 0
465,231 465,231 000000000000000001eff8b5ad6394bc23942019dcb0dd3e1ef1c8f8085ef7a7 1.00 MB 1,745 162
465,230 465,230 000000000000000000c386088f9fa46ea3019df40cade3a1825a49d35e526fa0 1.00 MB 2,272 222
465,229 465,229 0000000000000000007cd168a842779c293bdcd6b39a2ffb44ea854d5d9d72fd 1.00 MB 2,013 223
465,228 465,228 0000000000000000012a4e0fa79863ee37dba86563852c7a639e3d2420272c35 1.00 MB 850 110
465,227 465,227 0000000000000000020ea26e1e72d6bf23b43134dfd8276a3f36d26b4a2c4aa7 1.00 MB 1,688 130
465,226 465,226 0000000000000000011b3faa556a77d8f9fccacbcc5bff2e17dfb5e56ce99c05 1.00 MB 1,926 137
465,225 465,225 000000000000000001a0e8866ad7627fc3508ac2b1d2216f32b76519baa131b9 1.00 MB 1,047 112
465,224 465,224 0000000000000000015dec5e96c68ae992f27aea6f737b2ecf548f2faf26d77a 1.00 MB 1,825 137
465,223 465,223 000000000000000001e97e8d5c904763adbfca5277b31f3ddd62d138bdd17a38 1.00 MB 1,145 92
465,222 465,222 000000000000000001f6ceb0a8ab1dbaeb64ab7a7014c75897931c78b1ca02a0 1.00 MB 2,422 123
465,221 465,221 000000000000000001479fceb76578b873274d60143ae276352e408ec2e08bde 1.00 MB 2,060 189
465,220 465,220 000000000000000001cab7d61a0c97e021c5a82b612e780829e4e17286c056a3 1.00 MB 1,364 170
465,219 465,219 0000000000000000020ca275ddb2708205f2dae4002ab0680b1928c0c1ddbc2b 1.00 MB 173 200
465,218 465,218 0000000000000000018568662a63e2a8e4ba0fdd29c5c67b9d998f4b512e8046 1.00 MB 2,534 217
465,217 465,217 0000000000000000010e657bd9da60b6d4753eab64d657d778542261cb55bce3 1.00 MB 947 107
465,216 465,216 00000000000000000026bab2e06aa63da3258a0f1178131771a4ec8987928627 1.00 MB 864 109
465,215 465,215 000000000000000000801419c00283ce90b70419c574cdd76a16d2009a4a953b 1.00 MB 1,054 103
465,214 465,214 0000000000000000004129175568138cc2834a8855b8e1c15a75880b31ac5a61 1.00 MB 2,005 130
465,213 465,213 000000000000000001204d346cccd659ee9cbba2471a63aad7f4d0b61e828775 1.00 MB 1,856 122
Previous 10 blocks ↓
Total Size: 684.74 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,362.77 GB sent, 103.27 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.