Loading Tool

Explorer IconExplorer

Memory Pool

63,998 transactions
35.62 vMB
0.14162237 BTC
Random Selection Loading Transactions
Max Size: 189.77/200 MB

Candidate Block

Mining Attempt 5a44821f4ef9cb03939e5b367fe8f4f400a06530dc16f3c716fbfdebcf0f8798
Version 20000000
Previous Block 00000000000000000000bf17b6f48d4c6d8eaf06ded8dd793b73e1f1271c7ae6
Merkle Root 6562ad49c42dcea7c30ad7e59aa5dd577a44b5febc8a23576916634a810d0ad1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,585
Size: 1.00 vMB
Total Fees: 0.06157426 BTC
Feerates: 207.85 > 6.17 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,409 (906,081 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
8,328 8,328 00000000244dee58451972a2a04486d0c04adf2539d35463b09734beaabea6df 1 0.00/1.00 vMB 0
8,327 8,327 0000000014a53caabd74159f6cd702b21bdd09961cc3f4456777cbe64c5862c0 1 0.00/1.00 vMB 0
8,326 8,326 00000000ec49de6efe6fd20ca6a3b2e5f342f1cc9a1167919678541a6c8b4270 1 0.00/1.00 vMB 0
8,325 8,325 00000000fd8a1a1b278b884734831005736ec5287feb99025677d481530ee3ba 1 0.00/1.00 vMB 0
8,324 8,324 000000008ba44b9d82ce27fd1303a589bde9e93ca4e01bea5e18a3848521fb89 1 0.00/1.00 vMB 0
8,323 8,323 00000000cea67f5c847ab2ad693003deb9fe8044d179c1c60fd2b607d890d8c3 1 0.00/1.00 vMB 0
8,322 8,322 00000000395ea999e12411a0ba0c98c84010117b5fec5b3fa395a66114bb53f8 1 0.00/1.00 vMB 0
8,321 8,321 00000000fa60124bc1a57f4eec7b1cdae1148ea86fbb40c35ead58d218585f63 1 0.00/1.00 vMB 0
8,320 8,320 00000000d96167cac0bbeac6a34b49adf15e22902692945254e8dec6d1d8415c 1 0.00/1.00 vMB 0
8,319 8,319 0000000017c3df0860aefc8245f8f272ce33aaee4b69e61a475a24862d3fdbc2 1 0.00/1.00 vMB 0
8,318 8,318 00000000a3246e90188176d7d76b83dc131dcb15857c30ccc29356ed46ca5e2e 1 0.00/1.00 vMB 0
8,317 8,317 000000006c30cbb5fe068b63a4635c9c596f77b5490ffc6160c93840141eac61 1 0.00/1.00 vMB 0
8,316 8,316 0000000027a7f5d35d5d5b255b2c9255813f6f569ee3b01d567ad3e492f3cf21 1 0.00/1.00 vMB 0
8,315 8,315 00000000f2256ba62635f7918d0f685fc34447cc5eff1cd523b555f716435710 3 0.00/1.00 vMB 0
8,314 8,314 00000000919b014bc75f44102663634638acf4ef6b2f914982d01172ca244667 1 0.00/1.00 vMB 0
8,313 8,313 0000000085d1bb02b81459e42cd4f790ff2d4fa319316f28386602b8d1f385c1 1 0.00/1.00 vMB 0
8,312 8,312 00000000e04688c27adbe825370d6156d58089c984defa2773a9ee3996906d5a 1 0.00/1.00 vMB 0
8,311 8,311 00000000a30f9861415541ec81f08a7817d1ec670719788049a62532db8d2ac0 1 0.00/1.00 vMB 0
8,310 8,310 0000000087926ee7063cdbcce1d4a428ebac78488db0d4ec9ff0c1905ea8ef8f 1 0.00/1.00 vMB 0
8,309 8,309 0000000056d5a0d1e1776015a450e3fa8a214d05cedb0747d0db32e4f4c27e6e 1 0.00/1.00 vMB 0
8,308 8,308 00000000c79841cffcf0a122a920c4dc066799a655aa8c9f4a2776d62e651ae4 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.33 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: 601.66 GB
    • Received: 10.14 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.