Memory Pool Memory Pool Refreshing

9,252 transactions
3.05 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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,698 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,870 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,697 (735,393 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
172,304 172,304 0000000000000a98a47835241dfdfcef66c34e2fb9aa49e60e0e00753ab2e62a 0.02 MB 7 52
172,303 172,303 000000000000025d5a3cd8ea0d0a74043425f870e4baf1159723562a778f3f5d 0.00 MB 6 114
172,302 172,302 0000000000000ad3cf6117b718b1711254051b8a196f003c67345c211b8497c2 0.00 MB 7 69
172,301 172,301 00000000000000f4e431300f36eccd5b1f9fd51f620848eeddfe1c0c4fd87185 0.02 MB 47 31
172,300 172,300 000000000000053c12da577fc895f447e5f2a0b760e704860cbe60411f5c6bf6 0.01 MB 20 73
172,299 172,299 000000000000065989501245e392a269276c5d06ba85c71fabbb97c9d18e8a61 0.01 MB 45 83
172,298 172,298 00000000000009ecc3e8567d5e6cd95007c991be57cbed9d996a7a0d73e354c7 0.01 MB 18 207
172,297 172,297 0000000000000b2f03bca3b164aa7b002b9aa287763da1268567b73595a4c184 0.01 MB 15 147
172,296 172,296 00000000000005f234ffd041cb60e605adecbc0a504f1a03e615dc64f1a6addd 0.01 MB 29 121
172,295 172,295 0000000000000855aee90b84d61d4e3218062ef2bca9b8c5b8c07fc5b9060456 0.02 MB 82 104
172,294 172,294 0000000000000006243d8e6f60abee4ce84b3bb19ebb77539315adaccdc668a9 0.00 MB 1 0
172,293 172,293 00000000000004584de06dd6814683a312e9c048ae7d97c52fbb49eb94fafaa1 0.00 MB 16 73
172,292 172,292 00000000000003ecfd8b2daa2f1e282a0cbf8996abff862023114abd734b7a6c 0.03 MB 74 44
172,291 172,291 00000000000006e074100968f74f61e611557f850af7dbf93be767ef1723669f 0.00 MB 1 0
172,290 172,290 000000000000097829c142abd23e3d815fe4243034189c546f3363760fb0f5e4 0.01 MB 19 139
172,289 172,289 00000000000003d409ef24001cae5d09f81ac0e5e9cfa343c1f81bf407435b07 0.00 MB 1 0
172,288 172,288 0000000000000ae9f79ab3a7ee7a2af7100dfca7a51d0194631f6af110f3982a 0.00 MB 7 115
172,287 172,287 0000000000000097ed07d13fd8f79d34ff25bbe2249e9757e918e6b70f00b720 0.01 MB 10 51
172,286 172,286 00000000000005c5596e11de8be21d7c73374a6e4003fd0581fb786752911c75 0.01 MB 7 8
172,285 172,285 00000000000007b3a3ec55ab7cfaef5f9446b30b44ab981e04b672a4bc7f7856 0.00 MB 2 0
172,284 172,284 000000000000043159ed2baabbdfa6ea79224f11bff3585067a262a8235a8bc9 0.02 MB 64 16
Previous 10 blocks ↓
Total Size: 768.98 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.44 GB sent, 92.72 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.