Memory Pool Memory Pool Refreshing

3,843 transactions
1.86 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 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,737 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,344 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,736 (731,153 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
176,574 176,574 0000000000000891976840bce57bbc8b4961d718a675bfa13d40f407901e512f 0.03 MB 45 18
176,573 176,573 0000000000000900e24760486d5cfd756e7adf020f386887cab5d32984cf6a9b 0.08 MB 113 130
176,572 176,572 0000000000000139317423074efce821716f855b0c0568f7c15c3ded64d2ae54 0.11 MB 42 76
176,571 176,571 00000000000001b2e63b88c1a4b0269c45baa35a364a7a0a270c32c601b66558 0.00 MB 7 83
176,570 176,570 000000000000060279babffc15952f3ab3c4c2978e7597903a94b3eb7f8ff636 0.02 MB 38 169
176,569 176,569 00000000000006161e6623e512643434a7f63ed11ae1256b6870b48b8ca0ea64 0.03 MB 57 41
176,568 176,568 00000000000005f6599a2ca93b92db6406a44c43477c1a2c4c2fe76f1c87091a 0.05 MB 90 186
176,567 176,567 00000000000001049db01f3199e5824cef4ec3bed070c45b2e36133320187374 0.01 MB 18 36
176,566 176,566 00000000000006a7eb9cec948004303396ac9a3885420842a573a5651992d8e9 0.03 MB 5 83
176,565 176,565 000000000000053ac03ff63eacb61201175eb2ecded69b6caa9641ea6c748f82 0.01 MB 8 86
176,564 176,564 0000000000000872afc32e63a4207a4d4cd40dd5b7a98aba4168b8e8678488b8 0.01 MB 55 14
176,563 176,563 000000000000062dd2bf2cbe729aa8ed2ab2dc7df357d61448823b3de3be6162 0.02 MB 39 36
Previous 10 blocks ↓
Total Size: 769.05 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,627.47 GB sent, 93.13 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.