Memory Pool Memory Pool Refreshing

4,926 transactions
1.93 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,699 (718,394 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
189,305 189,305 00000000000003bd308def35403aa976034873283dcc675fc4233f581b1afa95 0.17 MB 334 111
189,304 189,304 0000000000000435dacad5af05cae0e524105610feb51ed9495b11a99080654f 0.01 MB 38 204
189,303 189,303 000000000000038340b5227a4ecb1223cb079c2a17c69696c68d8987cb15db89 0.02 MB 54 31
189,302 189,302 00000000000000ee55ce7c09520488310382faa700eb361416724738fea651b2 0.21 MB 446 113
189,301 189,301 00000000000007aa0853480ebb2a6ae8e38fe58158d245b081b54cadda057285 0.02 MB 65 155
189,300 189,300 00000000000002d06686680005c0ec6ccfee5ca3ae54a2fb51800b9cf09867c0 0.01 MB 17 41
189,299 189,299 00000000000005a662c6a1409c032172d60a99d7af86de290efd6dc02b6a2a28 0.06 MB 154 98
189,298 189,298 000000000000048de3a6ded2c02f95431e685352defaf083cf7538276f681fd8 0.12 MB 296 176
189,297 189,297 000000000000095a2d6a867f2800880319b247ba43c511d8c77865a4ff17d89b 0.07 MB 194 108
189,296 189,296 000000000000051c2d69eb5ca08eb37b382a062f8eb37964f3f8c3ae2cb16c18 0.15 MB 298 116
189,295 189,295 0000000000000938e6809e7e8147be43bc7bde016480a7b5ea0ed4806edc9ada 0.03 MB 70 99
189,294 189,294 000000000000023eb0152a70d41efaa23ebdf470eb50285f87bf925d93c2a127 0.04 MB 96 127
189,293 189,293 000000000000004456207b6bf3feb71740249fedcea3c252593f5c522a86b3c7 0.05 MB 220 175
189,292 189,292 000000000000077ad0c927ffa64ea66f47ca3a837476582122df4bade6b9e676 0.03 MB 81 96
189,291 189,291 00000000000008bcebd41cad5e79191e114d54cb1b76dc1ed289f90df589737a 0.25 MB 535 116
189,290 189,290 00000000000007ea8c901e490819aa7f5cff8fe7fd75d7d4046bbaa58335f797 0.02 MB 20 40
189,289 189,289 00000000000008392d2f0c4506fe03bb470affc93b59a2c309230a4672382ddc 0.06 MB 162 603
189,288 189,288 00000000000002c975f2201456d3139298385552dbe880a0dd04d70eea23f655 0.07 MB 149 123
189,287 189,287 00000000000006a6d1e5c3eae94e9c59b4f9640802e7d400cc9f56b8f23dd3fd 0.03 MB 64 471
189,286 189,286 00000000000008d8f2f58fbebbdcfac57a996357bc357fe1193ab980fb7beb9e 0.02 MB 63 378
189,285 189,285 00000000000004571a2d0ef87f28625bfeab853897b343c48d2df42e098c456c 0.13 MB 247 181
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.50 GB sent, 92.73 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.