Loading Tool

Explorer IconExplorer

Memory Pool

55,999 transactions
33.46 vMB
0.07116183 BTC
Random Selection Loading Transactions
Max Size: 176.20/200 MB

Candidate Block

Mining Attempt 016acee18c35d4bddbd530261aad751e669b295cc628583663700e66ea3612ed
Version 20000000
Previous Block 000000000000000000019d1466c8da69702e7732a24b4b2b9299338768046ab0
Merkle Root 2d02d969418e869d91e38ef46f5f0407b80de38563ee5cb7fffe087c2b0ace5d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,845
Size: 1.00 vMB
Total Fees: 0.00375241 BTC
Feerates: 15.07 > 0.38 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,412 (906,083 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
8,329 8,329 000000002069040e1667d2c6d78c69d286e5ffea8cd97287cca8cfba3514b653 1 0.00/1.00 vMB 0
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
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: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 601.71 GB
    • Received: 10.15 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.