Loading Tool

Explorer IconExplorer

Memory Pool

2,657 transactions (1.06 vMB)
  • 1 sats/vbyte = 2 blocks ()
Show Random Selection Loading Transactions
Max Size: 5.32/200 MB

Candidate Block

Height Target Txs Fees Size Avg Feerate AFR
912,364 000000000000000000022b910000000000000000000000000000000000000000 2,395 0.03210323 BTC 1.00 vMB 2.01
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,363 (724,863 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
187,500 187,500 00000000000000461dcf498b2ba02f19dde9a98bb126de9d8e313b0bcdba5bfb 0.03 MB 54 81
187,499 187,499 000000000000015d6be5e5ea33bc4df7e4d4843783375b526d7bb66ba8db0ee7 0.13 MB 285 123
187,498 187,498 000000000000074e43fb49be9da1a58db3350264f7b73e38e5aedf6369909949 0.15 MB 364 121
187,497 187,497 0000000000000799614622f77001ea1ca73ef6f034de48cd718df8b4d71557f6 0.05 MB 148 75
187,496 187,496 000000000000054d1a42ba0eea255b7b3bab59af507af54cafb1737bcc561deb 0.11 MB 315 155
187,495 187,495 0000000000000335b487c20393e603ba8d1883ddbfd9269bf8b7ffe9c63a6ac5 0.08 MB 196 105
187,494 187,494 000000000000050a0d2b7d87f6b29b0fdc3efc4030e25c3db2621558ec11fa38 0.14 MB 336 157
187,493 187,493 00000000000005af87c4327101ba47004fdfcf3e7793535794d91b6d227699ee 0.00 MB 9 0
187,492 187,492 000000000000070326c184ec464070f74ccaa031d969b90db35dda2f6a4ec7a9 0.02 MB 59 29
187,491 187,491 00000000000001258375df8ef9ce4615f0ab6f95cb20a50c087e29a496d8c0be 0.13 MB 278 135
187,490 187,490 00000000000002eec5073464e2761e5b63458be42d57bc9bb80d1e4ce4267782 0.03 MB 69 109
187,489 187,489 0000000000000559890954f16d6a0d937f52c1359bcee59654e9b8246e83bafe 0.09 MB 154 106
187,488 187,488 00000000000008deb39e2eeee2f06eae8c3b453823aaae27460394c9cd7ca3f5 0.02 MB 54 277
187,487 187,487 000000000000081b69cb4de006c14084c4861f0e4a140c37200117a738733fe8 0.07 MB 99 244
187,486 187,486 00000000000004cc410df37e26ec480a80421f2a3231d0d5438d9c34af9ed3aa 0.02 MB 64 47
187,485 187,485 000000000000086d1d6316d8176096eb04583ce28432e391f5e388e60412fccc 0.16 MB 350 152
187,484 187,484 00000000000003ce23a2211838cc37d7764c5f5a0bb7b8722dd9beeeefbc9c51 0.21 MB 467 142
187,483 187,483 000000000000067de06731e65a20db619323fed4d5fe286e0926986f87022567 0.03 MB 72 81
187,482 187,482 00000000000004ae3dd1973b21fa54d4096bf497121a9d6c1e117e12a12ba46f 0.03 MB 67 117
187,481 187,481 0000000000000963160a00b8454f9acea051310397a1b239c2767f011e15228f 0.18 MB 299 145
187,480 187,480 00000000000008a56fd46c274618d96a2e58c04478269057255482992a7f8b62 0.23 MB 703 165
Previous 10 blocks ↓
Total Size: 777.73 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 2,545.58 GB
    • Received: 136.99 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.