Memory Pool Memory Pool Refreshing

30,425 transactions
33.53 vMB
Show Random Selection Loading Transactions
Max Size: 188/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
863,853 000000000000000000032f140000000000000000000000000000000000000000 1.00 vMB 5,198 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,852 (50,490 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
813,362 813,362 000000000000000000026b4f1ce262f0c73698b8ef4383d95fbc7a352cb530c4 1.43 MB 3,228 18
813,361 813,361 0000000000000000000270d4164391adc1d8245535dcad83a8948e86a34262e1 1.28 MB 1,189 5
813,360 813,360 00000000000000000002e155a40bd01fe52ad3f7fc1444ed60e2346d15768980 1.29 MB 1,249 6
813,359 813,359 0000000000000000000182c1361d2ce51b8caa61d88ce17f128c1a884752f24e 1.15 MB 561 3
813,358 813,358 00000000000000000003112a14216627db56d5cad72d900ae834a226c7608f96 1.45 MB 1,707 3
813,357 813,357 00000000000000000000519c33dcdf5ca386524b2cbacb561f767e9663ac1669 1.42 MB 2,200 8
813,356 813,356 0000000000000000000390f169695989221592cab0f6ac76860faf7ddcc9d75c 1.28 MB 812 6
813,355 813,355 00000000000000000002252fb2cd4473f247d4c38eb07215f13e714a70b9ffcf 1.53 MB 2,948 14
813,354 813,354 000000000000000000018bdc286b3dd63ca41ee69fda24594aa294519104aef0 1.74 MB 1,768 3
813,353 813,353 00000000000000000000d914e2337051f8e9296d2aeb9836520048dc923054b8 1.65 MB 3,213 12
813,352 813,352 00000000000000000001adbb2def00e5da6bd4ad9d4817f07ddbb9b6723e70b1 1.38 MB 1,918 10
813,351 813,351 0000000000000000000295e510df1192e61f668430cdb8a1bdebe26eca9c4fdf 1.58 MB 3,391 13
813,350 813,350 000000000000000000013a7f318e19bc66e4e29ab87dada7ff3720dc7cd52606 1.54 MB 3,592 18
813,349 813,349 000000000000000000014b7221d6e30e00cd617155c7071663d3cb89f7282167 1.39 MB 1,796 8
813,348 813,348 0000000000000000000220a328b55a50a980f9ad9dbd9921488886a3a95d0219 1.43 MB 2,536 11
813,347 813,347 00000000000000000000ef5a7982eb8ac4d324486c2fca7b6cc6178d4582f066 1.39 MB 1,206 6
813,346 813,346 00000000000000000000cf346c1298aa4fd0eba737f148bcefb2f0138985b520 1.55 MB 2,174 8
813,345 813,345 000000000000000000032357b06c6d5b64ee6d92a7f2e916c7e014887ab88d99 1.43 MB 2,338 11
813,344 813,344 000000000000000000040a0d56dfd00ca5d214d944c71afd59bc4643ae5e2b90 1.38 MB 1,606 8
813,343 813,343 00000000000000000001575c7e5fb75232c813e61f5c9b01790d39417b8ccfae 1.61 MB 2,291 9
813,342 813,342 00000000000000000002f69be0f0ebdac60a290fcfca341bdc2764be64ec3ad3 1.68 MB 3,115 15
Previous 10 blocks ↓
Total Size: 687.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,524.28 GB sent, 123.76 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.