Loading Tool

Explorer IconExplorer

Memory Pool

81,001 transactions
29.69 vMB
0.12575952 BTC
Random Selection Loading Transactions
Max Size: 179.97/200 MB

Candidate Block

Mining Attempt 7806c48ba76a3d81db7ceb99e331f30be935a6a502a1ba3e9b8f5c41eb7bd59b
Version 20000000
Previous Block 000000000000000000011cc0b225341b90497783ca10dd85ac5777da035b07ab
Merkle Root f02b00e5dc18b82aea7ad6e9ac002c93fb91ed9f724915c657f9922009773cf2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,806
Size: 1.00 vMB
Total Fees: 0.05976793 BTC
Feerates: 151.07 > 5.99 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,118 (287,902 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
627,216 627,216 00000000000000000002548bdd8ef788fcd7a977105ab642956e654f0d07e94d 2,620 1.00/1.00 vMB 25
627,215 627,215 0000000000000000000bbd760432380c29ab85a9476b6b1ab1ce615ae84a9111 2,952 1.00/1.00 vMB 31
627,214 627,214 000000000000000000081299e3cc51b58919f0b5d72b23c99b5fef319443ab38 2,962 1.00/1.00 vMB 26
627,213 627,213 0000000000000000000056d955e7e53a7f2a121960bbff32af9813a600f304ce 2,651 1.00/1.00 vMB 28
627,212 627,212 0000000000000000000c4a40e3a06bbb14b3e2c3a08b9ceafe39ddbf3c8e0499 3,144 1.00/1.00 vMB 42
627,211 627,211 00000000000000000002113b9ddd3f0680a951e3d66ea56a6700cfa5fc0a3fe4 2,637 1.00/1.00 vMB 26
627,210 627,210 0000000000000000000415a86388e747af4e5617c77255d258254dbb2825754a 2,787 1.00/1.00 vMB 28
627,209 627,209 000000000000000000045d7124a1190b9bb8fbc8ac9cfff3c7da86a27d938641 2,865 1.00/1.00 vMB 29
627,208 627,208 0000000000000000000ef344a4dc0f52cd72085b14a598bd37e75b5b6d2731c4 3,190 1.00/1.00 vMB 34
627,207 627,207 0000000000000000000991c045f16efd2b69542261a7248f508aba02104c85a7 2,062 1.00/1.00 vMB 27
627,206 627,206 0000000000000000000ff51c79d6d89c3c9368b2c44cc763e104e911137a833d 2,998 1.00/1.00 vMB 38
627,205 627,205 000000000000000000103cbcbe3cbb20759da63f5c9574d33400ae81e873b4bb 3,069 1.00/1.00 vMB 25
627,204 627,204 0000000000000000000f0b3f604df25db94b1248e69097548baafa7125b1bc65 2,578 1.00/1.00 vMB 28
627,203 627,203 0000000000000000000c7b7267385a7a8b0136a6723380872b6846dfa1b5a802 2,653 1.00/1.00 vMB 37
627,202 627,202 000000000000000000093951198b7903927926af39975366a5ddb2b824fb245a 2,202 1.00/1.00 vMB 30
627,201 627,201 0000000000000000000907764825da991c6232ae03e3392ce5a184b84fcde25d 2,816 1.00/1.00 vMB 29
627,200 627,200 00000000000000000006a6b0e56d7f46670507c33b402170db9cd8be86af5d6f 2,680 1.00/1.00 vMB 29
627,199 627,199 0000000000000000000828ae1f279963b1d19100965a19c827dfd080f88982d2 2,122 1.00/1.00 vMB 26
627,198 627,198 00000000000000000008265d74160986ce21c8a230576879be0c4eaf1d557b33 2,836 1.00/1.00 vMB 35
627,197 627,197 000000000000000000097330ab9a426e74bdc95270bafe6070e6e70bfc99f128 2,553 1.00/1.00 vMB 31
627,196 627,196 0000000000000000000d05d0e8d174761db1d4fdd31db52830b4909490b87470 2,553 1.00/1.00 vMB 32
Previous 10 blocks ↓
Total Size: 782.59 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 671.64 GB
    • Received: 15.98 GB
  • Uptime:

Notes

  • 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.