Loading Tool

Explorer IconExplorer

Memory Pool

42,216 transactions
30.38 vMB
0.16450610 BTC
Random Selection Loading Transactions
Max Size: 153.41/200 MB

Candidate Block

Mining Attempt bd00a4261a0d424f4db17fba3ed329866effd2336594d4c555a72f9936d31218
Version 20000000
Previous Block 000000000000000000018d0ea92a04bc7d459e6fd23fb9bc4b1689f5bc272781
Merkle Root 5e5fc1128b02f0455d363a388549d30eb257f4ca85ba00c93b7c1c65b74ec351
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,720
Size: 1.00 vMB
Total Fees: 0.09122435 BTC
Feerates: 301.60 > 9.14 > 0.35 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,522 (857,771 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
56,751 56,751 00000000123f59b7ce891bedfaca0b63ccf1b56e69cfb73525fb9f4463e38b14 1 0.00/1.00 vMB 0
56,750 56,750 000000001495a1880375ae4456b6982efff4ce4aac036f66f54c3fee4399eaa2 2 0.00/1.00 vMB 0
56,749 56,749 000000000e304305c6ad14e615a7924ce59265d9689939042663ed45931fd1c3 1 0.00/1.00 vMB 0
56,748 56,748 0000000000d0728d0810d3bb5c49aa0fba2c2f3ff3ff1e36e1da45bbf75979d9 1 0.00/1.00 vMB 0
56,747 56,747 00000000045de8ee68d622b7b088b110935889c0d2944bef2bf05d14308ac5b4 1 0.00/1.00 vMB 0
56,746 56,746 000000000eaa17bbb07661ccc6283f6c16097beb90f3f2bdec5f3c00da7006cd 1 0.00/1.00 vMB 0
56,745 56,745 00000000089c14aac753f18865cf4e7a12eca664d9e83a97d85fa258b2aeda7a 1 0.00/1.00 vMB 0
56,744 56,744 00000000030076a8894720039f0b2285573d52ea15dfd8ad48782171379eb9f7 1 0.00/1.00 vMB 0
56,743 56,743 000000000cdd4139c0c284b0eb82939766170cd2591b1fcaf7f9bbc5a1d0c2ce 1 0.00/1.00 vMB 0
56,742 56,742 000000000d27a3f7f5a5d25b91a65a605d1df91a61dfe38f596a572bc88d9e47 1 0.00/1.00 vMB 0
56,741 56,741 00000000106d1199b4658210a651645f8850c5020137652fe465e7a72907e84c 1 0.00/1.00 vMB 0
56,740 56,740 000000000b9f3287dbd13423518d52e5561ded1c000c8b9b939a235601cf7115 1 0.00/1.00 vMB 0
56,739 56,739 0000000014c0fec9f70d288cb6c03326b5033bc903c76cc410ec5be257bf4edb 1 0.00/1.00 vMB 0
56,738 56,738 00000000054bfd35ff890258e247f112f43049cea00eb0ccdc3dd1168c8c8ce2 1 0.00/1.00 vMB 0
56,737 56,737 0000000012fa934cc102b893e6d572902f949a2d5c6f5aa1a52d38cb645d2ed5 1 0.00/1.00 vMB 0
56,736 56,736 00000000091bb1c7e8f911aabdf9cbc50cccfb93964e31b2c1c1a399ea1972c1 2 0.00/1.00 vMB 0
56,735 56,735 000000000012e056299fd95a270df7396bde2b61c865d22733c9b1bdd9fa70a9 4 0.00/1.00 vMB 0
56,734 56,734 0000000010fbc010ae687348043a1661a58fb95a6b0990c106e5763d8b631ee1 1 0.00/1.00 vMB 0
56,733 56,733 0000000007098d0498ff369911bc962c79f784e68701a50257d1d5d7fe071d05 4 0.00/1.00 vMB 0
56,732 56,732 000000000317f54b707fdb1c1a58ca73d345070203e18191311267b604d2a5da 1 0.00/1.00 vMB 0
56,731 56,731 000000000efb6d9c8d5443da37f784c00826ab494fe705fdff0b185cb95e8809 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.54 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: 618.75 GB
    • Received: 11.20 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.