Loading Tool

Explorer IconExplorer

Memory Pool

48,039 transactions
27.84 vMB
0.07657687 BTC
Random Selection Loading Transactions
Max Size: 147.69/200 MB

Candidate Block

Mining Attempt 208eb6354bef4acbb14f4bd15d6e2cf54fa6eaaa0a06417517bbbb733e7ab651
Version 20000000
Previous Block 0000000000000000000070963e62f689b9a0a61cf16bb36848f3ba4464fed9b1
Merkle Root 892bbb2a681fc27cc7b5c9ca65f5b7603ffb3914dd3c613771ba1029f513dec0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,771
Size: 1.00 vMB
Total Fees: 0.02229638 BTC
Feerates: 318.30 > 2.23 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,894 (801,129 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
113,765 113,765 000000000000459f4c871daf2411fd088ba4487a99872218e3548c52fdecaa1b 11 0.00/1.00 vMB 0
113,764 113,764 0000000000003e0a9ff57e75196eddec5f73668912d9e8bdde861ae98f3e1f47 7 0.00/1.00 vMB 297
113,763 113,763 000000000000ac95c92a198eaa603ff262fbb97864e09f59414f4a5edc07d73b 124 0.03/1.00 vMB 0
113,762 113,762 0000000000006439b4ba00bea6d5d2c79469e2389ee74554b68054098ed4519d 37 0.01/1.00 vMB 168
113,761 113,761 0000000000002621f02c15bb7557ab1e8be5a4ce443d9c4df6a21b33291bb6bc 2 0.00/1.00 vMB 3,891
113,760 113,760 000000000000c2cd965872f53c80a6b30956be0620ab962bd71004bfb985eeff 14 0.00/1.00 vMB 0
113,759 113,759 000000000000082e555fd2afa25aae0f4aeeb7f257c85c3fd6ee8d19551a1420 14 0.00/1.00 vMB 335
113,758 113,758 0000000000003170ac88051c5f1c477369fb6a67f9c5522c0296e9a9db9f7935 12 0.00/1.00 vMB 0
113,757 113,757 0000000000001a4cd533b9f079c77d5c2756694108e1a8d1414bae814c4734f4 14 0.00/1.00 vMB 0
113,756 113,756 00000000000010dfead41e084e64dd64a76fe3fe9708ef90b6889d4256c3c6fd 14 0.00/1.00 vMB 0
113,755 113,755 000000000000cc74b82b4129a74664c37db8542425dbcc296b36fd90c17b21ae 13 0.00/1.00 vMB 0
113,754 113,754 000000000000a9c71856278da5d8a73f810d28d41af9424bef57bce78a982680 11 0.00/1.00 vMB 802
113,753 113,753 0000000000002c8b8e3e0ec7d3ab534ccd315d21d02f5b56ddad34e602feb61f 167 0.04/1.00 vMB 73
113,752 113,752 000000000000627ce3c06385488792db57f42f87bd2570039683532f2aeb0e38 10 0.00/1.00 vMB 320
113,751 113,751 0000000000009355b5845807476b843c7d67695d30ef20b8db49b9821d2128e3 7 0.00/1.00 vMB 322
113,750 113,750 0000000000001d2f97293f57c09d642ff26dc1b9076eb26afa1bdb5fd6a69417 11 0.00/1.00 vMB 546
113,749 113,749 0000000000004705799533c70b51f8518e3facc4dc1d1558c7d7e159a06f97b2 8 0.00/1.00 vMB 0
113,748 113,748 00000000000000c7d162c035f609b007103eac96eccd9a97ef1ca6484674516d 2 0.00/1.00 vMB 2,277
113,747 113,747 000000000000a6ec62b7d81320127f81e0da8db98f546aadeba38d97e6ae7b2f 9 0.00/1.00 vMB 0
113,746 113,746 0000000000000ce15c7101243888dfaabc4276fea16446a9baee257e75902063 25 0.01/1.00 vMB 705
113,745 113,745 0000000000000fc1052f4a6d01264116711cbfbc7ce736447b5828df7d4c9b65 10 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.20 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: 654.03 GB
    • Received: 14.09 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.