Loading Tool

Explorer IconExplorer

Memory Pool

80,442 transactions
30.10 vMB
0.13930679 BTC
Random Selection Loading Transactions
Max Size: 181.78/200 MB

Candidate Block

Mining Attempt dd73ec397cbdb0435941b54f960dc1993d71a37368a5f2f0eb09d35bc33f3c40
Version 20000000
Previous Block 00000000000000000000997246e0ea341cc7494c99602e9246f1c08e494865a8
Merkle Root 5add3775e0a64e73392d290a08f958028e04b7db343202e8b9cf98e7b7dcb33d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,899
Size: 1.00 vMB
Total Fees: 0.06843456 BTC
Feerates: 101.64 > 6.86 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,140 (823,501 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
91,639 91,639 0000000000072703608bd98d13d62616fa95dcabd3c7af3fe426678b2716f9eb 1 0.00/1.00 vMB 0
91,638 91,638 00000000000a34839b32ff4559805555dc3f7f6db72155922cdcfee3f66f1a0e 1 0.00/1.00 vMB 0
91,637 91,637 000000000002dcfb85e1e2fcf7b6c0b68a2a28309dbe4491d23186b963045b18 2 0.00/1.00 vMB 0
91,636 91,636 000000000003c3a16695a6e03ef96f613ed062701cc8045e09838fd7d4b05193 1 0.00/1.00 vMB 0
91,635 91,635 00000000000511a4932da726067f30a8764ea783761a6cc2f0f187d5f515b26f 1 0.00/1.00 vMB 0
91,634 91,634 00000000000117b8b8c6800c7686f5186303d358bff104fd045e63165b7cbafd 1 0.00/1.00 vMB 0
91,633 91,633 0000000000030d713281812d44882c31e4e38aa3f201c00c129080e264173222 2 0.00/1.00 vMB 0
91,632 91,632 000000000008b10a033fd7fce5ac2c16a112adf02d48efd30eba97a2093a3026 1 0.00/1.00 vMB 0
91,631 91,631 00000000000acc78a62ae57c598a8bd201cb123693dec3289cd1f7c81b44c980 1 0.00/1.00 vMB 0
91,630 91,630 00000000000d474cf0b8620fd96572db0a7d2b174c6ecfc19df3a1720d03791d 1 0.00/1.00 vMB 0
91,629 91,629 000000000004dad4b5df347befaf7bbb40b56adfdceb43b0cbb3b5767cbc9373 2 0.00/1.00 vMB 0
91,628 91,628 000000000008e1396698f0f6fbc13c9ab9e651944acece135cb0598ffd1d601e 1 0.00/1.00 vMB 0
91,627 91,627 00000000000783289b90aae2c20a841a6f2f9edfeaa46d71158c92183aec18ef 1 0.00/1.00 vMB 0
91,626 91,626 000000000003d85cc95f3d8a8bbbd7babdc6c67e53c4fe136ff6ed4641dde8b4 1 0.00/1.00 vMB 0
91,625 91,625 000000000008e4c06ce92d25e315754e1c9402d57a1d78effbd9eb40af026a12 2 0.00/1.00 vMB 0
91,624 91,624 000000000000ddb76e0efd1741de73ee121feb2d556e21d1dbdb6e371019b9d2 1 0.00/1.00 vMB 0
91,623 91,623 000000000003397dce5158ddf9329af1e2ba225cb9ee18c5ae2a620a9729138e 1 0.00/1.00 vMB 0
91,622 91,622 0000000000002c2c086eba5c646eb906d54dcf59b5c66021f586bc382140db00 1 0.00/1.00 vMB 0
91,621 91,621 000000000001e04e4c3b69e7fe8eda5e7785e5c3bfca97ab62a321a99615f325 1 0.00/1.00 vMB 0
91,620 91,620 0000000000089fb68b3bf548234ad8282b8710e2290e595b96a1d7173f7cb82c 1 0.00/1.00 vMB 0
91,619 91,619 000000000009d7427641f5625a64b9ad4e4a9f4c043f6d166e32bb7816ebfab4 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.64 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: 672.38 GB
    • Received: 16.22 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.