Loading Tool

Explorer IconExplorer

Memory Pool

41,575 transactions
25.98 vMB
0.05618339 BTC
Random Selection Loading Transactions
Max Size: 135.95/200 MB

Candidate Block

Mining Attempt 7a5775d402989d41b65d13df70c9db462c0bc03aec20cf8892c6d7b5ce84c9b8
Version 20000000
Previous Block 00000000000000000000b5b2d45e6886bb0157eb70677ea9d4555802ee085a1f
Merkle Root d02cb6ee1a4223e00d44b176e7b82eabc6a7ff9711d55574bdcd912738ce78d0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,162
Size: 1.00 vMB
Total Fees: 0.00901663 BTC
Feerates: 100.00 > 0.90 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,732 (142,359 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
772,373 772,373 00000000000000000002f8181629023b6c5ab5c0703c17f48c770302cb71d8fa 3,052 1.00/1.00 vMB 7
772,372 772,372 00000000000000000002813608ab8c1396eea514c04a1da96cb59d94b4c14a4b 2,057 1.00/1.00 vMB 13
772,371 772,371 00000000000000000006b17333033f780e4fcd3c7e9de0afc589a657e5344990 1,231 0.44/1.00 vMB 8
772,370 772,370 00000000000000000006966fe37566905177f7d1135469ed2c7edfdacee4bd49 459 0.16/1.00 vMB 11
772,369 772,369 000000000000000000022c4a565ba308da40a2b2ddafbdadb3e810bf5deedbba 1,457 0.63/1.00 vMB 8
772,368 772,368 000000000000000000071f453df0427aa634ae4481b25dcdf4a0448ed507eeee 112 0.05/1.00 vMB 11
772,367 772,367 00000000000000000003c16b2eea39c1a5bf819f559b90e641a0ba36d83faaeb 796 0.31/1.00 vMB 9
772,366 772,366 00000000000000000006c0994f57a2122afbd591db731698261f52281439b350 1,729 0.74/1.00 vMB 9
772,365 772,365 0000000000000000000089fea1fe5b458f521c3999a85b89c1d438fbe6cc974f 1,016 0.85/1.00 vMB 2
772,364 772,364 00000000000000000001210c342d3c470d87bb2e56682d7cab97d17f1204d861 2,564 1.00/1.00 vMB 12
772,363 772,363 00000000000000000003fa0806bcb4ecf029648b34998735e82f3245f23f2300 2,726 0.78/1.00 vMB 11
772,362 772,362 00000000000000000002ae8379c315c673c3b77b8623d1c1432071c7d60f9c25 1,877 0.66/1.00 vMB 7
772,361 772,361 00000000000000000004f3eb4ccbf8317e7e36b416156e53928b0cbccb25ed49 2,949 1.00/1.00 vMB 2
772,360 772,360 00000000000000000005439befc7de341a2fe94e997f27464f0bada060a364d8 2,563 1.00/1.00 vMB 10
772,359 772,359 00000000000000000007525ef1c86cf689f00245f3c2169ebf8f0cce3ea6a7da 986 1.00/1.00 vMB 5
772,358 772,358 00000000000000000007326bcc6073e2d4edd0afc3994e7a41e4f9e7b7c1e63e 2,677 1.00/1.00 vMB 11
772,357 772,357 00000000000000000001135529c7d8b5850208ea143d8f5b46c612c8c53359cd 3,359 1.00/1.00 vMB 8
772,356 772,356 00000000000000000004b24ec1844a0c77e5fa18f10bf171d39805a4c270095e 2,660 1.00/1.00 vMB 23
772,355 772,355 00000000000000000004d093649c38d4d36a8db4a303db3d13aa8e4c695bb92d 2,368 0.88/1.00 vMB 8
772,354 772,354 00000000000000000001bb07d01cff6a15270eb86138d64c8d33a011569ff98d 15 0.00/1.00 vMB 8
772,353 772,353 000000000000000000034f08d2ddd802f78106e70bd0c814b6ffe198467b665a 204 0.09/1.00 vMB 7
Previous 10 blocks ↓
Total Size: 781.92 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 646.03 GB
    • Received: 12.80 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.