Memory Pool Memory Pool Refreshing

470 transactions
0.17 vMB
Show Random Selection Loading Transactions
Max Size: 1/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,435 00000000000000000002349e0000000000000000000000000000000000000000 0.17 vMB 463 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,434 (831,673 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
76,761 76,761 0000000000341a000f7f53a02a14b92962cee0b5a1f0ca6034e5b1bec1effd46 0.00 MB 2 0
76,760 76,760 000000000006a30d25eb3602e07325e7db7a226771d29b289f8632f366f39213 0.00 MB 1 0
76,759 76,759 000000000019a6ca5d4fa8d3e021f43683e223a8a08c20360c2b42b6692de9d8 0.00 MB 2 0
76,758 76,758 00000000002d5ed5946b865e0c2b3b1d45cdf67cde0969d611a5effaeb5e6fb6 0.00 MB 1 0
76,757 76,757 000000000007a5319e0e299e7b68628ec75948e942a6ab5c147f3bac4717ac71 0.00 MB 1 0
76,756 76,756 0000000000117e38cdd24e9d8a14dff6eff52f68d1bc30e9b41e0442c3436495 0.00 MB 1 0
76,755 76,755 000000000004760ffa6077f5a375bbcce45a4a5ed2b4a3686eea1722c7268908 0.00 MB 3 0
76,754 76,754 000000000014eb440ca2324f1cf63f2495e81f115c29e253f98717c179e0b266 0.00 MB 1 0
76,753 76,753 00000000006847766d2256e390397ddf3d01755ad17a067c898c6adf264fd25d 0.00 MB 1 0
76,752 76,752 00000000002904d8f76eb63e18bc28dd0421890085adb0cafc0f8c2b05384769 0.00 MB 2 0
76,751 76,751 000000000004222a04e191b0720ecdfdaa78587729a1683b1aa5d64ca668eab7 0.00 MB 1 0
76,750 76,750 0000000000427633ab240db282d8fe8d8160eb43ae393c4da18e155484e40e78 0.00 MB 2 0
76,749 76,749 000000000057a243ddf3eb5b92cb7a540d70b9688a21e8312991a8ceea13cf72 0.00 MB 1 0
76,748 76,748 00000000004fc3f7366e00332cd4be925fc1c52698d0a1133ed8ae11e54e9b9f 0.00 MB 1 0
76,747 76,747 000000000009f437aa011bc8fddc73b9b3f81b4510c3566c9e4bb6b1607c6422 0.00 MB 1 0
76,746 76,746 00000000000980cd47693e00a3d15df0a5683bde54b83790361a110663613cef 0.00 MB 1 0
76,745 76,745 000000000047cf1e9e14d59f3069e7e4c54292183a05fc44608954215e41085b 0.00 MB 1 0
76,744 76,744 000000000007496de1df22a62db3a38efeda8f4c22d29e9ca8b063e6a3397b0c 0.00 MB 1 0
76,743 76,743 00000000001c076a1126dfbf17f2b12658e785624234f0b418d5fe87b90b3689 0.00 MB 3 0
76,742 76,742 00000000005ad736ddceac20b28f8f9b103e8122a861b8225d769048d2e0306b 0.00 MB 1 0
76,741 76,741 000000000036c5d24e4c42e55661a5b1207c4ab5550cd5b39ad1896fc0a7d5d5 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 770.51 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,773.33 GB sent, 99.61 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.