Memory Pool Memory Pool Refreshing

6,197 transactions
1.86 vMB
Show Random Selection Loading Transactions
Max Size: 11/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,853 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,127 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,852 (393,887 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
513,965 513,965 0000000000000000004d286ba99418f6eb153c63a51459a4123dfd675b7b4ce8 0.97 MB 1,588 6
513,964 513,964 00000000000000000032f780cb9ef5ac3610e196f9bbcf06ca2d10f8e23743e9 1.12 MB 2,734 20
513,963 513,963 0000000000000000003fd6a3622dc561d12f96e29dd3e1fa7af8b87f99df042e 1.09 MB 2,159 69
513,962 513,962 0000000000000000002632983a5b90224dc3e63936807504e0948f9993a6fafc 1.02 MB 2,557 41
513,961 513,961 0000000000000000001ad2df3c443826447c254e901def4c1c7c5217aa427065 0.70 MB 1,421 37
513,960 513,960 0000000000000000003fd1012e00bc42213c35049a861204b2e98a8a9228b4e8 0.80 MB 1,218 19
513,959 513,959 00000000000000000031dd7826f1c4d85aed499344e07fd21b22e88322f370be 1.07 MB 1,957 45
513,958 513,958 0000000000000000000cb1aa843d34ca09842dd582ef3b724d6977abc2a83d46 0.18 MB 175 7
513,957 513,957 000000000000000000497f120fe2868ac7f2351db9e4f05f88a7d508db72da4b 1.14 MB 2,605 37
513,956 513,956 0000000000000000001d1e87547197451b476f4290f352116f10e82190b978ff 0.04 MB 97 77
513,955 513,955 00000000000000000000215b57801a2bc6860e11dad03f9c5883a8267c16da47 0.90 MB 1,745 31
513,954 513,954 0000000000000000003b3e0b82673d6881a08f5fb7db6abd0fb035805b05a67c 1.04 MB 2,148 30
513,953 513,953 000000000000000000464eeb802af2e2c8a3fdbe2c5895260b45f1e46a776b27 1.05 MB 1,432 22
513,952 513,952 00000000000000000036f35d5b63c60cf8e27c3d50f378420af70948fe5a90e5 0.92 MB 1,870 35
513,951 513,951 00000000000000000054f89e15ad54b0177721c05e309390779a0ff99aee85da 0.83 MB 1,783 44
513,950 513,950 00000000000000000000886defa84d7899356b3650ff72d6079b4e7e91442de0 0.89 MB 1,638 15
513,949 513,949 00000000000000000026ceb7a6e99123fab1b803165ac624b869744ae3d6f261 1.03 MB 838 23
513,948 513,948 0000000000000000001f217056b9044872d9ae4b19f855599b94f51967955cb7 1.00 MB 622 51
513,947 513,947 0000000000000000000988776b65a1460f2d8cf4ecd9bafb3fb4a3eb82329c61 0.99 MB 1,107 10
513,946 513,946 0000000000000000000f038d1b9dd034e3e1ad9531f905e2e565fa3e290e887d 0.71 MB 1,666 38
513,945 513,945 0000000000000000004d81d50fb2e161c606530c80040fa33e1408f8f948239c 0.26 MB 521 36
Previous 10 blocks ↓
Total Size: 769.27 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.31 GB sent, 94.25 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.