Loading Tool

Explorer IconExplorer

Memory Pool

46,443 transactions
27.30 vMB
0.10047736 BTC
Random Selection Loading Transactions
Max Size: 145.45/200 MB

Candidate Block

Mining Attempt 7aae7d2af168b3ae03a17c3b517c0ec9478a1a78b98ad510b9434ad09e42a789
Version 20000000
Previous Block 00000000000000000001bfbced3ea009a2f71c20ce288c536043b9b1575dc7b2
Merkle Root fd54d7b4d0287020178a59b38c912853249cf184f450a57f806ba1a5f40b1107
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,607
Size: 1.00 vMB
Total Fees: 0.04963480 BTC
Feerates: 101.66 > 4.97 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,771 (838,616 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
76,155 76,155 000000000019154a8d63b77825d0b70186d03f1687a8c19e0ba70187a31cd1fd 2 0.00/1.00 vMB 0
76,154 76,154 0000000000680ae5a7ffc68ba3a3b24f2399b8e342214f38ef31850d8f60c730 1 0.00/1.00 vMB 0
76,153 76,153 000000000053b97c3a747c68419aeeaa381b8d8bd751a805dc7372681d24e9d5 1 0.00/1.00 vMB 0
76,152 76,152 00000000004a268aebea723cf6f75e5ffda524c1b3dea4ed89f6157cc5007dd3 2 0.00/1.00 vMB 0
76,151 76,151 00000000001dcd11136b8c4d9bf43bac25d6dbd997d4b66b637ec9bc5eaaaf12 1 0.00/1.00 vMB 0
76,150 76,150 000000000045b8ed3a34a989ff2098647cf9c96d000a4e54ed50a1508ce56d0c 2 0.00/1.00 vMB 0
76,149 76,149 0000000000789ed57cd43b1cbc7d976d05678aed37ff0e0ab86c822d570ad4aa 5 0.00/1.00 vMB 0
76,148 76,148 000000000024a4088cacf9fe114a1f66ba55df6c9cd48c2da45713b4179c5a94 2 0.00/1.00 vMB 0
76,147 76,147 00000000007cd2823759dac75c4c0b85623b0bb3d7b1aff10ae3a710e90968a5 7 0.00/1.00 vMB 0
76,146 76,146 0000000000769b511ddd07e1587cfa230c5dc271cfd70751c09bb28c336eff20 1 0.00/1.00 vMB 0
76,145 76,145 0000000000783117eb0de3f552d7728244b422a8893e695bd74d23d73078cebc 1 0.00/1.00 vMB 0
76,144 76,144 0000000000397d95702541dd25d6c6ced8617701ba106b13ffa5a305316eb28c 1 0.00/1.00 vMB 0
76,143 76,143 00000000000e088b7463f8ffa5dd3d49b5b43b6018b3c5fadb0454069515cf3e 2 0.00/1.00 vMB 0
76,142 76,142 0000000000305119ea4701db733998fc0f8e48a222174789853bf4ca9706e700 2 0.00/1.00 vMB 0
76,141 76,141 00000000006782d09318bc110bf734a6abdeb143ce6d6f1c03e22645f9065e93 2 0.00/1.00 vMB 0
76,140 76,140 000000000003dbb0a7b025fdc57f4ef4b502f06d4b807abdf6ae6ccc6f877fa0 1 0.00/1.00 vMB 0
76,139 76,139 0000000000296b0290af034f473538c02aca26f52e704e8875df68cfbf0d8a9a 1 0.00/1.00 vMB 0
76,138 76,138 00000000006bfb93a369617705cb0b44a389bc11dbb8abd6189f97ba2800e94b 1 0.00/1.00 vMB 0
76,137 76,137 0000000000702bb9f6f4d23de76a5ccbec243541fa0494a153f9d43a324c9086 1 0.00/1.00 vMB 0
76,136 76,136 00000000000baa1670f156cfb0296c052c9efa961e06e26767941c7001fae07b 1 0.00/1.00 vMB 0
76,135 76,135 00000000006d74e994f0e3a470710433f456a965053ac17880e1e6b3650b991f 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.98 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: 648.26 GB
    • Received: 13.02 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.