Memory Pool Memory Pool Refreshing

4,060 transactions
2.12 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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,802 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,172 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,801 (584,047 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
323,754 323,754 00000000000000000aff99f02f1c34544ed77a8778db2910fad5eb473fb25b17 0.06 MB 110 24
323,753 323,753 00000000000000000a7af8fd9ba7a0a8a3912e7ec20368f09807cba5530f0ef8 0.03 MB 44 25
323,752 323,752 0000000000000000028ef406c3b23b8dfe4c92bed4e394776838b33aec228c08 0.34 MB 256 32
323,751 323,751 0000000000000000073db35a3bef09257e88805b3f8798360b3cb050855b654a 0.05 MB 75 12
323,750 323,750 00000000000000001e17159bdef3fbf212c26c7cfcc85c0ff67f05126081ed5a 0.24 MB 253 25
323,749 323,749 00000000000000001e729f819991a7c4b8ff72886f0d7346cf0bc5317af49162 0.12 MB 256 87
323,748 323,748 00000000000000000a873ad9af609aab867c40169c4d15032504d69c5883c99f 0.14 MB 146 27
323,747 323,747 00000000000000000a24727341c587083e164eb9582f1d55b030042eb8099256 0.17 MB 286 25
323,746 323,746 000000000000000019bd9b8624665421417141a224b69841200415e2a9132599 0.70 MB 640 24
323,745 323,745 00000000000000000aa73310bbd2bf74d5af7f765e26cb53c1e99f7396dca731 0.35 MB 239 18
323,744 323,744 0000000000000000078119b856622bdc4feaf4748efd7216bb515eb1a09bb70b 0.35 MB 692 37
323,743 323,743 00000000000000000a4750d45c494930ea8fdaf87312b336f42e9d0bfba3d0ec 0.75 MB 1,812 45
323,742 323,742 000000000000000013489e59a386d0540ac85404b6445b029ffe2a50c7b96e71 0.59 MB 870 25
323,741 323,741 000000000000000005f73cef34518d8566997d72c63092b8aa6146ccf912c161 0.14 MB 97 14
323,740 323,740 000000000000000016472d6b156bfe80362b8775fec16d542a999e609d70f363 0.25 MB 568 40
323,739 323,739 000000000000000019f58fa43373f68dd83335abe4fe885b4388ebc6ac23dc8c 0.14 MB 217 37
323,738 323,738 0000000000000000173f83a773005b3163040be33996e7998cb11d7a755fa9bb 0.09 MB 160 64
323,737 323,737 00000000000000000c1742cba843d58529b7daca829db346548076beb028f9aa 0.27 MB 309 22
323,736 323,736 00000000000000000b075f39b3dc3f456770a36fd62ffd86f06c96b0263f7298 0.23 MB 389 38
323,735 323,735 00000000000000000ee8653904e222ba4514117e0257b2250a2c59bfcc9c8c12 0.78 MB 538 18
323,734 323,734 0000000000000000012a6909fea858ae6d3ef66a2e26255eb6447cdd878d0dc9 0.25 MB 286 22
Previous 10 blocks ↓
Total Size: 769.17 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,632.85 GB sent, 93.74 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.