Memory Pool Memory Pool Refreshing

2,559 transactions
0.96 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 sats/vbyte 3
2 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
907,851 00000000000000000002349e0000000000000000000000000000000000000000 0.96 vMB 2,555 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,850 (145,306 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
762,544 762,544 00000000000000000005e592cb5a229c6e735dd62db47ab426733bfabf915fc1 1.41 MB 1,665 21
762,543 762,543 0000000000000000000316c1aca497279898c347493430c6c775a0d379aa8b19 1.47 MB 2,705 28
762,542 762,542 00000000000000000007a15c899d066ddb03da99f197c94b63b3edc870d030ef 1.44 MB 2,667 29
762,541 762,541 00000000000000000001d3f64b37110439db24924afc37a37fef3cc40cea32eb 0.54 MB 639 18
762,540 762,540 00000000000000000001ebd8c859b3ce7d8ffbb92673b211dcd4608c7723776f 0.04 MB 71 22
762,539 762,539 000000000000000000014c31147c68ff73e316a8f7becae9fc1d241a2c516746 1.36 MB 353 3
762,538 762,538 00000000000000000001159cdafec663ac3d22b1066c233e37f68e92270756d8 1.77 MB 1,328 8
762,537 762,537 0000000000000000000497cd3eda8933465fcd3d8017edd46f4f1c04814e3b83 1.53 MB 2,424 15
762,536 762,536 000000000000000000030caa7da812fefff2215a0aa8c1d12869c66e27a1b84b 1.49 MB 3,349 35
762,535 762,535 0000000000000000000722fe3ddbb2a5aa5fec91150db9bc949d4ab5c1402dd4 1.42 MB 1,863 12
762,534 762,534 000000000000000000071c95c6de0380796827dd54529ae5532efc21e1496954 1.32 MB 2,351 32
762,533 762,533 00000000000000000000c67e1c7142ff79a3892e0527cd2600058dfe4918e4a1 0.31 MB 612 20
762,532 762,532 00000000000000000004ae2849a2ac74e82d31738010d23d22eedf0c16013c79 1.03 MB 1,455 17
762,531 762,531 0000000000000000000187e38ce7f6cf4d63d9117adb51835e6de537b425bafe 1.49 MB 2,455 19
762,530 762,530 000000000000000000059c0b58a66ac7236774711b873cfdcddc65335ef85a65 0.22 MB 192 13
762,529 762,529 00000000000000000001d81c9b88f6eb2d610fe1e452f8263417423e65b9bdd8 0.94 MB 1,547 20
762,528 762,528 0000000000000000000425dcfd6e935f688e4334255be8f12a71140c69175ecf 1.40 MB 996 9
762,527 762,527 0000000000000000000240addef280949f592d7e7c423530a40749f79dfe613d 0.03 MB 62 22
762,526 762,526 00000000000000000001da3edde2d32fee39b9014cbff63463cba9c6a3d0e03b 0.96 MB 606 12
762,525 762,525 00000000000000000003c7f89779a4dcd7fd37f7dcbde6e26d80b0cc9ec19c9a 0.38 MB 518 18
762,524 762,524 000000000000000000067496d47059e62722f5b36737100b162f6a27a45139d9 0.97 MB 680 5
Previous 10 blocks ↓
Total Size: 769.26 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,635.25 GB sent, 94.22 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.