Loading Tool

Explorer IconExplorer

Memory Pool

41,527 transactions
28.19 vMB
0.08213821 BTC
Random Selection Loading Transactions
Max Size: 144.82/200 MB

Candidate Block

Mining Attempt b88ece0eb20d25e72ceae86634979b80d503e00a643df5f98b9f1a1a4fa0fe97
Version 20000000
Previous Block 0000000000000000000150af92ee92bd2e82ce4cfb7457b8417f1c43deb942f9
Merkle Root f4c99311ad06c8fcc54eaa4a19cb24d7b6e6eeec7c9ab4b8cbb297246377c354
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,605
Size: 1.00 vMB
Total Fees: 0.02625729 BTC
Feerates: 200.00 > 2.63 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,644 (442,671 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
471,973 471,973 00000000000000000184fa13ee267cacbc4be2e9ab24f008178f336a27d93f80 2,287 0.99/1.00 vMB 382
471,972 471,972 0000000000000000010b5976744d0456c4a505df10b1be97476425b5ce609082 2,533 1.00/1.00 vMB 300
471,971 471,971 00000000000000000084733ff83500d49d875649723a81b27c935e9b387ec9ee 2,080 1.00/1.00 vMB 332
471,970 471,970 0000000000000000008c9b91a8cd6dd90e6eb624141943e6a746af2abdeab839 1,955 1.00/1.00 vMB 311
471,969 471,969 0000000000000000010628745666b06e1630107720e3630f413f5c85d0aa3137 2,233 1.00/1.00 vMB 351
471,968 471,968 000000000000000001721a21d56bb6e5550d0aa81c0ee16339c6c15ef9d6548a 2,160 1.00/1.00 vMB 391
471,967 471,967 00000000000000000181f7d21dfb692501c1f9b3923a68abae2cc65470403733 2,272 1.00/1.00 vMB 348
471,966 471,966 000000000000000000445d3cfa18066de845df6ff2ec13ffbeb45c9aa0f92ba3 2,171 1.00/1.00 vMB 352
471,965 471,965 00000000000000000029915eb343d79882958f7dd9582098b0d442374023aeb5 2,219 1.00/1.00 vMB 365
471,964 471,964 00000000000000000047302a1dce362236bd444876fd5fafb5d8ff118469f266 2,202 0.99/1.00 vMB 404
471,963 471,963 000000000000000000017cdc3af23836c057d43cea6de787759422c2afa282b6 2,038 1.00/1.00 vMB 341
471,962 471,962 000000000000000000b66bda66a9eacb4ee9a44ad40dd2bf0d6a7c39a18c9495 1,651 1.00/1.00 vMB 423
471,961 471,961 000000000000000000be41fbfe648578cd787e1bf36224c0d9d3e7e40f8a7c7c 373 0.52/1.00 vMB 107
471,960 471,960 0000000000000000017334ec88ab5b5cdcda2cd6d8c5ceb6d017d47277cd0da6 1,556 0.80/1.00 vMB 260
471,959 471,959 0000000000000000004f215699a4e08df538efeb3b08e0c6bd3daef0de85ac41 367 1.00/1.00 vMB 47
471,958 471,958 000000000000000000c26f69faec1d2a64462aa925fb5d62bca1471dbcaa5591 1,463 1.00/1.00 vMB 188
471,957 471,957 000000000000000000cf649f582ffa41ebed2f33e67c00cea5b4455aa239e762 1,897 1.00/1.00 vMB 122
471,956 471,956 00000000000000000111802083c6fe19c831fb792f59000cdb1d5bedf5341736 1,689 1.00/1.00 vMB 164
471,955 471,955 0000000000000000001eeb4e06c9a4f8bb50c8169a1c14a45ae5f4245dc612b1 2,166 1.00/1.00 vMB 329
471,954 471,954 00000000000000000174d5989bfe860d86b6e4b910cc3d07c267fdb192abb7ea 1,424 1.00/1.00 vMB 193
471,953 471,953 0000000000000000016ab653f2283e39b0e49a60a531b43422eedd2f994e3988 2,302 1.00/1.00 vMB 356
Previous 10 blocks ↓
Total Size: 781.76 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: 632.43 GB
    • Received: 12.11 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.