Memory Pool Memory Pool Refreshing

736 transactions
0.28 vMB
Show Random Selection Loading Transactions
Max Size: 1/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,760 00000000000000000002349e0000000000000000000000000000000000000000 0.28 vMB 733 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,759 (789,062 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
118,697 118,697 000000000000828b931026b0b45be711cff89c05a5f10206a09784deedba8964 0.00 MB 10 0
118,696 118,696 0000000000007fc49377c88d99e32069a9a492fd6921db037c9be09edd8f8891 0.00 MB 10 0
118,695 118,695 00000000000059d7678f3f2213be65eaea78de0c4a50b197a6b5ae060123e04c 0.01 MB 15 0
118,694 118,694 0000000000007ffa5684bdbfe88877c3008a3c296185cdc1300c20a34d162178 0.00 MB 13 0
118,693 118,693 0000000000008a49405bdae34d262753fe8340e9f7abd3e806f1f40fdd36930c 0.01 MB 36 643
118,692 118,692 000000000000335b255967539ba0891733a2e0155b069a1f54077dddbbfdb8a5 0.00 MB 9 322
118,691 118,691 0000000000001f380c6a2378a71c2608841cfa8555028c2f571fd65c25daf332 0.00 MB 12 0
118,690 118,690 000000000000caeb67ebbb66bf2a2aefbbd2b224e385cf9842efc53c7d2b0640 0.00 MB 5 0
118,689 118,689 000000000000aed932b2057ea880a63a98efe2276c67e53c9a9aaf64592583fb 0.00 MB 6 0
118,688 118,688 0000000000008e57a0243fcee2de958163d4dc4cb50222ccc2db78e6335a1934 0.00 MB 6 699
118,687 118,687 000000000000caec600055c07a555fb5fe5e7ba5717c57cd1d2ad4fbf4bc8aa2 0.00 MB 11 586
118,686 118,686 000000000000972d276d2d36ef7e2f3048cf4e329cc6c08a7210db782431fdf4 0.00 MB 7 245
118,685 118,685 0000000000005c2573c9b2d6ab75e1430a6c55cc9efa8d583832465ba1474738 0.00 MB 9 0
118,684 118,684 00000000000008c8a4eeba716756fc75de91f143f2f3be9af8204c86c3bc9cca 0.00 MB 11 0
118,683 118,683 0000000000008200d112d10f90c1a777da019addf0c2b047d9d81356deceddbe 0.01 MB 13 287
118,682 118,682 0000000000003d22e119ef1c920d241a7a88352c48c5f3d1fe2add7e68cb467b 0.00 MB 11 0
118,681 118,681 0000000000000c44917b054a6eb0a88a363ff46f73a5d7270662aa510c0725d8 0.00 MB 12 0
118,680 118,680 00000000000097417a845abe83ea30ba99863bf8fbf0426e930f3e65c9d780ab 0.01 MB 7 0
118,679 118,679 0000000000002fa437e0d359ed065f0bf2159ab0278e7b797c5cace813903cfd 0.01 MB 30 206
118,678 118,678 0000000000003041681c022fd12c7ce8468cfeaf0a23adb868e5d3ed60558599 0.00 MB 1 0
118,677 118,677 000000000000516cdef2f20cd6e66b250bdd629207128012723b620c159f883d 0.01 MB 22 508
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.38 GB sent, 93.36 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.