Loading Tool

Explorer IconExplorer

Memory Pool

80,455 transactions
29.79 vMB
0.07474686 BTC
Random Selection Loading Transactions
Max Size: 179.54/200 MB

Candidate Block

Mining Attempt bd42cbab1fb2f771cd3027e5d2fc6e070c18f7d51cfea9c1a4eee777cb64b558
Version 20000000
Previous Block 0000000000000000000115431274d076f8aa22965479bdc44a0f8d6a1664cabe
Merkle Root 58715124267164d3e333dde024d90cef96113c4162a181429e772d81c6cdf1de
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,480
Size: 1.00 vMB
Total Fees: 0.01406561 BTC
Feerates: 147.04 > 1.41 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,983 (187,787 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
727,196 727,196 00000000000000000002d79dc9b2038bd2b8262b291dd1b6240615889927d557 2,458 1.00/1.00 vMB 7
727,195 727,195 00000000000000000004d5df8dcfaf4dd65889e103582f893f3c8556722444fc 3,310 1.00/1.00 vMB 3
727,194 727,194 000000000000000000093315cde352c7c625ca5793d8a597b326229393a9c3d7 2,348 1.00/1.00 vMB 9
727,193 727,193 000000000000000000000585cf11d2a6cac9fa9afc054e5a8d081ddb136052f0 3,163 1.00/1.00 vMB 11
727,192 727,192 000000000000000000098c09033e2cd40ee527e0c7101bf1b60e5a0a903ddaab 2,995 1.00/1.00 vMB 12
727,191 727,191 00000000000000000002fcf7433f59165c71d477c68d5e23eb566972009875b2 2,231 1.00/1.00 vMB 8
727,190 727,190 000000000000000000061b04606e61d32082551a5d49280167c91a3f1d1bc6b8 551 0.95/1.00 vMB 1
727,189 727,189 000000000000000000030ac34a36a6fb65f2c91c70f5f0be88eb3715d7bbc2f3 1,776 1.00/1.00 vMB 4
727,188 727,188 0000000000000000000382c17fe896bc697471eb2d8ef03735b1b1db144284a1 1,683 1.00/1.00 vMB 3
727,187 727,187 000000000000000000037f2776d030bfd4b90ea8395882edb3acccd79fa69fbf 3,100 1.00/1.00 vMB 9
727,186 727,186 00000000000000000006951c6ba3a778289a554c7e6c648438b4aa613d61ee5f 2,073 1.00/1.00 vMB 2
727,185 727,185 00000000000000000005e98c11f8bb7a1de039b484efd33400d9b6e2836125c7 2,911 1.00/1.00 vMB 9
727,184 727,184 0000000000000000000814830fb73e32a94602c3f23021af0af4cd7fc06eadeb 2,229 1.00/1.00 vMB 3
727,183 727,183 0000000000000000000171436cb9f17ff3f1c75ecff63c6c39ceed3dcba52822 2,911 1.00/1.00 vMB 10
727,182 727,182 000000000000000000016d44340806bdc9e7e4d74f4854ffb9b2a41cc5e98ea0 2,115 1.00/1.00 vMB 8
727,181 727,181 00000000000000000000e5633df8c7161384fb296f21ebe9ce5fe2898c05dc0a 2,697 1.00/1.00 vMB 14
727,180 727,180 000000000000000000029e2ce41a39040ed54fcbd07c2cb43b60d7838a27d185 1,018 0.48/1.00 vMB 6
727,179 727,179 00000000000000000009ce3a714a7b12d4f847718d33a3f2afbd1ebead642a44 2,351 1.00/1.00 vMB 5
727,178 727,178 00000000000000000005c2b21514ac6f1b15687d56dd64e1e521ce62434f681b 1,993 1.00/1.00 vMB 5
727,177 727,177 00000000000000000006586cf32657d06221e1290dd51490e8e3ba30d4eee6f8 2,992 1.00/1.00 vMB 6
727,176 727,176 00000000000000000001fb8f8c0569d961c8aa0b6becf864e7c865b26efb0635 2,890 1.00/1.00 vMB 11
Previous 10 blocks ↓
Total Size: 782.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: 662.89 GB
    • Received: 14.88 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.