Loading Tool

Explorer IconExplorer

Memory Pool

38,200 transactions
27.64 vMB
0.07315699 BTC
Random Selection Loading Transactions
Max Size: 141.22/200 MB

Candidate Block

Mining Attempt 0117b7cfaa4828653a8e35f11b87821bd52286e029bb3a4dfcf08f70e0c9f7ff
Version 20000000
Previous Block 0000000000000000000073ebe7fe130f67de1ab2e9c5c1b68fcc6f5f37d33261
Merkle Root 87c8b889922e10313a007d52e61754f07da77edf70c8635c8cbc0059ddd46baf
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,245
Size: 1.00 vMB
Total Fees: 0.01916378 BTC
Feerates: 222.83 > 1.92 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,271 (82 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
914,189 914,189 00000000000000000001661dd4e4661ec80d2cd6778f4d12c0bf3d3f834bef90 3,613 1.00/1.00 vMB 2
914,188 914,188 00000000000000000001739cb7842014e56e8cd06a50002fc9a8f0ee42d7ffe5 5,247 1.00/1.00 vMB 1
914,187 914,187 0000000000000000000139d2ffbe64dd8a277dd52bc6791572b1c2890bda349a 5,164 1.00/1.00 vMB 1
914,186 914,186 00000000000000000000e4896aad627587ca82512b8e95ddc359439906f84121 3,811 1.00/1.00 vMB 2
914,185 914,185 00000000000000000000a8c9ca85a42e83d88a6fe869df81b0438b561291cd17 4,026 1.00/1.00 vMB 5
914,184 914,184 000000000000000000009631f1be255c2bb5393ac4ea2d2bb7088038b0e50ab1 4,536 1.00/1.00 vMB 1
914,183 914,183 000000000000000000017237a72af055383b39942419d3fb1bf97ced6e9f3ebf 1,118 0.33/1.00 vMB 3
914,182 914,182 00000000000000000000d7b573f6e9b6d76f8760fcdd3ee2deba7af90855a8d3 3,958 1.00/1.00 vMB 1
914,181 914,181 00000000000000000001485b4665944d1ccf5d2b26cfb8a75c3cc55338393507 3,608 1.00/1.00 vMB 2
914,180 914,180 000000000000000000015b3f8991a6295ea8d80dee3f2dc8dabdb68407463c80 2,610 0.86/1.00 vMB 2
914,179 914,179 000000000000000000004ff881830c04b26c989fa21f8ba5071d7d6ae817da04 3,249 1.00/1.00 vMB 3
914,178 914,178 0000000000000000000100c3b4decfa6a2417754a8ff8e10e294117889df7a0a 4,527 1.00/1.00 vMB 3
914,177 914,177 00000000000000000001bbb571411c36339be05e3c18dda8ed251363ab729364 2,736 1.00/1.00 vMB 1
914,176 914,176 00000000000000000000f3a1df7b9fb0108db81e3bc483a4fd69bd24f92bf09d 3,395 1.00/1.00 vMB 5
914,175 914,175 00000000000000000000b31bddf15c89d32274d08a85fb7020240ed911664f51 386 0.21/1.00 vMB 2
914,174 914,174 000000000000000000015e1efd8c7d5f54c24756b01917613edf37a2a600df84 5,469 1.00/1.00 vMB 1
914,173 914,173 0000000000000000000189497ded95cba83909f39982380d14e10f67bbe52ae1 6,194 1.00/1.00 vMB 0
914,172 914,172 000000000000000000018d2ad3dca00958287ecdd65154f3a6fb740cda51a4fb 6,379 1.00/1.00 vMB 0
914,171 914,171 00000000000000000000e08b93c9a2c7458be1d6bdc8cecada9b893290ada160 4,122 0.92/1.00 vMB 1
914,170 914,170 0000000000000000000187256985270483f63afe066fa0d1c725a34c943b8e02 4,254 1.00/1.00 vMB 1
914,169 914,169 000000000000000000016d01c91a8a6f99e2fc511f47d33548e8c5444755ed0d 5,192 1.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.07 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: 578.35 GB
    • Received: 8.74 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.