Loading Tool

Explorer IconExplorer

Memory Pool

85,156 transactions
31.72 vMB
0.11458649 BTC
Random Selection Loading Transactions
Max Size: 194.50/200 MB

Candidate Block

Mining Attempt 3786da788c8596116e377b40e470e4d3791ac79f00f29e5e8c2389a745400aa0
Version 20000000
Previous Block 00000000000000000000706fcfe7a9734f1d47cf37155217b27383e08f75eaea
Merkle Root 682df7244cb24258d161dcad97d2f4bfb90e0ba26cf2d9bb98c5476fbc6bb87d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,971
Size: 1.00 vMB
Total Fees: 0.03965122 BTC
Feerates: 301.57 > 3.97 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,224 (91,932 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
823,292 823,292 00000000000000000001d2ec4340f0246650c7f383293de24203d5d53e105b0e 3,354 1.00/1.00 vMB 240
823,291 823,291 0000000000000000000236c0c37e795a8ce2ccc785197a2b272acb4f03f428ab 4,231 1.00/1.00 vMB 141
823,290 823,290 000000000000000000011b6b288d5b61b4b0036f040e37aa41300a20b0db39fb 2,996 1.00/1.00 vMB 208
823,289 823,289 00000000000000000003527d1234eaf8f68c7a20f6828f4e2f181d71ca0e5cfd 3,423 1.00/1.00 vMB 190
823,288 823,288 00000000000000000003cb20fc43bf96aca61fe62cf84af74b6f4ea863975beb 3,411 1.00/1.00 vMB 207
823,287 823,287 0000000000000000000382dd93aba8bd6ef45839ae5417f5d7c53885fc89200b 3,014 1.00/1.00 vMB 215
823,286 823,286 0000000000000000000397759a23b3454cfb92c39368625ef2a3ff57199c814e 2,566 1.00/1.00 vMB 334
823,285 823,285 00000000000000000000da8bacc152a5c084809de66bed20f60fa55d7e947c96 3,853 1.00/1.00 vMB 198
823,284 823,284 0000000000000000000253e4e49a8df17b25fdbbd669247870ead70353b17581 4,000 1.00/1.00 vMB 264
823,283 823,283 000000000000000000002f80fa39b5d2cc29640585daf1b3e61343b1e990da08 4,302 1.00/1.00 vMB 247
823,282 823,282 00000000000000000003709a571b8a97d3eadc13ead7087b549891ce2ee780f7 3,195 1.00/1.00 vMB 309
823,281 823,281 0000000000000000000062f3175ec0afcca5def20bd3b9287695b7f790f9aca0 3,260 1.00/1.00 vMB 267
823,280 823,280 00000000000000000002e58e65024ca0eb6a5add3cfa49f55a5b30bcda8cee64 3,052 1.00/1.00 vMB 118
823,279 823,279 00000000000000000001d9b7a8372483a1bb9b1452535f869c479963e387eedd 3,609 1.00/1.00 vMB 177
823,278 823,278 0000000000000000000149a6cf1a0d6b3fc83c6acc3b00b35eca9aebed30eb15 3,731 1.00/1.00 vMB 240
823,277 823,277 0000000000000000000395aeeaf7d78c008a4d6c05b32b317db88ceea7ae4955 4,089 1.00/1.00 vMB 138
823,276 823,276 0000000000000000000274855c2cf08c9d7ac34f4f6d88335890e8e9efd9c524 3,482 1.00/1.00 vMB 162
823,275 823,275 0000000000000000000210486bcef056d7f55f1351de3bdc13f0b86452583855 2,963 1.00/1.00 vMB 262
823,274 823,274 0000000000000000000262dd6fef3e9e72161962d37d15da71cf3da3c2bf07cb 3,054 1.00/1.00 vMB 109
823,273 823,273 00000000000000000002fd1ae618173e8630d274ec988ed4722b2d3799e3cb47 2,768 1.00/1.00 vMB 149
823,272 823,272 00000000000000000003beacaa7d3e884842d606e6808d9eb108872d5b7577e8 3,582 1.00/1.00 vMB 162
Previous 10 blocks ↓
Total Size: 782.78 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: 709.60 GB
    • Received: 16.93 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.