Loading Tool

Explorer IconExplorer

Memory Pool

49,634 transactions
29.94 vMB
0.09326961 BTC
Random Selection Loading Transactions
Max Size: 159.76/200 MB

Candidate Block

Mining Attempt 7abd2c49961a5415c04769dfbb6b0644b2266264fe0cfc986e301110da3eff41
Version 20000000
Previous Block 00000000000000000001e2f6cc79a94b021bd37a0344a4c1171fa288fec3bf95
Merkle Root 206a1242694a60dc00a6f810b95f84f2fb4cd7a1f3887603b3b261e3af1e4e4f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,185
Size: 1.00 vMB
Total Fees: 0.02710739 BTC
Feerates: 72.92 > 2.72 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,845 (140,473 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
774,372 774,372 0000000000000000000657016cd65999d8d8042e2a988cd056ebeae59354ae69 3,840 1.00/1.00 vMB 8
774,371 774,371 0000000000000000000045e484417c11771a82978b8d6284e41deecba1292acd 2,736 1.00/1.00 vMB 9
774,370 774,370 000000000000000000002b57263aef4681ae21e8241026c6630d2fa4bae9cdef 2,801 1.00/1.00 vMB 14
774,369 774,369 00000000000000000001726f3efe19786d4b18bbccad9430cb7ffeed141e969b 3,916 1.00/1.00 vMB 13
774,368 774,368 000000000000000000018e7be4fd9de46f58dd4b8610017d1ac4e27931677b2a 3,544 1.00/1.00 vMB 20
774,367 774,367 000000000000000000000424f684ba35ec492226d784b9f17594fe9dee1b8bf3 2,923 1.00/1.00 vMB 23
774,366 774,366 00000000000000000000cb1f16ba923a073b79c3df158a9240d52ca81dba18bc 2,824 1.00/1.00 vMB 12
774,365 774,365 0000000000000000000593204e796e2ac51e24788d3703ea5709c7ae8600fa94 3,380 1.00/1.00 vMB 5
774,364 774,364 00000000000000000006bfa76a384bf22d55d55d89966c8bf43c7e6c2d551cc7 3,531 1.00/1.00 vMB 11
774,363 774,363 00000000000000000000c374f5a8719a3e49bcc64ea64a5f6225d017ac89ae3c 2,699 1.00/1.00 vMB 8
774,362 774,362 00000000000000000002c6747a64913cdac0906ffa2b079ed8995d8d2e2b676c 2,989 1.00/1.00 vMB 11
774,361 774,361 000000000000000000019132c6ef87eb6af3643c9f659387e808489dd4cd9cfd 1,214 0.39/1.00 vMB 12
774,360 774,360 00000000000000000001cf46ff4857af5e97be1356f24ffedf1946a734ab8730 1,469 0.61/1.00 vMB 5
774,359 774,359 00000000000000000000711ecea7cac213d4f132b5f435df4fc40a029f98bdac 1,176 1.00/1.00 vMB 2
774,358 774,358 0000000000000000000702c750c4231f5c7a3762f98aa3be0add48e94625ae02 3,827 1.00/1.00 vMB 7
774,357 774,357 0000000000000000000126c68732c28d1ed539a7462475dbfb6c180969e29117 3,207 1.00/1.00 vMB 12
774,356 774,356 0000000000000000000066e971ff791e0fbab5d3e15f633a6e8a0c224bb612b2 3,232 1.00/1.00 vMB 4
774,355 774,355 0000000000000000000668361ba4d3fad4e3c59326d122efa7fc09ae1e7ceb98 2,571 1.00/1.00 vMB 6
774,354 774,354 00000000000000000004858ba739a41ebf3d2295542d949a334267ffe303b8b1 2,371 1.00/1.00 vMB 4
774,353 774,353 00000000000000000004e2ae4fd52ce1722dddddac2ee136755c0999949b5f1f 1,558 1.00/1.00 vMB 7
774,352 774,352 00000000000000000006bb5ee4405c922b86c67f4a4d3e1d7df0ab621641bfda 3,096 1.00/1.00 vMB 18
Previous 10 blocks ↓
Total Size: 782.11 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: 652.04 GB
    • Received: 13.70 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.