Loading Tool

Explorer IconExplorer

Memory Pool

49,511 transactions
29.79 vMB
0.22104026 BTC
Random Selection Loading Transactions
Max Size: 156.49/200 MB

Candidate Block

Mining Attempt c9e32d3238869e180c7145a5d1ec06e7f95c94e051e2629411529e1fab6cb499
Version 20000000
Previous Block 000000000000000000010632e62ac54a943f30bde5587337bc0da0324a5b3c27
Merkle Root 1dd835254fa38e7d7ad370a05118aa7c65d99e517984d2d5e7f2e6a995aaa73b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,003
Size: 1.00 vMB
Total Fees: 0.08451281 BTC
Feerates: 150.67 > 8.47 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,707 (200,156 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
714,551 714,551 00000000000000000004b21fb01e4c627756355dc69f35bfe56be0458c519b98 2,203 1.00/1.00 vMB 6
714,550 714,550 000000000000000000026c39fbd72c2f811547728a331897854e09668cdae2c4 2,740 1.00/1.00 vMB 12
714,549 714,549 0000000000000000000b88b24862f5df678ea14a7e9a395a33d0f1175c5003cf 3,571 1.00/1.00 vMB 20
714,548 714,548 000000000000000000030f6d90f0ccaf30f5cc821022f6ec346da7f81afc76f3 2,057 1.00/1.00 vMB 15
714,547 714,547 00000000000000000004c58a6aec32ac848a73cac0a1dd4cb56bed7242c6f20a 657 1.00/1.00 vMB 6
714,546 714,546 00000000000000000009d964cc2beba0a60b2d070b9acbecd1635a09603f2d64 806 1.00/1.00 vMB 7
714,545 714,545 00000000000000000001eb2f76cadbfddc24efc6413bbdfe631b4b69152e3e21 488 1.00/1.00 vMB 5
714,544 714,544 000000000000000000011280ba082ab389baa5b3d6deef93c4f8df45142e3d39 3,449 1.00/1.00 vMB 16
714,543 714,543 00000000000000000003d699b60718c8b95b6d75e666ee21b299d7cbe577ba3d 1,241 1.00/1.00 vMB 8
714,542 714,542 00000000000000000003bb1edc62d1d4930dfed04da60a305d70298051f9cf1c 281 1.00/1.00 vMB 5
714,541 714,541 00000000000000000003e8f1e121217b030bd878314c5e799aff4eca84238576 1,265 1.00/1.00 vMB 5
714,540 714,540 0000000000000000000a86413c974d963596f4a2826866b1975549c83b2082d2 1,865 1.00/1.00 vMB 12
714,539 714,539 00000000000000000006b7d1df7726acca4a3ba1a4dd62a12cf19b8d125fbb77 2,509 1.00/1.00 vMB 9
714,538 714,538 0000000000000000000b343d60f38676a39005a507aa35cae5c183e27d828b52 2,234 1.00/1.00 vMB 13
714,537 714,537 00000000000000000001d615fee47f259b52f2b2f3de2e8bc6c063c56db71be9 2,491 1.00/1.00 vMB 9
714,536 714,536 000000000000000000029ea5945f94dcabb9712d7e0cc2bd38e87fd44fc3da7b 2,239 1.00/1.00 vMB 12
714,535 714,535 00000000000000000006f9aea38b94d3fa66e90ccc0da93d34fa1de6c26494b4 3,226 1.00/1.00 vMB 20
714,534 714,534 000000000000000000032e2a9bc020ddd7d1bf8ed4cddc45bf6381b6bb92b6ec 464 1.00/1.00 vMB 6
714,533 714,533 00000000000000000001c4da318e98e6f22a8e200f83b14c988c671aaa125b0f 1,841 1.00/1.00 vMB 10
714,532 714,532 000000000000000000072a059b5d9ef77d5d7ec1a5fb4b3290cc23d7177e96ed 843 1.00/1.00 vMB 7
714,531 714,531 00000000000000000006efccab9e981a89a08cea44635c57ab3a96d50b039842 1,643 1.00/1.00 vMB 9
Previous 10 blocks ↓
Total Size: 781.87 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: 644.98 GB
    • Received: 12.63 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.