Loading Tool

Explorer IconExplorer

Memory Pool

85,515 transactions
22.72 vMB
0.06659824 BTC
Random Selection Loading Transactions
Max Size: 154.17/200 MB

Candidate Block

Mining Attempt d6c56258fa50a69461956529edd50fab678a7e202f49ae353494a2e3acc87367
Version 20000000
Previous Block 00000000000000000000860ac8db753f278bde63063e7757c14c7a52f8a20008
Merkle Root e86ef3b1cffa50363ec5cd8e43d3f78dc09a0c8bffcd0b5798e5f831fb03d739
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 5,166
Size: 1.00 vMB
Total Fees: 0.01602179 BTC
Feerates: 147.96 > 1.61 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,894 (895,332 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
20,562 20,562 0000000003ee6a650f6d081d817a4bff23bc15300aba48d2b4dbcb8dd32f689a 1 0.00/1.00 vMB 0
20,561 20,561 000000009d7bb24974fd60fd3a9bd6f874725250efaf6d0158f5db3c72cd8ba2 1 0.00/1.00 vMB 0
20,560 20,560 000000002032558bdc6b8c3cd35f86281b9d94731313352d1b2e9f36fcf46dda 1 0.00/1.00 vMB 0
20,559 20,559 0000000060be34f69e5995791f56df522d2e2b5a5620f403ab13f075589c9b88 1 0.00/1.00 vMB 0
20,558 20,558 00000000783f397d69780dbfe249bfb2dc90c3888a773174ace8d51212bf84f6 1 0.00/1.00 vMB 0
20,557 20,557 00000000662b0175631f3ef3278e2bf90bfe3ffb908918390a7c74ecf5fedf34 1 0.00/1.00 vMB 0
20,556 20,556 000000000557230e09520feafdf4112737b86e9775333174fa29d111ecdb733e 1 0.00/1.00 vMB 0
20,555 20,555 00000000fcf8947f35c0f95ac55ca893a9b290a7737305e4c902435290e5a398 1 0.00/1.00 vMB 0
20,554 20,554 000000006f83bc5060807bad71f6a8d9e85153a887c23ee632c1f57fcb80c281 1 0.00/1.00 vMB 0
20,553 20,553 00000000a5a401e14e2902474b8efcbfcfc0027022cc8749a0162c0457e82b87 1 0.00/1.00 vMB 0
20,552 20,552 000000004863e7fea2448a4c12340ba9cc7754e88e4f369f3d9b0946f64957ba 1 0.00/1.00 vMB 0
20,551 20,551 00000000c86721955c4ae385925275cb771827b201638cbcf6cbb0b6f18e6549 1 0.00/1.00 vMB 0
20,550 20,550 000000001e2b536707eae88707092794963e2bd48b3e94bd0d2ded7adda8205c 1 0.00/1.00 vMB 0
20,549 20,549 00000000b5127fed24e64e977ff9d9571a678d72f70602a437473cbdb14ad9c1 1 0.00/1.00 vMB 0
20,548 20,548 000000005b6e46f346134566c21231ca442d84ba1f4a6883b5832df487610595 1 0.00/1.00 vMB 0
20,547 20,547 000000005e370a1cf4b33cf7c32031474adc7a8f0cd96fa814c915827b4c1e3c 1 0.00/1.00 vMB 0
20,546 20,546 00000000b8071a3aa572030d304a835a8bb0d5e62032fbaf8ba3b4da558460c1 1 0.00/1.00 vMB 0
20,545 20,545 000000002f5c82091d574b40411d21b305d9d1abb4ad17453de76d30b589e89e 1 0.00/1.00 vMB 0
20,544 20,544 00000000d3bbecefbf47f150fe867c76c09506e6429856e2cf0053e9b6afee88 1 0.00/1.00 vMB 0
20,543 20,543 0000000003c1d8567f213e687be06591e37ca1f123e938f3aec064578e5973bf 1 0.00/1.00 vMB 0
20,542 20,542 000000003adc9e917a8ad242d3825d621cbe05701fb97131b30929509e899107 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.92 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: 797.15 GB
    • Received: 22.27 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.