Memory Pool Memory Pool Refreshing

1,412 transactions
0.60 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,757 00000000000000000002349e0000000000000000000000000000000000000000 0.59 vMB 1,394 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,756 (654,293 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
253,463 253,463 00000000000000277180ce2abff80f1d913115d209fc6e48ec7812818afb5442 0.11 MB 214 103
253,462 253,462 0000000000000015888d90188b78ead8602a91adf599b48bf4fdb5fd262074af 0.13 MB 333 107
253,461 253,461 00000000000000510a2e5cb0cae69154a142722f1265a9418cadb6d6788ae201 0.04 MB 128 172
253,460 253,460 0000000000000039c448a5ffa9b8f887a1ddbb856db50a7c1cf612814fa91397 0.14 MB 362 114
253,459 253,459 000000000000000a79110851ae87133747e69f466607f976a69859c90ec596f9 0.05 MB 124 141
253,458 253,458 00000000000000149aaf425cab47f5769e9fd060fb7d75511622fb4583ea2143 0.06 MB 124 86
253,457 253,457 000000000000000ea0ade639db07965fef39e011aef1c2745a30ab0bbabe68c3 0.09 MB 200 107
253,456 253,456 000000000000001fe23a29e954a4c1660373da7e1b54b371e298d639661489e4 0.15 MB 338 90
253,455 253,455 00000000000000092dc9f4b74fb05051e7bb3500bd10f3e19ec338378b3ab41d 0.13 MB 256 51
253,454 253,454 0000000000000053f5f896698d8365d4ec4d2a1a62b58cd797c93e871d8d88f8 0.19 MB 318 125
253,453 253,453 00000000000000259b4ed3cdb1d49bd80dab34d1ad6e047620376caa7e89ae34 0.05 MB 130 139
253,452 253,452 0000000000000031c0191b6ced7c1c53bb09771a60f872ff86b0f883c636acf9 0.02 MB 45 100
253,451 253,451 0000000000000028d6ae33b846dbbe9a3f6cd82819844a29630366e5cc984c43 0.12 MB 216 104
253,450 253,450 000000000000002a2f78304fc9ef3705296f1a9853802faba5d248d0cb6cbd66 0.41 MB 736 67
253,449 253,449 0000000000000050e0b9fee34dd4e2838dc572a4306a3c8f005de5747100c39d 0.35 MB 840 135
253,448 253,448 0000000000000045c11bf774c845d0db0673cdb4476b6e241169cf223bbe8fdc 0.25 MB 635 143
253,447 253,447 0000000000000025373af51ba7ebc3a52033762d1601e9c4357a0c60a1969f1c 0.04 MB 92 33
253,446 253,446 000000000000003a28e9531a5f742d5188cd83b25f2e348846acf968d78d2df0 0.15 MB 353 120
253,445 253,445 000000000000000a33b3b11e82d84254f2fe0dd43b3de57cf362e6c1c9013aac 0.19 MB 432 109
253,444 253,444 0000000000000017ac626616c3fdadcb225f6a6233e7dab0fe81a7b6f3814cd1 0.10 MB 301 47
253,443 253,443 0000000000000031ea35758a4922c1c1baa427dc0f5068aa9407590b26ff1aa0 0.25 MB 614 189
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.31 GB sent, 93.34 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.