Loading Tool

Explorer IconExplorer

Memory Pool

81,704 transactions
30.60 vMB
0.09744219 BTC
Random Selection Loading Transactions
Max Size: 183.76/200 MB

Candidate Block

Mining Attempt ba26f66668657625b3de2bf5ad40718eb18c2106ab1d7550521e80854f84e254
Version 20000000
Previous Block 000000000000000000005486e251aed8c030d32cefd8c077bbe263649de79032
Merkle Root 560eb74a70ff7a11284d720a3eeb8cdd5d9edcf2097f2faa2960e7d9dc7463a4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,407
Size: 1.00 vMB
Total Fees: 0.03239591 BTC
Feerates: 101.62 > 3.25 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,987 (266,778 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
648,209 648,209 0000000000000000001027c169c0706f26c139b2fea8b49936e9d04008d07ae6 2,217 0.98/1.00 vMB 35
648,208 648,208 000000000000000000031ea033e33ed45bfc2e28a9f5ca7217cf8c875e6e61de 2,051 1.00/1.00 vMB 42
648,207 648,207 00000000000000000004e09e818e10a6a9004ee61fe23df72457c7d939b7fc26 1,883 0.93/1.00 vMB 10
648,206 648,206 00000000000000000007aeb497aed66a3b75e8c569a1eee95b95bf085ef0c698 2,313 1.00/1.00 vMB 43
648,205 648,205 000000000000000000090eac5c87be582214818c8b024d3224884d096a486a35 2,639 1.00/1.00 vMB 44
648,204 648,204 00000000000000000005d6a26cbcdbabfd5f20e2c1871abee34bf060b83d4e8b 1,400 0.53/1.00 vMB 36
648,203 648,203 00000000000000000001e906c7dd5fb383f9baf4a7da679d6098a25f71031b07 2,269 0.75/1.00 vMB 32
648,202 648,202 0000000000000000000b532112bd1a7f3d6abb367d3cd0c16b8e6498b94b33bb 1,978 0.71/1.00 vMB 44
648,201 648,201 0000000000000000000a1d16a854aaeebb8ea7513fd4c08cd728b0afa50d572d 819 0.29/1.00 vMB 39
648,200 648,200 000000000000000000056146c5d348d8d94ae80d35c321823edfe0c0c43f8e6b 898 0.27/1.00 vMB 32
648,199 648,199 0000000000000000000986fc1af9dc378a2e6bd6683759784fbafc91681b6b52 2,466 1.00/1.00 vMB 20
648,198 648,198 0000000000000000000caffaefaa4d18d81f2fd7fd368677afab1e70b85fb53d 2,045 1.00/1.00 vMB 61
648,197 648,197 0000000000000000000f9dcb43bafa4a92b7ecc26746ab91069408aa9801d9dc 232 0.10/1.00 vMB 58
648,196 648,196 0000000000000000000369235c56617c7622f9f2d6f729260a50d4e01de3a5d6 509 0.24/1.00 vMB 34
648,195 648,195 00000000000000000001ec750f6e97b06e6cc0b5b38b63d24437c43b40d4c356 2,900 1.00/1.00 vMB 41
648,194 648,194 000000000000000000008b52b9fbdec55bcf3c618b889155b46b4ab89c4278a2 1,287 0.68/1.00 vMB 38
648,193 648,193 0000000000000000000e15c6f52d00d3c9d7071c5195a7ded4cd9f94b4e14b8d 621 0.20/1.00 vMB 41
648,192 648,192 000000000000000000083437c355e7ac1913e39992c745d2a70e8823358932cc 670 0.25/1.00 vMB 30
648,191 648,191 00000000000000000008d438de236e922bea14d270a37aca7c1df7d4e4f2847f 708 0.24/1.00 vMB 44
648,190 648,190 0000000000000000000a566e19c99b0f334231079180eb7163f007ba2ce96d5b 915 0.33/1.00 vMB 41
648,189 648,189 0000000000000000000b6a0244fdd0782ab99da3684dec4efd64fbb3e11be140 135 0.07/1.00 vMB 27
Previous 10 blocks ↓
Total Size: 782.37 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: 663.66 GB
    • Received: 14.93 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.