Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,511 transactions (0.74 vMB)

Priority:

  • 1 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,716 000000000000000000022cb30000000000000000000000000000000000000000 0.73 vMB 1,497 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,715 (839,962 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
70,753 70,753 0000000000a5bb7e551bdb4fb3b90dfee6a037607e880c925fa9a8497442d946 0.00 MB 1 0
70,752 70,752 00000000010a8192e8c6da23889c5cdedd2e25c0d688d9fe0206e567220519fb 0.00 MB 9 1,017
70,751 70,751 0000000000946722c179e3ff06d8aec54695b0a50375880ccbf70d055897e506 0.00 MB 1 0
70,750 70,750 0000000000680e18229de6263c57533c63d4cb4f61f5f5fc00c8821ba3f74c04 0.00 MB 4 1,739
70,749 70,749 0000000000da5679e501f180b3d327f57a0f563953a11d4ad64b44254540a299 0.00 MB 1 0
70,748 70,748 0000000000a21c0818db54eade411904de71f5f20223da161181400328a44032 0.00 MB 1 0
70,747 70,747 00000000009c5a449275bc48a21f85a7804f28c2c9d6357395b577b63f297fca 0.00 MB 2 0
70,746 70,746 00000000006ad71d7a7eb8a187567a7c9420c339bd0dd0e89f1f24b6f28b52ac 0.00 MB 1 0
70,745 70,745 00000000006c567c7f357f85e3e189879bdc343b6cb7ed8770d23be77802ad7d 0.00 MB 3 0
70,744 70,744 00000000000b91664f831e5b5e6bbd57cd143072d6044a905be0996f7c932eb9 0.00 MB 2 0
70,743 70,743 0000000000d54adb3daa5918a43ca96a0a3f828a32f3bcacfec5581be7ffe334 0.00 MB 1 0
70,742 70,742 00000000007db9a827d02b8aca687ed474a77d71b9683f36e5cf6490dbf98394 0.00 MB 1 0
70,741 70,741 0000000000d35fe6100a0e5cde48e44beb05bc0bc3269b0041d45bc003239aee 0.00 MB 1 0
70,740 70,740 0000000000c4905abf3539da6725cf228b791d224c7155dae6485ae64d01cc9b 0.00 MB 1 0
70,739 70,739 0000000000f4b9f036d7bdcac6dd81ebbaa5bce62761f57eb7c2c22f75a7c54c 0.00 MB 1 0
70,738 70,738 00000000001f707b4fb553bdfd155556622882eeacd7653c7f18de9e4e93f541 0.00 MB 2 0
70,737 70,737 0000000001047e8b28b92e22daad49e480f9f947abb7c8d20eeb78efc8c6638b 0.00 MB 3 2,403
70,736 70,736 00000000003ceaf2a020c4fc4cce58a571d166382177dd0cc74b7da5c57512b2 0.00 MB 1 0
70,735 70,735 00000000001c3ca8ede1c81c2ff16845991d19b23f83f11ce8c594b75cdb8216 0.00 MB 1 0
70,734 70,734 0000000000eb87ad683dd5f714e5a2815628f865b1fe042755c9b246a40d82f0 0.00 MB 3 2,222
70,733 70,733 000000000029e3c0b30587159a96f31096fd03bf4b5c7e3327c861cdc1d67604 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 774.70 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: 2,291.42 GB sent, 122.13 GB received

Notes

  • This page updates every 5 seconds.
  • Use the search bar at the top of the website to search for transactions and blocks.
  • Memory pool size (vMB) is the total size of the raw transaction data (not including metadata).
  • Block size (MB) does not include block header, tx count, or coinbase transaction.
  • Feerates are in sats/vbyte.
  • AFR = Average Feerate

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

  • Basic. The data is laid out to try and represent the structure of raw transactions and blocks.
  • Fast. I've made the pages load as fast as I can. If you can't be pretty, you might as well be fast.

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:

  • bitcoin-cli getrawtransaction <txid>
  • bitcoin-cli getblock <hash>
  • 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.