Loading Tool

Explorer IconExplorer

Memory Pool

78,460 transactions
29.41 vMB
0.06775988 BTC
Random Selection Loading Transactions
Max Size: 176.78/200 MB

Candidate Block

Mining Attempt 7ad99ba7c1f1c792b5aa8b7dc936e192bb3eecca4ff379a9399036d347317ed1
Version 20000000
Previous Block 00000000000000000000d6b594037b85fafa2931c04549f2477853c526e018d0
Merkle Root 58019e14bd6aa8f7d127a047039b5e9d1832dc14740358ab9df74f0ea84f1492
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,130
Size: 1.00 vMB
Total Fees: 0.00810086 BTC
Feerates: 150.93 > 0.81 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,997 (737,759 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
177,238 177,238 00000000000002fe196cfc39e4306bfcb1c2e9c1c04c2a8ec333ac1ddde2545e 61 0.02/1.00 vMB 18
177,237 177,237 0000000000000991b552345c712845a5ae798a9934a9e867755cf560504cb40f 36 0.02/1.00 vMB 259
177,236 177,236 000000000000057f5eb2f36833f8370bdccee704a3d2984e8df2a9284fb6110c 6 0.00/1.00 vMB 0
177,235 177,235 0000000000000a17ca00ee6181090d446b3f48544bc11683f153164dc2d1e5af 17 0.02/1.00 vMB 132
177,234 177,234 00000000000005bdd3009ca677e2ca45e6045fcd6ddc17f1edaecb8dc8db4b9c 38 0.02/1.00 vMB 73
177,233 177,233 000000000000033d13105d1845e7fe65dcb30c1c3a38c6755251939dc7d9e691 15 0.01/1.00 vMB 70
177,232 177,232 000000000000029867a837b637688fc538217af6e4ea6840682c7db33fda8197 10 0.00/1.00 vMB 79
177,231 177,231 00000000000000cbe04c4c4ce18d813d492f1cb828a0a981b6580ba782c8e7f1 8 0.01/1.00 vMB 23
177,230 177,230 00000000000006ad1d3e4c7d661cbfa5c75da9c3750a519d6f3ce69218d3c45d 21 0.01/1.00 vMB 277
177,229 177,229 000000000000027e08e0a31def78701b26d05fb09c32f22e06a1e26a798f25ae 42 0.03/1.00 vMB 213
177,228 177,228 00000000000008ca73b368f2c060a8652143dbecb4b8bd87463e3df986f264fe 16 0.01/1.00 vMB 76
177,227 177,227 000000000000089eace50a5eea4bb888cff363eb620873b4402e9c3188c25c61 35 0.02/1.00 vMB 74
177,226 177,226 0000000000000659528bddad5a9bfad64528c5e28d6634c82d3751180b99b5e0 51 0.02/1.00 vMB 263
177,225 177,225 00000000000007179a2ae5bf49107575b9bc97e836f3261e289bef29780ecf08 98 0.03/1.00 vMB 51
177,224 177,224 000000000000071d17de3d14e7a3844142cf16b91f7b843039eedf7c7b72e2c4 6 0.00/1.00 vMB 509
177,223 177,223 00000000000009ce5c4564b803bdc091bde242980f21cabfa7927619938a3f99 98 0.05/1.00 vMB 74
177,222 177,222 000000000000029293609f540c5e82ee970746dcaeb98156b14293fc8be1c610 14 0.00/1.00 vMB 861
177,221 177,221 00000000000002288bd6baec8a8cba006ebe3f5d987e13efebdb583a31bc4b15 81 0.04/1.00 vMB 59
177,220 177,220 00000000000008a7c42339dcefeb81c6c6344c9651b265f0b1ce3d629830a473 12 0.01/1.00 vMB 53
177,219 177,219 000000000000044252a6f6c9afac2695e8efeb50f47a37925b7c363e37b5e917 45 0.03/1.00 vMB 155
177,218 177,218 00000000000009f70d6e2e00c781d7d23108653b222c8b7da76b46ccca9fefe4 39 0.03/1.00 vMB 97
Previous 10 blocks ↓
Total Size: 782.39 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: 664.49 GB
    • Received: 14.99 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.