Loading Tool

Explorer IconExplorer

Memory Pool

36,345 transactions
29.01 vMB
0.10209176 BTC
Random Selection Loading Transactions
Max Size: 143.86/200 MB

Candidate Block

Mining Attempt f632ded6ff8ad25809d31cf9c02523688f6f143ccc62c940867576aa48976efa
Version 20000000
Previous Block 0000000000000000000060e6b42c519f1600280c1d56df8b872ca0d7bb109b20
Merkle Root 791b3778a242f7277be67e8324601fca05cdd4e3a122ce81f171050b974b8f88
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,038
Size: 1.00 vMB
Total Fees: 0.04029562 BTC
Feerates: 194.93 > 4.04 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,506 (857,763 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
56,743 56,743 000000000cdd4139c0c284b0eb82939766170cd2591b1fcaf7f9bbc5a1d0c2ce 1 0.00/1.00 vMB 0
56,742 56,742 000000000d27a3f7f5a5d25b91a65a605d1df91a61dfe38f596a572bc88d9e47 1 0.00/1.00 vMB 0
56,741 56,741 00000000106d1199b4658210a651645f8850c5020137652fe465e7a72907e84c 1 0.00/1.00 vMB 0
56,740 56,740 000000000b9f3287dbd13423518d52e5561ded1c000c8b9b939a235601cf7115 1 0.00/1.00 vMB 0
56,739 56,739 0000000014c0fec9f70d288cb6c03326b5033bc903c76cc410ec5be257bf4edb 1 0.00/1.00 vMB 0
56,738 56,738 00000000054bfd35ff890258e247f112f43049cea00eb0ccdc3dd1168c8c8ce2 1 0.00/1.00 vMB 0
56,737 56,737 0000000012fa934cc102b893e6d572902f949a2d5c6f5aa1a52d38cb645d2ed5 1 0.00/1.00 vMB 0
56,736 56,736 00000000091bb1c7e8f911aabdf9cbc50cccfb93964e31b2c1c1a399ea1972c1 2 0.00/1.00 vMB 0
56,735 56,735 000000000012e056299fd95a270df7396bde2b61c865d22733c9b1bdd9fa70a9 4 0.00/1.00 vMB 0
56,734 56,734 0000000010fbc010ae687348043a1661a58fb95a6b0990c106e5763d8b631ee1 1 0.00/1.00 vMB 0
56,733 56,733 0000000007098d0498ff369911bc962c79f784e68701a50257d1d5d7fe071d05 4 0.00/1.00 vMB 0
56,732 56,732 000000000317f54b707fdb1c1a58ca73d345070203e18191311267b604d2a5da 1 0.00/1.00 vMB 0
56,731 56,731 000000000efb6d9c8d5443da37f784c00826ab494fe705fdff0b185cb95e8809 1 0.00/1.00 vMB 0
56,730 56,730 0000000011d3660e5c1e44c25279f27cc6227c48e0c132253005625cf4c8e702 1 0.00/1.00 vMB 0
56,729 56,729 00000000062675424eafd7dabda6cf1b55bb39244d0717cf019f11f1945abf27 1 0.00/1.00 vMB 0
56,728 56,728 0000000001f3393470878bd1ab6dd0d68cfbd6a55d5af1d1cb0cad74c2a4dd12 1 0.00/1.00 vMB 0
56,727 56,727 0000000007862f5df5f853db90cade92dc5982c8171c1d5ca4b0affea04fbb54 1 0.00/1.00 vMB 0
56,726 56,726 0000000005014a0d793ea86b55ae3d466fef815f9d0637c7c029393f0eff3591 2 0.00/1.00 vMB 0
56,725 56,725 0000000006c284b8e3329464b995013fbd2710b5f68a5007149d9c31e4b25d40 1 0.00/1.00 vMB 0
56,724 56,724 000000000e737d777796c0eb981e479b98678356d6f250d5c5854a6c09d07a7b 1 0.00/1.00 vMB 0
56,723 56,723 0000000007db64fd5b0dd9dc84f49cc6126d976a5137c290210f80774ec6e8fa 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.51 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: 612.64 GB
    • Received: 11.03 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.