Loading Tool

Explorer IconExplorer

Memory Pool

25,865 transactions
26.72 vMB
0.05645160 BTC
Random Selection Loading Transactions
Max Size: 128.10/200 MB

Candidate Block

Mining Attempt de4b45c65826a352ce913841517ab2e9fd03af8060b0c6f85eb9dacdeacacc58
Version 20000000
Previous Block 00000000000000000001f153be8400a938169c22122f44526eb6818272e825e6
Merkle Root 51b56f0b5b1707c6f341341d710fd49c87cea4b7f9a028385cfd3cac34734eaf
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,307
Size: 1.00 vMB
Total Fees: 0.00643163 BTC
Feerates: 79.73 > 0.64 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,496 (857,761 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
56,722 56,722 000000001220a1dc1996f47d65ac5d39e640c6b587bd055794eeb4a130a5beb6 1 0.00/1.00 vMB 0
56,721 56,721 00000000005eab005b2e4c12cf77c5802dd4949d394f2d804c41407178dd53d0 1 0.00/1.00 vMB 0
56,720 56,720 000000001238ef78628e3ac908f4104d43e738718de5b0c5968cef6ecc1c6c04 1 0.00/1.00 vMB 0
56,719 56,719 0000000004a53d9177e0f29a4698ebc7c9e714f268ee31a7681b4587ab104507 1 0.00/1.00 vMB 0
56,718 56,718 00000000002434f164ce1974a45093ca3967063f6a689d620168f72d872f0518 1 0.00/1.00 vMB 0
56,717 56,717 00000000119f7cc9f742fa85baa522a8e22a41bd7585a31600e25fb6791c7702 1 0.00/1.00 vMB 0
56,716 56,716 000000000debf78c8e537c4b5a83576e1f5531c2b90cc505a0bb4438f57c03fe 1 0.00/1.00 vMB 0
56,715 56,715 000000000fc514233fa01b09c49af2047f2d4e2d509d8ff0ec355e022c4a4122 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.49 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: 611.94 GB
    • Received: 10.93 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.