Memory Pool Memory Pool Refreshing

10,608 transactions
3.21 vMB
Show Random Selection Loading Transactions
Max Size: 19/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
907,865 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,183 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,864 (107,357 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
800,507 800,507 0000000000000000000020e577b69102b623ff86443a6a0714bfad5952c1dc8c 1.80 MB 3,770 13
800,506 800,506 000000000000000000045f3400d0f6449a442b43797469901a5e0577cbe72f30 1.71 MB 4,167 18
800,505 800,505 0000000000000000000037d0f307054af3d6f65a9e436d2b2443ab2e61dddbda 1.61 MB 3,662 23
800,504 800,504 000000000000000000020ac87c267b5d13a0a05f2406622f6d3e3203189c29ef 1.61 MB 3,596 23
800,503 800,503 0000000000000000000445bb4fe1b1fbf1262053204accfbfe8e8a6a2c989ab0 1.53 MB 2,573 14
800,502 800,502 00000000000000000003b6837084bec4f6d65794f7ee659196908645f7a3fca1 1.72 MB 3,943 17
800,501 800,501 0000000000000000000237b2844f330f22ec8d65ce91da65fed3e8a2d679ec8a 1.48 MB 3,266 28
800,500 800,500 000000000000000000039d7272eb33f621b65c6dffad079ff34ce7c004f40fe1 1.60 MB 2,928 9
800,499 800,499 000000000000000000010ed55fdd0149e4c086553148da516ba4bbcc369e95bf 1.58 MB 2,193 16
800,498 800,498 00000000000000000002c2b7c192c92a839325f39e4257b516299618c0ba3992 1.49 MB 3,373 17
800,497 800,497 000000000000000000055bd5f37d1c2bdd624ce4343c0fc22b878c84ccf4b0de 1.54 MB 2,281 15
800,496 800,496 00000000000000000001434ca05962dae725eafd211cd2f2f1cb64a4aad2e903 1.38 MB 2,378 17
800,495 800,495 00000000000000000003ddac925c5c8fb441d8a47c98847233e6d86c6c3ffc11 1.47 MB 3,041 32
800,494 800,494 00000000000000000001bf20e33b3395d8455e4fe89936fdf6173515e9a7cf47 1.71 MB 3,208 13
800,493 800,493 0000000000000000000187cb83247acdb664b8838562b25d1af13918ca3f673b 1.81 MB 1,876 9
800,492 800,492 00000000000000000001ff7200f0b6df9ff75f3a046b9f58fdb920b6d5ce6f38 1.83 MB 2,618 10
800,491 800,491 00000000000000000004e05606d4df0cc76ce80cff4d863bd2396653273103c4 1.78 MB 3,005 13
800,490 800,490 000000000000000000000419f9d4ef7c7587500bbc1d4d5960d27526ab85cebc 1.64 MB 3,342 22
800,489 800,489 000000000000000000021ffdda3ed5792b4d6c5f0d0f208aefbae5f58845a3fb 1.37 MB 1,583 14
800,488 800,488 00000000000000000004e4f75e2019d1bd48e49e83f3673053c059e9f5baa027 1.58 MB 3,154 17
800,487 800,487 0000000000000000000521d21bcc9e8be9f51582ec0dff89e65f0f1cd42b42cf 1.49 MB 2,333 13
Previous 10 blocks ↓
Total Size: 769.29 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,642.50 GB sent, 94.38 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.