Loading Tool

Explorer IconExplorer

Memory Pool

36,259 transactions
26.15 vMB
0.07000009 BTC
Random Selection Loading Transactions
Max Size: 133.28/200 MB

Candidate Block

Mining Attempt e94d8abe1a0b440a980c63dd5a27913a1c2793a9134fe36670cf61ade6dfbf1c
Version 20000000
Previous Block 00000000000000000001a0662e4a8a23c83196f4d11e885bf848e7d6708c875e
Merkle Root 08f3307688e9b0acc9e59205414832237469c4e3b409b4af161e73c369edcf6d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,341
Size: 1.00 vMB
Total Fees: 0.02152038 BTC
Feerates: 120.00 > 2.16 > 0.50 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,692 (810,285 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
104,407 104,407 0000000000036f44850ad6b13d7e33829bc4f57d0f56749de252af0ef0611339 11 0.00/1.00 vMB 403
104,406 104,406 000000000001e64bb86f77a91e84f02abd07d7199fec9abaa829c2453fd21289 4 0.00/1.00 vMB 0
104,405 104,405 0000000000021e6bb16431f870fa95d24988bfff2df003417f6f047a51644003 3 0.00/1.00 vMB 0
104,404 104,404 00000000000003b140ded03ba287a317b3a5f03babcc14f2a323095efa4a6f5f 5 0.00/1.00 vMB 0
104,403 104,403 000000000000e27c7046610781e40dbb13985edf5189314e93f785ccb5c90f8a 7 0.00/1.00 vMB 0
104,402 104,402 000000000000135f3b40040b3b4df2d7f660ba1a9ddd371061a58f0d1d337187 4 0.00/1.00 vMB 0
104,401 104,401 0000000000007f6db3e3d70433f4fb1e883100ea07e3f891391e095b12ccdf46 5 0.00/1.00 vMB 0
104,400 104,400 00000000000184ce92788c9e30e705c2cbfa37666c7b633b3de51356331cda22 15 0.00/1.00 vMB 0
104,399 104,399 000000000002d6d72f6c671d4334852f7e9f2558c9925189d61b99ae85b58ce6 5 0.00/1.00 vMB 0
104,398 104,398 0000000000024c597ccfb8a4e42c980097a00b26fbf01e3140a03d4ca900dcd3 5 0.00/1.00 vMB 0
104,397 104,397 0000000000000cc94f3db5bf0ba5e74c930b9637b743f998ac8c9decdf042ff5 6 0.00/1.00 vMB 0
104,396 104,396 0000000000021672cba82b3e0791aa36758a38519ac643e7766f489abf7869cd 9 0.00/1.00 vMB 0
104,395 104,395 00000000000116edf85b0f4f8e41d24a396cc6ede0c839a8625dd32256730cec 7 0.00/1.00 vMB 0
104,394 104,394 00000000000032e2b13639f2646dd4326ba8343f8d3d2f10a83b9be1c7bf8404 7 0.00/1.00 vMB 0
104,393 104,393 0000000000024cc1a767d1d6f9729dabc0ef40445ab3ed4138b2376fe7e13b76 22 0.01/1.00 vMB 0
104,392 104,392 000000000000bf75660dd414107158472d89c5e29ec00e2e23cdad50762d05e2 16 0.01/1.00 vMB 0
104,391 104,391 0000000000023ee4501296a3fb35b30a7369c07c4342d400d27e53a15fef3fc1 2 0.00/1.00 vMB 0
104,390 104,390 000000000001181ccb3e9c458ddaac8afee056c46b50779561277f9ece312666 7 0.00/1.00 vMB 0
104,389 104,389 0000000000032dee8d1587f9e0021722597c97c098c6d7c3a4b17f97da52a6b4 8 0.00/1.00 vMB 0
104,388 104,388 0000000000028f4185fd161c6a1ed1a0101a8cdc1b56be6e5e690bb0eec4f18c 12 0.00/1.00 vMB 0
104,387 104,387 000000000001cb37b36473002f56499c9557b7e1e07f720c9d9b77a7446eff29 4 0.01/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.84 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: 638.04 GB
    • Received: 12.46 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.