Loading Tool

Explorer IconExplorer

Memory Pool

77,428 transactions
29.03 vMB
0.06989193 BTC
Random Selection Loading Transactions
Max Size: 177.98/200 MB

Candidate Block

Mining Attempt 177211251e3379313281132fe4c6a07e34d7bfe7492d8a365ed81579d4962093
Version 20000000
Previous Block 00000000000000000001a8c2fdfccdbd707fcc9a5d0741140041f246ebc381aa
Merkle Root 49d9ac14b5a78145025888bca607c039801ec451a6a7b676a47c35e823afa9d6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,110
Size: 1.00 vMB
Total Fees: 0.00659528 BTC
Feerates: 94.79 > 0.66 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,238 (508,355 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
406,883 406,883 00000000000000000479234653a2fbf0e167b385f82014b5758b3f7755b1c0e6 2,601 1.00/1.00 vMB 48
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
Previous 10 blocks ↓
Total Size: 782.80 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: 710.12 GB
    • Received: 17.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.