Loading Tool

Explorer IconExplorer

Memory Pool

42,949 transactions
32.88 vMB
0.11480658 BTC
Random Selection Loading Transactions
Max Size: 164.77/200 MB

Candidate Block

Mining Attempt db71700265c2d94736fff23e2919c496c50c6bfddd16b5cca04a82b0f9ba202c
Version 20000000
Previous Block 00000000000000000001595202201a033a315ea0d02063180f6cd28b26bced43
Merkle Root edd36e368edaca8081b54fd5dce47b35223913cc605850d0a9f26c7db3c27da6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,911
Size: 1.00 vMB
Total Fees: 0.04158261 BTC
Feerates: 502.67 > 4.17 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,342 (862,174 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
52,168 52,168 0000000007c5ecf8494a261a5234c443b8046d5f9f9717e4552851a61023ac72 1 0.00/1.00 vMB 0
52,167 52,167 000000000760c2585d878f43f995a7e12b1de6fa80bafec0b46fa188c597fed7 1 0.00/1.00 vMB 0
52,166 52,166 000000001a2f167e9c63a04955e641ac0b83c62f8adbd50451778f779a181650 1 0.00/1.00 vMB 0
52,165 52,165 000000000e88ae0915eb87c6f4fc2cce1c3a42f5e92244f35fb0fd4773becb72 1 0.00/1.00 vMB 0
52,164 52,164 000000000bfc89d5c4c56c51c0c306733b8db33561dadeaf2e4f48c35293a1f6 1 0.00/1.00 vMB 0
52,163 52,163 000000000aaa6f4bb5ac02022210d9e53ce4e51828db4371be0d8587dcd4c958 3 0.00/1.00 vMB 0
52,162 52,162 000000000eb15bfbea78fd6dfe11b948acc3954df92e0fab6b9213f7764c96e0 1 0.00/1.00 vMB 0
52,161 52,161 000000001a9a144adcb0c608e5f605b7101d29d5ee7a49250e9738aee2b04d79 1 0.00/1.00 vMB 0
52,160 52,160 000000000669cca8257983913207582761705d8e39909ed93bfc6e22ae47f277 1 0.00/1.00 vMB 0
52,159 52,159 000000000fc52997be9246b014d765656edb35a0fc28d0e339c75e2fc6d37c9f 1 0.00/1.00 vMB 0
52,158 52,158 000000001c2a270c7294d624f7d8baef7fc3b8791ea01624043d39d349f00432 2 0.00/1.00 vMB 0
52,157 52,157 000000001a89a8d1bb6a1dba26d02ca759166394f21ce51eee5f267e210a4358 1 0.00/1.00 vMB 0
52,156 52,156 0000000015154e4eefefb4ac88a6ee1fee46e262d61527be378d0154e1fd15c3 2 0.00/1.00 vMB 0
52,155 52,155 000000001d1803a4c81050316ad8e12c704545e09d41444c0a4078d5e3f35294 2 0.00/1.00 vMB 0
52,154 52,154 0000000010b39448463b134e03aa511b47fafbea3a8d2ce3d2002536789a5629 1 0.00/1.00 vMB 0
52,153 52,153 000000000530c2bf58fd0a9025f45feb3d6063468c50f729657558e312c1b6a8 1 0.00/1.00 vMB 0
52,152 52,152 00000000021da48dd82f510c40e4ee4ba0bdeb716a501f37163b5a050853f0b4 1 0.00/1.00 vMB 0
52,151 52,151 00000000131c4e5a976f94399b1bfe096d9dcff0d11dfc39f87f074b59679e04 1 0.00/1.00 vMB 0
52,150 52,150 00000000180ae863d873a9e7235847c4e13b83a01c5edc72d7557f9b98f6fb83 1 0.00/1.00 vMB 0
52,149 52,149 000000001e1f9a2b77083b44f7db07444c58cc6633236bcebbbb232112f13e1c 2 0.00/1.00 vMB 0
52,148 52,148 000000000f78e4ec89b9bf9d30f4991224cacd8f6f6108cbedc0cd23f96899af 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.21 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 586.63 GB
    • Received: 9.47 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.