Loading Tool

Explorer IconExplorer

Memory Pool

77,192 transactions
28.96 vMB
0.06878956 BTC
Random Selection Loading Transactions
Max Size: 174.50/200 MB

Candidate Block

Mining Attempt 18f604cb2834d7f3b76e70c20f5c5a151560a0ce5b9af5be220d57be13988e6d
Version 20000000
Previous Block 000000000000000000006cdac57e8b0231ae997822a2b3b6ef460a8873cd8b31
Merkle Root ebf341dcd7a72402388d5b4e6586e69acacf2a32239198326b0d98111f6fd1df
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,575
Size: 1.00 vMB
Total Fees: 0.00832176 BTC
Feerates: 40.21 > 0.83 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,100 (811,709 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
103,391 103,391 00000000000262da964b17196f4a7408c8a2f012d3ac4f41992cfa97b67b4516 5 0.00/1.00 vMB 0
103,390 103,390 000000000000a93b9824a7c979a5d04a9bb23d320f92999d1fada4758e84f716 9 0.00/1.00 vMB 0
103,389 103,389 000000000003062712ca96325e666bd0894cb5626d9efbd30f162648a531fcc8 1 0.00/1.00 vMB 0
103,388 103,388 000000000002845e1418ca655e9cf7b7f6d10561bf8d03cee97daae6e95a638d 3 0.00/1.00 vMB 0
103,387 103,387 00000000000219064a40eb11dbf8c26d07525a85cf55eaa7a96d74e496a0983c 2 0.00/1.00 vMB 0
103,386 103,386 0000000000015e968f5536142bf7ab1aca037e4f3f551d173bcd9b65f98ea4fe 1 0.00/1.00 vMB 0
103,385 103,385 0000000000005c338692caf0258e42d6388057422622cb03371d534048db7814 1 0.00/1.00 vMB 0
103,384 103,384 000000000002b73753cffd2684a870427988075d6b23a5c75d7b94d70a0b265c 2 0.00/1.00 vMB 0
103,383 103,383 000000000002c5191da03e597878182f00caaecefadaa7823f0863a301f0ea57 1 0.00/1.00 vMB 0
103,382 103,382 000000000000e8731e88ec9cc75815cc13b3eed6971c14e34cb64b2c4f5aa120 3 0.00/1.00 vMB 0
103,381 103,381 000000000002206de2adbb58eabed28c6e92ea1c2d79fe51cde060564d24cfba 2 0.00/1.00 vMB 1,174
103,380 103,380 000000000001401045985a958fb5bc82949d8915eb8e4ccf0a6a917d9ac63e77 10 0.00/1.00 vMB 0
103,379 103,379 0000000000006a8dd1de84d99c9a97565c57e75d88784c77e6c542e5c9408c31 11 0.00/1.00 vMB 0
103,378 103,378 0000000000029615d6ea7f55928e61e12cfccd25ae6449d578b80dbe7044dbca 28 0.01/1.00 vMB 0
103,377 103,377 000000000003017d9f328e69d96126c7bd9e0bf106297e42dfa9962708655fe1 2 0.00/1.00 vMB 0
103,376 103,376 000000000001ff28113b81b6df0f7d7085b3ac84fc037566f08cf4aa37cd69ee 3 0.00/1.00 vMB 0
103,375 103,375 0000000000036ff28c5a772ad17d9678e6c52b61c8f41f1f03eed4140e619ffe 3 0.00/1.00 vMB 0
103,374 103,374 000000000001f91a845919d9726e375a195a9dfe164087cf903afab1049e233d 3 0.00/1.00 vMB 0
103,373 103,373 0000000000009a3240942e5e2af7fd38d9f30ef86fd55edea57f2c5e6562e541 6 0.00/1.00 vMB 0
103,372 103,372 0000000000011b4db70fa4830aee876d5e43ec8e9741153f49ca46396bedc0bd 7 0.00/1.00 vMB 0
103,371 103,371 0000000000011c5f628dce4d91d5a64d6293cc42d3d3be9c13a2171d679230db 12 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.57 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: 670.29 GB
    • Received: 15.84 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.