Memory Pool Memory Pool Refreshing

3,605 transactions
1.22 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 sats/vbyte 3
1 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
908,704 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,899 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,703 (860,022 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
48,681 48,681 00000000180237d45527a73fde5962186e207442df9281f17db70c1beb9870b0 0.00 MB 1 0
48,680 48,680 000000000931f31f34b45211f596b78afe3d9dff26a23c5c027e58356b201fe1 0.00 MB 1 0
48,679 48,679 000000001fa8934b458392dadd52274e3f8ee83f8c0c129a690a331623075130 0.00 MB 1 0
48,678 48,678 00000000287389ace43dfc6b48c6d8274cb60ae786852565385eb5f04b202382 0.00 MB 1 0
48,677 48,677 0000000025816323825c13264345c694a1bd7c83982c3c4eb97519eb961988de 0.00 MB 1 0
48,676 48,676 000000000ad99eb7979bbe2ec890a15131715fb2a6b25f527c89aa5b047bb0fd 0.00 MB 1 0
48,675 48,675 00000000175b3c86d6e760250221a1dd4d498884a43e5bee7ec4e9c0191fa7cd 0.00 MB 1 0
48,674 48,674 0000000023ada6bc334229400bc762729dee59d2520f2e51c912434b349081fb 0.00 MB 1 0
48,673 48,673 000000001daef92d2e963126a81a88cf43c67af764eccade3f54a9857ca5dc06 0.00 MB 1 0
48,672 48,672 000000000efc5ee4bdd46ebf3911bc6f5e2d77816b613dde5c207c96b62e76ea 0.00 MB 1 0
48,671 48,671 00000000141b6431c34c53390ff150ed8db975ad6ed812149a2d45956fabad49 0.00 MB 1 0
48,670 48,670 00000000088c94488db7bd91fc8c6cf5e22869f63a8d88cd7c8859b92879f65b 0.00 MB 1 0
48,669 48,669 000000001067d2fb9c6200da1fa03c4b2da60d01407c40fd59c81311f505d094 0.00 MB 1 0
48,668 48,668 0000000007547754d52cee2167328a131b6e3e22a0af86a194dbfbe482bd7f01 0.00 MB 2 0
48,667 48,667 00000000144a8194207f63cb1b5204f64316205cd76626acc20b99ee49fe14ec 0.00 MB 1 0
48,666 48,666 000000000fd20006312a6ac51434775be156fea8e2f62dc82e824942db56b4e7 0.00 MB 1 0
48,665 48,665 0000000004d162380f141c7c2f1689795ad111b2799aaa4f932ce98a57217188 0.00 MB 1 0
48,664 48,664 0000000015755b2d51f7bb0a3aff26bbc8fac0e56d2d8b7269f880dc9c7d8eb1 0.00 MB 1 0
48,663 48,663 00000000126962a144ec924655272a1819da7cad34aa3bff840fa0a45da19ed2 0.00 MB 1 0
48,662 48,662 000000000835af02f6695352dc30fd243c95c0198fd4bbf2937b3e6cc337959f 0.00 MB 1 0
48,661 48,661 00000000110b7a9d8d29c3e0c9984decb3f6c655f09400d59a230b6cc6e8c578 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.02 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,854.47 GB sent, 102.00 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.