Loading Tool

Explorer IconExplorer

Memory Pool

84,731 transactions
32.78 vMB
0.08402894 BTC
Random Selection Loading Transactions
Max Size: 194.20/200 MB

Candidate Block

Mining Attempt 46cb324c3f4adcce342d6e2b94437f5cb2bf133afd54a9163e1be323c0e5bd88
Version 20000000
Previous Block 000000000000000000006e53c1d269063e9b5743561e1feecf862e4f112c1fca
Merkle Root d17da6cccc368541275c877fbd80a25a9d1a6b837bb5ecf911fb3610f7be7ec8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,275
Size: 1.00 vMB
Total Fees: 0.01907138 BTC
Feerates: 120.64 > 1.91 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,949 (312,474 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
602,475 602,475 00000000000000000011ffc50604afad00b25d4057e9deb2713fed4f4dee1cca 1,592 1.00/1.00 vMB 32
602,474 602,474 000000000000000000118babcba12ba67dc479a0e7b608cedacb830f01dd40ea 2,581 1.00/1.00 vMB 35
602,473 602,473 0000000000000000001487fd96d8381e5b440b3b8a2e204ac394f51611a070ac 3,057 1.00/1.00 vMB 32
602,472 602,472 0000000000000000000c1a437b7c5ec6f23ba402519b686768e5ad0a5972d1b0 2,894 1.00/1.00 vMB 46
602,471 602,471 0000000000000000000989d6655cd543920f94eff6f13ab18e63716a69f34372 2,529 1.00/1.00 vMB 39
602,470 602,470 000000000000000000062ee18851c9fc067ae936b8463bb4684d546a21ffbca6 3,010 1.00/1.00 vMB 39
602,469 602,469 000000000000000000019b265b0cef5a1521791742e420e5074d9c1b27eb4e8b 2,998 1.00/1.00 vMB 57
602,468 602,468 00000000000000000001192c9633a06129ce626ac2b3a0b181dd91df9a5279ed 2,914 1.00/1.00 vMB 69
602,467 602,467 0000000000000000000600623216c3e8a5e85c37b374e2451b71791a9803fc7c 2,644 1.00/1.00 vMB 48
602,466 602,466 0000000000000000000241c32bfb6b20da3fab5190145cdc92e12c7501e5d775 2,778 1.00/1.00 vMB 81
602,465 602,465 0000000000000000001394cb1a40ad3f7787162b366fc68fe617ebc67855c9f4 1,711 1.00/1.00 vMB 30
602,464 602,464 00000000000000000006db4bf7e746f40f42bc76d3056def4063cb3a58d80b66 1,963 1.00/1.00 vMB 47
602,463 602,463 000000000000000000131226e4d1ac2c75fc6ad59b49e2aa6551ef9fa37b8eb2 2,252 1.00/1.00 vMB 54
602,462 602,462 0000000000000000000651666e52f5790110d56e75bcfe31e4ef3aef8eab6f70 3,258 1.00/1.00 vMB 54
602,461 602,461 0000000000000000000759de6ab39c2d8fb01e4481ba581761ddc1d50a57358d 2,409 1.00/1.00 vMB 72
602,460 602,460 0000000000000000000bdc7f1730527e4437440a2893f0b504cdd76c22f3e098 2,445 1.00/1.00 vMB 27
602,459 602,459 000000000000000000018209d1616ce77153d01d3a7986cdd993d6c1a5126ab7 1,550 1.00/1.00 vMB 34
602,458 602,458 000000000000000000003a3b4073aa1f155cb99705cc62d0d052bf318072bce4 2,841 1.00/1.00 vMB 44
602,457 602,457 0000000000000000000a4d88d1f17a800a898d9413a5fe3eeaa2192950c1b282 2,880 1.00/1.00 vMB 61
602,456 602,456 00000000000000000008cb596c25e48ce73f482cd54e069a525231a67df61ec1 2,682 1.00/1.00 vMB 33
602,455 602,455 00000000000000000004087a3af2be72f8816483c05f76fd793abfb79475d193 3,247 1.00/1.00 vMB 48
Previous 10 blocks ↓
Total Size: 782.30 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: 657.38 GB
    • Received: 14.54 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.