Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

477 transactions (0.11 vMB)

Priority:

  • 1 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,542 000000000000000000022b910000000000000000000000000000000000000000 0.11 vMB 459 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,541 (846,355 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
65,186 65,186 0000000009190266ccb44fcfc96cd21586307785ce83ba5301081f1375fd294f 0.00 MB 1 0
65,185 65,185 00000000010755eccb81542fa25db6fbc7f56fd20576f861f3c89f442a5dfc69 0.00 MB 1 0
65,184 65,184 0000000001f9d91328c8e4a4771e5fee32f25d70d680c77ca4f6d16e987b851e 0.00 MB 1 0
65,183 65,183 000000000aa5698a60e704636ed727989cebb9fc4a41a78f450926caf35a3d60 0.00 MB 1 0
65,182 65,182 00000000032a2eb6aa935f3bc32ab1cec5312388f9a112fd6d4eda26784f2bdc 0.00 MB 1 0
65,181 65,181 000000000440774b2cb0519de2ca45def2d3e4f187e968e95ec3c5038aa39255 0.00 MB 2 0
65,180 65,180 0000000007b5de860c44d40ac467ee5a746b02cfa935cbeca4618037b0ddc7b6 0.00 MB 2 0
65,179 65,179 0000000007108eb6597208dc685d7273bd8420dbaf0707055a656ce4e43f9b63 0.00 MB 1 0
65,178 65,178 0000000004f569a92deccb575885e54b8c28b79eb14d7714f104637624b8305b 0.00 MB 1 0
65,177 65,177 00000000007e17e93d3c98e43e30a8decc256e299e3606acadccd47cf438775a 0.00 MB 1 0
65,176 65,176 0000000001e3873230eed87cb94db5a296b98848a137de68d4fd45fb47579bd7 0.00 MB 1 0
65,175 65,175 0000000002c2ba03288d74ffb92373239da836f7128791219ba0bdc84215437c 0.00 MB 1 0
65,174 65,174 00000000098da76333f3830b41cc9d9e58c62bd8a5a73b96c0da4a732255b4ca 0.00 MB 1 0
65,173 65,173 0000000002ca93ec56b92fe45a195f781abf278eb1f07980313e92d11b42e94b 0.00 MB 1 0
65,172 65,172 0000000007bdfc731ffacb38d1560d5ddf0e444a97064d64fe40cccf1d56bfc8 0.00 MB 1 0
65,171 65,171 0000000008b5a49bcd627be19cffcc0bb5ee006facc6f5773faa848b48bd033e 0.00 MB 1 0
65,170 65,170 00000000093fd3998651fba70ab13284f6bb8f2a6b482163fd4eee6f78c6eb28 0.00 MB 1 0
65,169 65,169 0000000006838573bfbb027b370db7b06fca3f2744a4f2fd1bcfec151b88b3d9 0.00 MB 1 0
65,168 65,168 0000000008f604aefd306dc714258e5cd29d55aebc6487dedd74b5f8f4599d5c 0.00 MB 1 0
65,167 65,167 00000000016587472e3d812dc1cd666653906bacdf9de8a17e8ebb057bcd4011 0.00 MB 1 0
65,166 65,166 0000000001496588651355067e5f75eaa7d660e540f478964158bb29282bcd35 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 776.24 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 2,413.75 GB sent, 129.85 GB received

Notes

  • This page updates every 5 seconds.
  • 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.