Loading Tool

Explorer IconExplorer

Memory Pool

80,669 transactions
30.02 vMB
0.12354699 BTC
Random Selection Loading Transactions
Max Size: 180.58/200 MB

Candidate Block

Mining Attempt b989ba96790e9b0d69ab449ffd6b8f3b22923837e006b8646e0e6e4a9b3fe66e
Version 20000000
Previous Block 00000000000000000000544e2a5709c56f805c54fbee81fbb0c5aeb0fdb502da
Merkle Root a6fee8117e5da257b8fb112615594ac6bf05fb46e4d76ffe847304f4dc5470ac
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,632
Size: 1.00 vMB
Total Fees: 0.05097718 BTC
Feerates: 242.90 > 5.11 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,160 (801,469 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
113,691 113,691 000000000000a5d1d741bd5ba3448590b8f4463a7dc2f4aa6aca9ae9be74058d 10 0.00/1.00 vMB 0
113,690 113,690 000000000000abf2e10e6171acfefd8b437a5c0179337f9c2391c0166d0d6904 11 0.00/1.00 vMB 262
113,689 113,689 000000000000d07ec20ac933b61ca5c8c60ee3f56c1105c9eb77d50de8fd7827 23 0.01/1.00 vMB 178
113,688 113,688 000000000000822c4e32dfdf581b3aa30a77bd29c7246afa59180e884681e666 11 0.00/1.00 vMB 687
113,687 113,687 000000000000db16ea2aaf7819ea8fc1708556580d9f5c73956d2f1c3988416f 113 0.03/1.00 vMB 75
113,686 113,686 0000000000006d51da24dc46193ea2d71c7298597a1d737f926fdf660eab483b 11 0.01/1.00 vMB 359
113,685 113,685 00000000000002db66969ed32527cbbb0c628c93032d681f39080c516c6d2bd9 5 0.00/1.00 vMB 635
113,684 113,684 000000000000ad256aa4376a6a99699a17550d15e2e86b1f8d6ed9b3e4c728e6 5 0.00/1.00 vMB 0
113,683 113,683 0000000000003ec88e74529dff1ddfaaa08f9ff863808742b62fa31f0ed887af 11 0.00/1.00 vMB 0
113,682 113,682 00000000000006d758d3de7e23a583ffce1c1acdf5f4116aa92e077b3b5eed3e 12 0.00/1.00 vMB 0
113,681 113,681 000000000000d68b561d92694250de572d438f4843624d6b2c73f5a8a93767b9 8 0.00/1.00 vMB 249
113,680 113,680 00000000000030678cf3bd1f5d81a03b5705b884d0070b9d939ef4321275f401 4 0.00/1.00 vMB 0
113,679 113,679 0000000000005c567fe94fadf8497e0c9fbddab1e7a888821d0de2f5961bbbe3 195 0.05/1.00 vMB 40
113,678 113,678 000000000000bef3b296360ac0d6c335a22124086e1051eb778edb294ccc3f98 31 0.01/1.00 vMB 206
113,677 113,677 00000000000047211c7904725d958ba2ec1b4318bbfcc1916c9324f8dc9e7933 14 0.03/1.00 vMB 183
113,676 113,676 00000000000040a45e47870480817864e0ca97605ad2e67b42075241ed22798c 11 0.00/1.00 vMB 0
113,675 113,675 000000000000126d74a745e3adbb652a75b2f43204db9cf1ccc7e4a061ce6b71 9 0.00/1.00 vMB 296
113,674 113,674 00000000000027fed0bda9725ee237036dc6c514ba9c767834b87a74b18c51c4 15 0.00/1.00 vMB 1,190
113,673 113,673 000000000000121ff35af0fb08305f81cf3f0598c9d53fd484b31e20f7d80fa2 1 0.00/1.00 vMB 0
113,672 113,672 000000000000a338a3de024b810b2cbc13218d0576176e16fb487539df097e9c 24 0.01/1.00 vMB 0
113,671 113,671 000000000000aebd759fb15d5877895a70b1dac41067a94d16589a3100842a3c 10 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.67 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: 673.15 GB
    • Received: 16.42 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.