Loading Tool

Explorer IconExplorer

Memory Pool

39,307 transactions
28.70 vMB
0.06274725 BTC
Random Selection Loading Transactions
Max Size: 145.87/200 MB

Candidate Block

Mining Attempt 805b499a0c940ece3ab510798bd2a6b7cef538ec40a684d204372fc05aee803a
Version 20000000
Previous Block 0000000000000000000172f408868dfd9c95d80046967b5978bb59a25e069243
Merkle Root f98b8441bd9eae59b40e480bd87e350740d00a027812033d13dba2f8cd0fce5a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,690
Size: 1.00 vMB
Total Fees: 0.00718613 BTC
Feerates: 40.21 > 0.72 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,544 (735,565 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
178,979 178,979 0000000000000817f58c8d830d4d799ba9c24edd1d5360263e278933274b35ed 42 0.01/1.00 vMB 4
178,978 178,978 0000000000000966e3280c5a277cd15e93b85c9e458836d455e809953b95051e 86 0.04/1.00 vMB 114
178,977 178,977 00000000000002b438a2cac7e1614c19fb9ec84783dd073c03277a5848b78a8d 109 0.05/1.00 vMB 149
178,976 178,976 0000000000000860a4b7b7edf1a19a9aa16cfb12138d149478169d2b340d294b 12 0.02/1.00 vMB 45
178,975 178,975 00000000000003bb1d67ae01231a573acea1cd21a431154efa5b88e0a58cb231 64 0.03/1.00 vMB 131
178,974 178,974 000000000000077f9f91ba69e74d4501578918142595423f68bb985b25a7c546 69 0.04/1.00 vMB 80
178,973 178,973 00000000000004666f57bfc832cdcb88204511f43f8c9c789df7192bff7b7d9c 23 0.01/1.00 vMB 190
178,972 178,972 0000000000000a9cbfee979270a53c966d51034418e17c9041e8e207c0b26e00 125 0.05/1.00 vMB 91
178,971 178,971 00000000000002112095b309c8d8a35eccb5e7e5a4df7f7b4857a154e9c26f50 167 0.05/1.00 vMB 31
178,970 178,970 00000000000007e21e9053bbd5b16e7f65e652b2c439dfb4a67a5c51a5e1a416 141 0.08/1.00 vMB 131
178,969 178,969 00000000000002c36febe66d27c6799ce65fb1ff43341c21d1540e8852c2b2f7 64 0.03/1.00 vMB 146
178,968 178,968 000000000000015301eb1bd833cb9d180f5ee6f60eaec6e5265ade1036eff9c3 22 0.02/1.00 vMB 7
178,967 178,967 0000000000000507874dac0f0d3f352a25bd34434ac6bb9c0b355dc5a3ad8a03 96 0.10/1.00 vMB 70
178,966 178,966 000000000000006e2472029fd29476a72cf8a659bc173a5883eae4184ec257e3 59 0.02/1.00 vMB 92
178,965 178,965 000000000000057bd970fcd222711198e005f9e730cd30d74f0d1ab1c2cb322d 125 0.05/1.00 vMB 179
178,964 178,964 00000000000008252f122b19d69e9e13042eb1cc4346988d204f8ab6bfc0d15c 9 0.01/1.00 vMB 314
178,963 178,963 000000000000009db4c609fcb3a142f15e3cbde2c4093470e11858fd3dc3b98e 17 0.01/1.00 vMB 56
178,962 178,962 00000000000001e015d87c5b6843d5f57ac1eb7da83f78022ac9b6b099619721 34 0.01/1.00 vMB 6
178,961 178,961 000000000000066e6d9b1480da2d909062f6df8d8b283852a9a2f6155bf4aa58 151 0.04/1.00 vMB 77
178,960 178,960 00000000000000b3a3b305e807fd604e96411d8aacb7b07cb74abaec6472fe10 25 0.01/1.00 vMB 84
178,959 178,959 00000000000006799cbed834b7e595fe8fe34afef4e416a390ace30cd9f2b7ec 117 0.04/1.00 vMB 136
Previous 10 blocks ↓
Total Size: 781.58 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: 622.72 GB
    • Received: 11.37 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.