Memory Pool Memory Pool Refreshing

6,502 transactions
2.08 vMB
Show Random Selection Loading Transactions
Max Size: 12/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,842 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,946 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,841 (571,352 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
336,489 336,489 000000000000000013b291366771ddc31623f546623559eef851190832b3612b 0.20 MB 430 25
336,488 336,488 0000000000000000147de1f8255518f58a8da151d47eead268a166efe1445b84 0.10 MB 211 16
336,487 336,487 0000000000000000106b69f5e2a72c1b18990dab1c46ef2d1212e7358df827e2 0.35 MB 564 25
336,486 336,486 0000000000000000092485477a5d2c99960393dbeb071359fb0c030ba5878fa4 0.21 MB 373 20
336,485 336,485 000000000000000010ab9cbf83b750c85dbf4f1fe620fd97dee3c5f4c86f2f71 0.68 MB 1,229 21
336,484 336,484 00000000000000000e2b8a8676885319a250d5f41a49ad85ed62b150699aba2b 0.14 MB 512 46
336,483 336,483 00000000000000000dabbde0f1fba62d0a98c541ca3a7dc53bdb8b416db8f4ab 0.21 MB 412 24
336,482 336,482 00000000000000000680c272a42ee9de6fc9ed65c5dc639768a33540fffbaeb3 0.04 MB 61 24
336,481 336,481 000000000000000012e9c97aebaa6fde03733201198c1cdf1829499e54981a83 0.16 MB 326 23
336,480 336,480 00000000000000000bf0ca958bd7cc9ceac39272e6cfc090359087fbdb8f72b5 0.23 MB 433 24
336,479 336,479 0000000000000000113db9c81c9177b4b0584c1013ab879588234bc9909ec428 0.51 MB 783 21
336,478 336,478 00000000000000000f54277274971c1b16da81fef14f183db2b5f5369385ff37 0.00 MB 1 0
336,477 336,477 00000000000000001ab19d1c88ba7f236d1b872378ee2e984d1e648140b158b2 0.54 MB 1,085 44
336,476 336,476 00000000000000000875e44ab0b024f126a57a769c4a2415c847dd5cc48c2d6a 0.10 MB 83 6
336,475 336,475 00000000000000001a654f630603da0847d5e7a296c995d4b9f1c0b5b7ebea36 0.30 MB 293 88
336,474 336,474 000000000000000019c8f01fe93c897dfb98a08fcdd8c694493bc9004aae40a5 0.23 MB 298 15
336,473 336,473 00000000000000000be34e329e1c9693159cd83a8eebe22727d893856672ca5e 0.75 MB 1,336 66
336,472 336,472 00000000000000000e95d0eb7a383f30f1a0844b3ff5d244496489a015ae85ce 0.53 MB 827 77
336,471 336,471 00000000000000000f24f7fbeff31ef93c9512ccf36c736e6191fc5942d2fff5 0.17 MB 512 103
336,470 336,470 00000000000000000eddcf6a36db4fd928b03457fcc5dcb7943f96d0cb1a6e96 0.29 MB 472 90
336,469 336,469 00000000000000001743514f77d1246eb57a5ca804dd96fb6a90a37891eddcb6 0.08 MB 146 27
Previous 10 blocks ↓
Total Size: 769.24 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,635.08 GB sent, 94.15 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.