Memory Pool Memory Pool Refreshing

3,321 transactions
14.78 vMB
Show Random Selection Loading Transactions
Max Size: 61/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
908,303 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,937 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,302 (874,010 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
34,292 34,292 0000000043aeea415947dfd82fc606a3a33bfca9ad6c06d1494fff055f28ac31 0.00 MB 1 0
34,291 34,291 00000000176d040c8dbd67b5141b6b039a99e2f7f978a670ee8ebb64a4a9f081 0.00 MB 1 0
34,290 34,290 00000000a8d693cedfdbffb65d706fd0a701936848b2e329056ba00bdd57da68 0.00 MB 1 0
34,289 34,289 00000000b0b2a8cc4b61e05cd146a8724a7538f6cd513a73a342d732268eec73 0.00 MB 1 0
34,288 34,288 0000000097940a2615f2e49c5b64f7a9b31ca6e36a4d9372cccc5469ed6e6b77 0.00 MB 1 0
34,287 34,287 00000000a30f923ba73d339b92d6ce6ef0f774e1da1b030bb8d9426835cb6317 0.00 MB 1 0
34,286 34,286 00000000b0eedc52f8e77192e70d21b236dee7faf1930a4a9c60fc910235bf81 0.00 MB 1 0
34,285 34,285 00000000ba1ab49686cbc53946dcbe0587de8ffa2ec640581ae8f3ece8bc79bd 0.00 MB 1 0
34,284 34,284 0000000079223032e759810d28017bef69aae4f5b5f761088f8fb49e959469bb 0.00 MB 1 0
34,283 34,283 00000000026bf86e4fc9e1480e6c0bc9cb976f1d079bcbdba01edf9bacbc54f7 0.00 MB 1 0
34,282 34,282 00000000b7fcea08974fe23916b65199f07338277337dbb36e7cfc01db2f7a1e 0.00 MB 1 0
34,281 34,281 000000006cbcac5c6e2f01c728c49435666ce455f44123dd7817504f50e3b3b5 0.00 MB 1 0
34,280 34,280 000000004ab17a317917b0d4262b6167c8c20c53c7c80af31d513b040b17bc43 0.00 MB 1 0
34,279 34,279 00000000032ca91a327ecbe1f6d3379f0e6b98480c4c8c99731b7a2151d0cd66 0.00 MB 1 0
34,278 34,278 000000007ccab88b5923aa80a4bca1668c7138643e3687dc7b72b516894822e7 0.00 MB 1 0
34,277 34,277 0000000088902ec3058afa53ba391faa62c9f10ba3c7323d54ea10c599658181 0.00 MB 1 0
34,276 34,276 000000008e11284834f0457c3fc0dfbcdd58a62be420f2c09c97695dda4ef922 0.00 MB 1 0
34,275 34,275 000000008e30587f7a1516f1388a8d3aa3b1b359c78cf9089f1c24613071354c 0.00 MB 1 0
34,274 34,274 00000000296e482f492c06e598f35ce9f351f0d1e00220205f11ca932a1b3f8a 0.00 MB 1 0
34,273 34,273 0000000013fad98598accf6d68c234b8fb22ab05ae24fb98b043dbd25dc84a6f 0.00 MB 1 0
34,272 34,272 000000002732d387256b57cabdcb17767e3d30e220ea73f844b1907c0b5919ea 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.19 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,693.34 GB sent, 98.49 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.