Loading Tool

Explorer IconExplorer

Memory Pool

41,145 transactions
25.85 vMB
0.05281451 BTC
Random Selection Loading Transactions
Max Size: 135.20/200 MB

Candidate Block

Mining Attempt 3d6d14e471ff462de8f4dd99e1a2bf1460486aad46fffbb152ddb6b73867e0cf
Version 20000000
Previous Block 000000000000000000008f5a6c1e1f1fa429f250d4cd2ee1808884ed8a06ea2e
Merkle Root 7fbd6d10a4ceba4252b5cb17405be77b3a9b9b8769028c40cab1eb973c39fc8a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,651
Size: 1.00 vMB
Total Fees: 0.00591864 BTC
Feerates: 40.21 > 0.59 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,787 (738,578 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
176,209 176,209 00000000000005d9832d0792b0b4dfbbb6fef78ad2358a6db73f4bae7deb815a 18 0.01/1.00 vMB 42
176,208 176,208 000000000000036abb1fbc3071a9e5c2d117472a409da4aa31bac80b4360e1e2 121 0.05/1.00 vMB 129
176,207 176,207 000000000000025282765061cc36d3994a6a5265429722c96fa129ec4f6e53f1 100 0.03/1.00 vMB 53
176,206 176,206 0000000000000620e5e206909b8c8a093c365e3bb0bab1dba4932656e409e2da 88 0.08/1.00 vMB 117
176,205 176,205 000000000000049aa256bd15c006f8030d0010ee9ff66b96225ade2a862519a2 9 0.00/1.00 vMB 74
176,204 176,204 0000000000000628f13a4e712ebd967772b0a67c9f1c5abe181cf46c5ab51581 34 0.01/1.00 vMB 130
176,203 176,203 00000000000001bce604328bbe978ec782c16a94a31daa2f8229e5c91e8fd0ad 46 0.02/1.00 vMB 110
176,202 176,202 00000000000008407e8b0cdfab49724128d7a0960b6c084e798906ad5ef8f34b 91 0.03/1.00 vMB 203
176,201 176,201 00000000000009fcc6d13b787791e6c723aa88f0fcac77457e9f51872ba2cb28 97 0.03/1.00 vMB 108
176,200 176,200 00000000000002018c3180a9f7b4b5ed0dbd9439dd9cf70b4f151b5d231d3054 10 0.00/1.00 vMB 400
176,199 176,199 0000000000000601e02afe4e07ba605cf82a480f5cde18c5bc3ee9e3eee0b692 35 0.02/1.00 vMB 59
176,198 176,198 000000000000070281fde0f9a24d2cb02ab26ae35d7853ea5a5d232a734ae182 17 0.01/1.00 vMB 55
176,197 176,197 00000000000001e73fb977cc50dba50e9392233692aa66c68100b653b8c6d60a 13 0.00/1.00 vMB 61
176,196 176,196 000000000000092ff5b6282e3c7c314d26145520343ee252b90162e426e9bc11 27 0.02/1.00 vMB 44
176,195 176,195 00000000000000b7df6539b3c8cacb7da5f5c33a32a7ac1cb3c2889d17e91367 13 0.01/1.00 vMB 77
176,194 176,194 000000000000060732731f5d64da8c2bae20e913a22b3b17f8b9b8abb1776fb6 51 0.03/1.00 vMB 1,413
176,193 176,193 000000000000084f4f7f52e5bff8e0e3ab2203f116819056c9cc6b1e8c2c9c26 11 0.01/1.00 vMB 50
176,192 176,192 00000000000000b60e301a1d4740c7c7e19026923df4e0b42ca48ea1e066a5a0 90 0.05/1.00 vMB 86
176,191 176,191 000000000000006efabc44f051642eea28540011df645fa98a1f35da739b4d7d 154 0.05/1.00 vMB 101
176,190 176,190 00000000000005557297694a59fd8c77bb3d0bc22c51a0668eb5ae0391e82a5f 39 0.02/1.00 vMB 29
176,189 176,189 000000000000088484950399f87458874c1466b245d59dfe676cacc25cb8fcda 11 0.00/1.00 vMB 51
Previous 10 blocks ↓
Total Size: 782.01 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: 649.21 GB
    • Received: 13.14 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.