Loading Tool

Explorer IconExplorer

Memory Pool

41,803 transactions
26.54 vMB
0.07917675 BTC
Random Selection Loading Transactions
Max Size: 139.31/200 MB

Candidate Block

Mining Attempt 9cec338e65a775db045748fa815ce72e1dee5a9ed1e2853e34e78651713462a9
Version 20000000
Previous Block 000000000000000000013b59fa3af0e2030ce23b6bd3110718452b322094879b
Merkle Root c811ff3dda87e8575450dc92bf9a4e0ce64019f75ab6b224328edc12bda442a7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,218
Size: 1.00 vMB
Total Fees: 0.03028695 BTC
Feerates: 101.66 > 3.03 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,910 (801,155 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
113,744 113,744 000000000000338047f362ced98cee83da8accd5ea0484badad3e87c1dd28f67 34 0.01/1.00 vMB 0
113,743 113,743 00000000000087e62f0323c4f7cae52d6145913a1271a320c58933c8fd893e55 11 0.00/1.00 vMB 324
113,742 113,742 000000000000ae8b55a4afb4e6646b8c92408e07a3128188121affad6dabfb85 13 0.00/1.00 vMB 0
113,741 113,741 000000000000341c93a18fe20fd74c7a5a993fba16bcb39d1f7e4e7c1afa63b6 115 0.03/1.00 vMB 150
113,740 113,740 000000000000bbb2557483596320ef3f385bc05d5363537c5ebe8589ff3a109d 1 0.00/1.00 vMB 0
113,739 113,739 00000000000092db194bf061c3ca2a92920f3e908e59e1f22ed0068fa0868135 135 0.03/1.00 vMB 0
113,738 113,738 0000000000008934dd6a7f08813bf3b3a5f0c467c49d5ff08c4a9b11a9d72615 10 0.00/1.00 vMB 0
113,737 113,737 000000000000542ab4e127ca52e1cbeaf1b2e2c9a10827ee3d7069227ccc20e0 19 0.00/1.00 vMB 0
113,736 113,736 0000000000000594f15f9e903a27f641336b91ab5a28cf22b6cd17c8860153af 10 0.00/1.00 vMB 0
113,735 113,735 000000000000d53fc93e8dae35c2a966b1a6a5e25ec123ef0003378695a0f5a5 35 0.01/1.00 vMB 112
Previous 10 blocks ↓
Total Size: 782.23 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.89 GB
    • Received: 14.21 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.