Memory Pool Memory Pool Refreshing

5,395 transactions
2.00 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,731 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,057 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,730 (731,135 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
176,595 176,595 000000000000041d6a29dbdbd3934a1fb4ddd81f3dd9a222f86d7bae1a852c55 0.01 MB 15 184
176,594 176,594 000000000000079c1ff5c8633e35f88f59448f2097c9191f20cd6fd534f6009f 0.01 MB 13 118
176,593 176,593 0000000000000a3795241f8aa36ec12e32fbc8b2cb66cc12df6eafa2034248ba 0.00 MB 1 0
176,592 176,592 0000000000000a055ae6bacef078cbcbf231b7c32df3d2848b16f3418aab62f6 0.01 MB 13 534
176,591 176,591 0000000000000383309ee197bb330dbeaa909cddc0952541df41152e38057d99 0.03 MB 101 35
176,590 176,590 0000000000000498dd4b626f19cdfab84f43c1d0dbbbeffc4002ebf057cc0679 0.01 MB 22 138
176,589 176,589 0000000000000794d42ed1dbe5a1f6168d8c4423de7de88b096552d783fad028 0.01 MB 22 36
176,588 176,588 0000000000000265f1d6cd4ee8c132677fbe4f4c7ff8b179edf0c36a85380aeb 0.02 MB 27 46
176,587 176,587 0000000000000345b4036735c696ee0c477e993f8fc9f7f9f1e5839f040f2d47 0.00 MB 13 342
176,586 176,586 0000000000000886d2c479d7bf364d45d5af5d27b47922d1b6d26d32c23bd129 0.01 MB 25 37
176,585 176,585 00000000000007751ba79cfda311f19db28dadf5a608e902a975c789648c1e64 0.02 MB 54 77
176,584 176,584 00000000000004fc5a641ba151903950731ca797b2b7804d6d09e62030db0c38 0.01 MB 18 75
176,583 176,583 000000000000052bdd33042c635db6f49092cb1dba8d2f4e1986b63b9ee12b44 0.03 MB 60 103
176,582 176,582 00000000000002598d76f48019086f709ad07aca5bd1f189740d2146cd66ef84 0.05 MB 136 274
176,581 176,581 000000000000046b1981b80a0bc713d7cfdfd0a88e3f4b8d8d329bac57ba2071 0.02 MB 33 158
176,580 176,580 0000000000000912e776c8afde7f98189c2cee1a78ac35d2e7116f1dc7ad1d26 0.03 MB 58 105
176,579 176,579 00000000000007d9359e4ff6ef461c73b2553f45363b023f544cbf9f86e7c23d 0.01 MB 25 390
176,578 176,578 00000000000006587345f052e58236021d4297d6aca7357362ae7be43caf3950 0.01 MB 21 256
176,577 176,577 000000000000002021bc3266bceb8eebaa06869c979d42b1f023e53398e07915 0.00 MB 12 17
176,576 176,576 000000000000037673f08427b032df703b6d808e1f63cc69c2e7d74662245a37 0.01 MB 13 49
176,575 176,575 000000000000006c6dc84c75ab4a73ea38950b785795511fb08836515033bdc6 0.02 MB 40 27
Previous 10 blocks ↓
Total Size: 769.04 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,626.27 GB sent, 93.06 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.