Memory Pool Memory Pool Refreshing

5,011 transactions
1.38 vMB
Show Random Selection Loading Transactions
Max Size: 8/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,709 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,867 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,708 (748,330 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
159,378 159,378 0000000000000c0163667dedc32dce33b09c19b059c3b9f4237f004ddf7228b2 0.00 MB 14 54
159,377 159,377 000000000000077cbdab196caab6298e9a103e8c0a661d6ec8d6996bb4302d84 0.03 MB 22 49
159,376 159,376 000000000000052798c8b066e1f20bc316645a8096fd64c0746f982bdefa9e4e 0.00 MB 13 17
159,375 159,375 00000000000003bebccd3bb247bce9f3fbc3bd15dedb0e9a058707a5d751f9b0 0.02 MB 9 397
159,374 159,374 0000000000000953fb7327c3c33ad011063c74a64233f6b5023d654248a4a091 0.00 MB 11 34
159,373 159,373 0000000000000c9ca39e66045830cad919fb05fa5801876a2677ff3e3653597b 0.01 MB 35 112
159,372 159,372 0000000000000da9431438b9a27450de8941e36c8df9c7d18c14b91e27a873d9 0.01 MB 14 633
159,371 159,371 0000000000000cdee32fc85e504df622bc3c71d8a9db8c3e83e3a926708d0f53 0.00 MB 9 261
159,370 159,370 00000000000004804e9fec0733c6f80f09aa92ab639a9e96b3ffedd2e65d028e 0.00 MB 12 53
159,369 159,369 00000000000003135ba5a294600d071b51244ceff0793d701495899a135c9555 0.01 MB 53 14
159,368 159,368 0000000000000b457e9b11428e7072577083b026da27d1d4b12f26aa117665ab 0.02 MB 39 116
159,367 159,367 00000000000005711fa91df983ac091a21e1277673caf66aff31cf278825bfd1 0.02 MB 64 167
159,366 159,366 0000000000000148581701f71d7cfcb574521da8661d2e913329915d694ff7d5 0.00 MB 14 31
159,365 159,365 0000000000000d3b303b30fee5ddaf8eba8dfb5b34cfc7d80523225d648bab23 0.02 MB 54 100
159,364 159,364 000000000000067837046be3b436e1954d8523c005abf5cff72768d7791de45f 0.05 MB 139 13
159,363 159,363 0000000000000e5c54ce851b7dfda7946652145d3cb6bf59c169d5fc6a5ce286 0.02 MB 59 0
159,362 159,362 00000000000007530e7c99dc7e781d7eb71b9797a144606f501dfa91e9618f15 0.04 MB 140 172
159,361 159,361 00000000000008ab3ad41597d944a3427e5601702b87ef25577927f6e77f85c9 0.00 MB 9 0
159,360 159,360 000000000000071d55f9a0f76a360c31b21d61c50c2270ff84b5cc9b91bc56f5 0.03 MB 43 111
159,359 159,359 000000000000020319337e847720120f0f301fd8a9fae36aa8ab56c11f6eecd7 0.01 MB 17 168
159,358 159,358 0000000000000b100a43e17caba0c2fbe57a0e22168603db595ddefb2d3cbd5c 0.00 MB 9 73
Previous 10 blocks ↓
Total Size: 769.00 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,616.67 GB sent, 92.81 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.