Loading Tool

Explorer IconExplorer

Memory Pool

42,245 transactions
26.01 vMB
0.05067390 BTC
Random Selection Loading Transactions
Max Size: 136.61/200 MB

Candidate Block

Mining Attempt 1eb24f2759547df5404b6958463c94a1ecf5b064919730f400623464b3157aac
Version 20000000
Previous Block 00000000000000000000e26c69d66b4d957ffcc15202e94d7da28d89cb2bd653
Merkle Root 6b69724ab166ac61878a4cc2dfe9e3bea1f170a83302854a79957b3e0bbf0125
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,593
Size: 1.00 vMB
Total Fees: 0.00339682 BTC
Feerates: 40.21 > 0.34 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,744 (358,182 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
556,562 556,562 0000000000000000000e744843e61d2aca6e9539756a8f7341ff939f4f7da7d9 1,607 1.00/1.00 vMB 6
556,561 556,561 000000000000000000256a7e0a5af9c7a738b10edd90c4fb2652e92a89d43268 1,285 0.51/1.00 vMB 10
556,560 556,560 0000000000000000002660588e32397a05f3bcc7319d5517d023a44a46e5958f 1,457 0.97/1.00 vMB 3
556,559 556,559 0000000000000000002b438e7f710ddf99c5ea9007246b7b78fc9e70423497a4 3,089 1.00/1.00 vMB 9
556,558 556,558 00000000000000000013c3e4478c14c2328ee41f0279632c5fa91d06bf4de18a 781 0.60/1.00 vMB 3
556,557 556,557 0000000000000000001c2e7ebb30fed735a6ab1f2242170d2b2cc06b35980764 3,340 1.00/1.00 vMB 2
556,556 556,556 00000000000000000029ebf39111f2381198780ffb472d3f5fe57289644640c7 2,748 1.00/1.00 vMB 19
556,555 556,555 00000000000000000031d68dc654e239da5fa6e55c6e9a819640c04b28bc27dc 1,725 0.69/1.00 vMB 11
556,554 556,554 00000000000000000001240aa8b6e74694cfe051999c90681aded4fee0bdbf63 1 0.00/1.00 vMB 0
556,553 556,553 000000000000000000310bd3d9b3c47de2d1583bca1a949b2886ddd758766f6a 1,750 0.81/1.00 vMB 8
556,552 556,552 0000000000000000000cab05bf2eb66eace432f0db4f71c756935702d4101299 322 0.13/1.00 vMB 11
556,551 556,551 00000000000000000007a493b27ea8a759f092a516e83e8941d4ffd588075ec2 545 0.21/1.00 vMB 7
556,550 556,550 000000000000000000104448ed2fea81f2b19b28adcc94d13443215be7c2d1db 1,947 0.90/1.00 vMB 9
556,549 556,549 000000000000000000088cace883e9a3bcda978c7c8af5b315db84ffcc2f722d 1,950 1.00/1.00 vMB 6
556,548 556,548 0000000000000000001e7c3c799e6e1d50495b5cb3f9cfae14e0fddd752a7f80 2,905 1.00/1.00 vMB 14
556,547 556,547 0000000000000000002a8c698218e3b037505abf6232f423bdd7b3fd2d46d09b 102 0.03/1.00 vMB 11
556,546 556,546 0000000000000000000b8ffbe801ef049fc29ad52cc39c250422b12f8bff19f4 1,780 0.80/1.00 vMB 7
556,545 556,545 0000000000000000002fcadf0373ad9b0eed2b8a5b1de4521447dd7f8faa8409 136 0.05/1.00 vMB 7
556,544 556,544 000000000000000000003e1cacbb45e2ec4254a2b828f4e784870146bb8902bf 414 0.47/1.00 vMB 2
556,543 556,543 0000000000000000000374d9dd6131de10730bebfe10bbe96e1cb7ba0c465afa 3,083 1.00/1.00 vMB 15
556,542 556,542 0000000000000000000d7fe39769ce1a4f4e6f89f706c1609cbc60105fcceb2f 1,596 0.94/1.00 vMB 7
Previous 10 blocks ↓
Total Size: 781.93 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: 646.49 GB
    • Received: 12.86 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.