Memory Pool Memory Pool Refreshing

2,691 transactions
1.15 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,769 (637,661 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
270,108 270,108 000000000000000826defabe28ecc63942805b77ff836fe9b104656bf25cbf77 0.14 MB 269 49
270,107 270,107 00000000000000074e7d9fac271fa7ab3c42323d4b0f1d0b5f82534a4f8f0095 0.16 MB 345 66
270,106 270,106 00000000000000008a2bc014ff53b0f11f8c8e7da20049784980f51878308517 0.08 MB 182 49
270,105 270,105 000000000000000397ae074a60f75c19ea00382f4ccfc95eec1ef596487de880 0.11 MB 313 171
270,104 270,104 000000000000000147248aec1196a73a7078d72e88347f59e5142e89cd97f50f 0.07 MB 117 49
270,103 270,103 0000000000000007905d6b43beef8f0ded9a2a948b498c3210bd85f85180612e 0.06 MB 140 37
270,102 270,102 00000000000000014ca7c7f73a76b313694acfd1aa48402da1917780f2970d73 0.03 MB 64 56
270,101 270,101 0000000000000001ee27dcea2d3b0702b310d6213866d8dcfffceb8b5b87e973 0.11 MB 198 24
270,100 270,100 000000000000000427ef332dd54bf3f611c1400dcbe1863c811d4e223a975d9e 0.13 MB 316 71
270,099 270,099 0000000000000005e283ba322761cde5f606238a8a032b34f053e9500552d57f 0.09 MB 123 54
270,098 270,098 00000000000000058d6997ca0836ec8acc7900bf137ac1b2a9182741937b2525 0.24 MB 545 66
270,097 270,097 000000000000000567720d1f23931cea76782dd63181c5c65de4156c27f86d5e 0.21 MB 467 82
270,096 270,096 0000000000000003606abfa5b19abcdefd839cc1b0da2fea63cbda317597de5a 0.08 MB 149 53
270,095 270,095 000000000000000735e3f5b33f6a72639400dd9800e225942aa743de9f181df2 0.14 MB 299 57
270,094 270,094 0000000000000002a41dd83c3a72c2bec60edd553ab015ced271870d62e61708 0.22 MB 490 74
270,093 270,093 000000000000000730577b114e2e88d2d5fc28544a6cde37da25b5a279ecc633 0.00 MB 11 114
270,092 270,092 0000000000000006ba863339b56e0c359e9950049936504b297e11e955920fa8 0.02 MB 44 32
270,091 270,091 000000000000000162789fe79424057e6e8e2d9824515b42d8d8ed68feda5186 0.03 MB 70 112
270,090 270,090 00000000000000081720bd9f89d1b2b2838f45e42558059ec3351a38290f64f0 0.14 MB 345 87
270,089 270,089 00000000000000047563b59971e51eeebe18e059b852c46cb969412dde153cf8 0.10 MB 176 48
270,088 270,088 00000000000000010e2283a7a9601f34038597b6033c37c4783909cb51304eac 0.01 MB 24 86
Previous 10 blocks ↓
Total Size: 769.11 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,629.58 GB sent, 93.44 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.