Loading Tool

Explorer IconExplorer

Memory Pool

40,914 transactions
27.94 vMB
0.06421479 BTC
Random Selection Loading Transactions
Max Size: 143.46/200 MB

Candidate Block

Mining Attempt 60c62fae8323d294453cc9f00542c4bb289a032ae26ba0fdfbf959cc802b7437
Version 20000000
Previous Block 000000000000000000001575d499d27a6e9805527fd037e437eb755b38e6f4e7
Merkle Root 12a1511628ac3329b9bf318bfb2c3df4c3edcd8953cd821ff80db94e48af4d4b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,639
Size: 1.00 vMB
Total Fees: 0.01068856 BTC
Feerates: 100.56 > 1.07 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,640 (838,434 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
76,206 76,206 00000000003c78c499d96fc28389943785d88b1b92d3aaa601e660e74a897b67 1 0.00/1.00 vMB 0
76,205 76,205 00000000003330ba3136f289d55643869dbdef969f861d2a58a95b2854064155 1 0.00/1.00 vMB 0
76,204 76,204 00000000002f3b98eee1efa658b2fa118c36fc531db7b5a6430a0cd6c435c248 1 0.00/1.00 vMB 0
76,203 76,203 00000000002921fdddc44bd99ee491a23f5a9f31f598af6787a576fab96eb97e 1 0.00/1.00 vMB 0
76,202 76,202 000000000032df1bc440709eb2e0aa7d3870b8321046b560bb68f1e1b2f30687 2 0.00/1.00 vMB 0
76,201 76,201 000000000010be7c2ad8eed74d5f35848d0c5015431ab7d48d76a12136ca5876 1 0.00/1.00 vMB 0
76,200 76,200 0000000000334acb94cf689e23b90a249e7a65b303712367a669cd05ac5350fa 2 0.00/1.00 vMB 0
76,199 76,199 00000000006f7c416aed15a88fbe961ece40daa4c3629c7ea2dcfea621b3ecaa 1 0.00/1.00 vMB 0
76,198 76,198 00000000001634c49449e3369f0868edf32c91b3b0db22eeba93ef6d27168c11 1 0.00/1.00 vMB 0
76,197 76,197 00000000005c91cadc1dc49655b60f71992aa4ad66487433c13ad34040e036b9 1 0.00/1.00 vMB 0
76,196 76,196 000000000000a1b89e6bf8ff468e5ce62b61a610be4c0b344c38b2c3132d23d9 2 0.00/1.00 vMB 0
76,195 76,195 000000000047ae62a9bcb18728a1a3f67c9a43c9f50544e67e6a93d27ab30e1b 1 0.00/1.00 vMB 0
76,194 76,194 00000000001af073fb9b5524018f87f95a87e85d10270ce0e504c3004939f498 2 0.00/1.00 vMB 0
76,193 76,193 0000000000099a899cff6c1547d01be378b4d364aafa7d434d6d878469debb11 1 0.00/1.00 vMB 0
76,192 76,192 00000000001f9550b9452973a30d093755a68b3801da79b0101e59eb09d6d57a 1 0.00/1.00 vMB 0
76,191 76,191 00000000007ed562d6e8f588f2b34b3b542f4170e0a58d0bb109de52868b8dfa 4 0.00/1.00 vMB 0
76,190 76,190 00000000001c44c530894320c977e1c6975fd4ae0d2ed81c5a4af4849294c062 1 0.00/1.00 vMB 0
76,189 76,189 00000000003eb0f7f4119baa383976a2379c57a9403dce0b17fb6c037e29b2a7 2 0.00/1.00 vMB 0
76,188 76,188 0000000000093adbb6b878e9f7e4f32175c5cd2005ceb022bbe17dfc31acb3fd 1 0.00/1.00 vMB 0
76,187 76,187 000000000032f3c693f850ce8a11dd5b70c9738931b9ade62c26945833e5037a 2 0.00/1.00 vMB 0
76,186 76,186 0000000000667fe9b874ae8b995f1c694a555b5f241fde61b777d100d7175f10 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.75 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 631.73 GB
    • Received: 12.08 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.