Loading Tool

Explorer IconExplorer

Memory Pool

78,109 transactions
30.09 vMB
0.11461459 BTC
Random Selection Loading Transactions
Max Size: 179.73/200 MB

Candidate Block

Mining Attempt c751db8474d68ac78909670f6468c17fff3eb4f207a631b3c1fcc7c0e4deb1d3
Version 20000000
Previous Block 00000000000000000000709f2cd07f7bf3bc6a381136414fb4c7737559e2618e
Merkle Root 0eb4c94d20f1ed3142ecad9a1bf5894ade3ba8d027ddfccf4a58351b04c3e95d
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,639
Size: 1.00 vMB
Total Fees: 0.02839592 BTC
Feerates: 107.93 > 2.85 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,274 (508,392 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
406,882 406,882 0000000000000000041c84e288ce36d1f51f27fba62a1b0c36b51eb76527654d 1,151 0.92/1.00 vMB 29
406,881 406,881 000000000000000003ba52d8ddee357f2cefc08ac6c3042c08f30f2ed77081d7 2,514 1.00/1.00 vMB 48
406,880 406,880 000000000000000002ff8793132cd945815306c606121a09d62acdb2ea5f9e88 1,280 0.69/1.00 vMB 33
406,879 406,879 0000000000000000017e84a1133f68cd0aab8a2fc2d88d391f4936a3cc4a10d4 2,119 1.00/1.00 vMB 44
406,878 406,878 0000000000000000043caec5072df7b424e5d720d12ff78f95a4ac772bbc0718 493 0.25/1.00 vMB 36
406,877 406,877 000000000000000001ebd6583449a992d10dee47715333df5e143d109c9d3414 1,481 1.00/1.00 vMB 28
406,876 406,876 000000000000000003ef71d5d99c943ab94fe045bcd4b92c9c16a44fe8944b29 1,808 0.97/1.00 vMB 31
406,875 406,875 00000000000000000214fdcd01b467211c246ff1f3b2365095ce910342b08186 1,173 0.52/1.00 vMB 43
406,874 406,874 0000000000000000001b100f621f7f54d534d515db6280ecdf2c1ba16c0739e7 685 0.33/1.00 vMB 40
406,873 406,873 000000000000000004b729064405c302ef16eff7fcbc264712e556edae6332a6 2,129 0.98/1.00 vMB 44
406,872 406,872 0000000000000000044081f5f680917dede9cad37d9b4a91025f4b64bda9ce83 693 0.31/1.00 vMB 50
406,871 406,871 00000000000000000157c364c65905c06129c283d2a2d92607e7c4c5fc1f467c 1,106 0.44/1.00 vMB 43
406,870 406,870 000000000000000000de4027d0da9efa1d6d78e192cfd67fe1892f8ccae91d3f 1,275 0.55/1.00 vMB 43
406,869 406,869 0000000000000000006b8d1a6f6c708ec4b3e60a28023834b9f251f771fd9ddb 556 0.31/1.00 vMB 49
406,868 406,868 00000000000000000553ff7eef4e4db033dca4f7fe253e49e37f4936c46fa998 1,459 0.69/1.00 vMB 47
406,867 406,867 000000000000000000b71368138a0c3471f4b28df3329bf27412174c7bfd6433 1,215 1.00/1.00 vMB 23
406,866 406,866 00000000000000000380130b077176e4a5f5b1bbaabc9b0e030046080e8841b9 2,937 1.00/1.00 vMB 62
406,865 406,865 00000000000000000493b5bd9764f5f73005c02487b2c7b0ba556d69477c1b93 1,278 1.00/1.00 vMB 34
406,864 406,864 000000000000000003ed835d050bec6553037bb4e911cd917f59ed94ad8e1d1b 1,219 1.00/1.00 vMB 22
406,863 406,863 0000000000000000007afa19a940128e8685b386821fa4c9f588d6977c7c0a22 2,658 1.00/1.00 vMB 50
406,862 406,862 000000000000000000e19d38b7c596c8df268f177a839eb67b23630bf141fff1 3,190 1.00/1.00 vMB 63
Previous 10 blocks ↓
Total Size: 782.87 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: 713.07 GB
    • Received: 17.30 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.