Memory Pool Memory Pool Refreshing

1,802 transactions
0.70 vMB
Show Random Selection Loading Transactions
Max Size: 3/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,758 00000000000000000002349e0000000000000000000000000000000000000000 0.69 vMB 1,794 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,757 (636,404 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
271,353 271,353 0000000000000004c2d0c22ee76eedbfb89ab933af471e8aa5163f32c8529251 0.06 MB 171 40
271,352 271,352 000000000000000493723dc2bdd52760cc3cd18dfc2edcb4cc31c8af0c5763cc 0.09 MB 123 24
271,351 271,351 0000000000000003d283406603a3bf3ca6688b5ceb7d4c01639fc36856c80aa2 0.44 MB 1,023 56
271,350 271,350 0000000000000006ebaa4e118d6c5856e421d2a55b209daeca34a2948c580131 0.22 MB 469 72
271,349 271,349 0000000000000004efa5affa095dabd607882cb1e99828a8258dd0d280bdf7f9 0.23 MB 334 27
271,348 271,348 00000000000000025291617084163d7995887179d9784225ee717d5304bf89b6 0.25 MB 645 71
271,347 271,347 00000000000000013417214b6a59a2167733bbada2d1034eac967307b2856d48 0.17 MB 338 56
271,346 271,346 00000000000000030ecfc02ca427199cbb54ab818d5c60caa563bb67dd3a4a07 0.13 MB 226 9
271,345 271,345 0000000000000004abe6cb00bb868e7a16fe9e636a942016388c18e34a7ece18 0.07 MB 107 40
271,344 271,344 00000000000000014b6e0e60eac61183f56e70384a847ceb7054f80c4e51ebb5 0.23 MB 443 50
271,343 271,343 0000000000000003f3519acaa90f52c577fb6887441fd37bc42536fd2abdd096 0.11 MB 210 67
271,342 271,342 0000000000000002536d0b31eeff49164903afdb2ea4cfb1fe2a2d561eb531ad 0.15 MB 278 30
271,341 271,341 0000000000000003c9b5fba9e4dfe82d75963bf26b406bf35360c5df0d0c4ba8 0.41 MB 820 61
271,340 271,340 0000000000000003675d0b1c18cac488c0d5a77d3f48e62f5ad3dd0a481c0cca 0.14 MB 217 28
271,339 271,339 00000000000000005f1d7b8f98c65059315643cdb6f39469270c0e0ace05fc8f 0.09 MB 256 96
271,338 271,338 0000000000000004185a1b5f08da25c029d21e24ef8f2b07e713536a4ebe17ef 0.33 MB 508 39
271,337 271,337 0000000000000002d8d8b1ef02f35dffbb8340c6c3c5e0644faf877df6679f70 0.11 MB 171 49
271,336 271,336 0000000000000004dabb1faef6766826916ef61911834fd4b144dab0b09411f9 0.25 MB 703 158
271,335 271,335 0000000000000000a9fcd34c416e4437816528cc26a2e6cae779ac0d2b54598d 0.20 MB 296 90
271,334 271,334 0000000000000002ddd69593ff6db272391ccf7124bdc72d4705571aa15800c6 0.38 MB 814 91
271,333 271,333 0000000000000005aa3f864facd8a1b6647da6c9307fb34d63c53b8733b3027e 0.07 MB 81 11
Previous 10 blocks ↓
Total Size: 769.09 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,628.34 GB sent, 93.35 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.