Memory Pool Memory Pool Refreshing

2,125 transactions
1.17 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,871 (477,234 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
430,637 430,637 00000000000000000120f5f84df5f1e36ba70aa0693370d91888dcbd7ac913e9 1.00 MB 981 28
430,636 430,636 0000000000000000035b91b1d7b646d7b34affd5871bedf5c9152f4cb9f008aa 0.46 MB 334 27
430,635 430,635 000000000000000000be0d65bc163078760006198a89ac80d9b3d59873891ca8 0.99 MB 1,775 50
430,634 430,634 000000000000000001f48b5007556093caa9c69bba17538be247de524c4c15c5 0.88 MB 1,845 65
430,633 430,633 0000000000000000036d54d8aa1c128672120d897520bdbef9af2bd2ea7e3334 0.82 MB 1,709 58
430,632 430,632 00000000000000000388a7dded5806b305342b61f990f5c8620ba366995f6269 1.00 MB 1,837 53
430,631 430,631 0000000000000000020a5c3aa0564ad631f790323c0b603bf4f7c14c3a0b31d9 1.00 MB 2,412 90
430,630 430,630 0000000000000000035da779c277708dd60611d171f8d5fc7ffb04a750e86cb1 0.01 MB 27 56
430,629 430,629 000000000000000002032ececc7b6b3ee5a2224edcdb25828e65a9f2d181c331 0.07 MB 173 82
430,628 430,628 00000000000000000196edcf8436016716d07c08852d375841f84e3195a74f6e 0.52 MB 1,345 67
430,627 430,627 0000000000000000010de6e48aa147ac765dbbd1b1aee044c26172598c466367 0.98 MB 1,540 43
430,626 430,626 000000000000000001478e0cdaaf75587b7d1a0f999dc6972342761901a7d028 1.00 MB 2,164 51
430,625 430,625 000000000000000002deed199bc94b2a476897b9da0689fb7cd7dbd276a3b142 0.10 MB 219 73
430,624 430,624 0000000000000000017d14f896b7e74484035e590338907996e99c74d00f8413 0.05 MB 131 64
430,623 430,623 000000000000000003f5a2138c602869b23adccb777101898e4f7a5b2a85ec64 0.49 MB 1,214 68
430,622 430,622 00000000000000000289c3fb68922280c9538f81aed70ca0569e3eae623c6b8e 0.73 MB 399 14
430,621 430,621 0000000000000000043bf50003568f2b820ebef4e4279b2f422c06b715f08142 0.38 MB 719 58
430,620 430,620 000000000000000000d0e2aeca8fc43b99820d891956b3635b34d08ccec4f484 0.40 MB 951 64
430,619 430,619 00000000000000000409e49aebf9d7b51922d56eb77f09224fc15280d2d55d39 1.00 MB 815 21
430,618 430,618 00000000000000000279d4f3cc25c4d1be3612c232845293c2fc38b6c62fced1 0.37 MB 902 64
430,617 430,617 000000000000000003a68b7efb4fb487ca086a83561281999e2e0b7d7b6943ff 1.00 MB 683 19
Previous 10 blocks ↓
Total Size: 769.30 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.67 GB sent, 94.44 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.