Loading Tool

Explorer IconExplorer

Memory Pool

75,947 transactions
28.87 vMB
0.09583363 BTC
Random Selection Loading Transactions
Max Size: 173.98/200 MB

Candidate Block

Mining Attempt 37f6409ef27aeb196a7a05ee0858c8ddf61a126b0b3dd616fbe79719a1bffa56
Version 20000000
Previous Block 000000000000000000001be99c5d13761820acd7b6d30d62ebad6cb236e61063
Merkle Root 46756566f17732b64cac475351215dd2b13cd094a2e7f2f25628f42dc667bbac
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,632
Size: 1.00 vMB
Total Fees: 0.03008080 BTC
Feerates: 150.80 > 3.01 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,556 (655,308 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
260,248 260,248 000000000000001696416e87e376942c2769f18177a924e57d96d6aabbada8d5 227 0.18/1.00 vMB 29
260,247 260,247 00000000000000039f2046bde6a344da8d80666a3397a7eeaec53fff85cb3647 863 0.30/1.00 vMB 99
260,246 260,246 00000000000000105fddca4c74a3485321cf549e1d2d5d4c12d80551f44e3a8c 465 0.25/1.00 vMB 118
260,245 260,245 000000000000000786468df92fa7f131ab7975fdcc01ad8f093ca11417e07a99 875 0.25/1.00 vMB 195
260,244 260,244 00000000000000049d5f5a5677867b5ec07869aa116838e59b942c5a65cb9260 707 0.25/1.00 vMB 178
260,243 260,243 00000000000000165575afcdf0a346b08d2ea36355d2a1edaf8ca667f7c9f552 618 0.23/1.00 vMB 112
260,242 260,242 000000000000000181c7fcef5ec3dfc6defa36240958075d6aefc92de391ccc9 273 0.10/1.00 vMB 156
260,241 260,241 000000000000000586e4d1a9c790f099ef06d90b1654d89abeb6fa612f544ea2 234 0.11/1.00 vMB 89
260,240 260,240 0000000000000019f7a2c6cc8f4e2b08cfc7f1a85090a42ed0a5857b9b39caad 969 0.44/1.00 vMB 91
260,239 260,239 0000000000000012825b6822b111cb90a1a3261c09c8e1fe4b5d52f25b26237f 632 0.25/1.00 vMB 132
260,238 260,238 0000000000000014f1ffa418b8b42b642dbd521b9d446ed16ad7325fd047d2e4 786 0.44/1.00 vMB 54
260,237 260,237 000000000000000540322e1b0a2f5f444398c36d1a948bc102c302b9ead1fda3 849 0.25/1.00 vMB 217
260,236 260,236 0000000000000012e6ebe31d781c7ed903eed5e0191147f87dccebc7dc3c5d49 607 0.25/1.00 vMB 110
260,235 260,235 0000000000000006de2c5f1e6d0c8da0469d8a04cc77df361bbf437e35bcb397 281 0.12/1.00 vMB 139
260,234 260,234 0000000000000005c97e1b06c439ffca1e02b7a886c253442c5d5dc20eb091b7 516 0.25/1.00 vMB 118
260,233 260,233 000000000000001ae95911ee9b56632efd4cab963d8794095e38d83b60adf4e8 210 0.12/1.00 vMB 73
260,232 260,232 000000000000001560c68cc18ff64d33e4b93f053891462d33ff3ab788adcab7 23 0.01/1.00 vMB 130
260,231 260,231 0000000000000007ac0badc64c1fcbb97bb1b2b51de241c1104fb4a4e8e7c39e 360 0.17/1.00 vMB 69
260,230 260,230 000000000000001a9ffe17c5f21a164099153827adcd9d4e60d4e3590b4a4b4c 178 0.07/1.00 vMB 34
260,229 260,229 000000000000001945f16b647395bea182d96c561e4537d5313da049c7315ce0 584 0.25/1.00 vMB 160
260,228 260,228 0000000000000019c36aa7e58086b277a453e4796a4648e3f78b085694fb0787 157 0.07/1.00 vMB 78
Previous 10 blocks ↓
Total Size: 783.36 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: 768.38 GB
    • Received: 19.58 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.