Loading Tool

Explorer IconExplorer

Memory Pool

81,011 transactions
29.98 vMB
0.07710992 BTC
Random Selection Loading Transactions
Max Size: 180.77/200 MB

Candidate Block

Mining Attempt 23553176d2b0c29eb86d144c827fba0746a61d05f1fbd4f55a6f52e521d49e8f
Version 20000000
Previous Block 00000000000000000001febb03fdcff4c8ac482b94dd8500539809f9da5db1cb
Merkle Root 2037a6564c9ff1839069fcae887ea51a22f063fc040f482583ab47e63cb0d127
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,078
Size: 1.00 vMB
Total Fees: 0.01571237 BTC
Feerates: 502.67 > 1.57 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,981 (672,972 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
242,009 242,009 00000000000000233131770dbc2473be69ce510f592fa1ee242641527a569bde 493 0.25/1.00 vMB 166
242,008 242,008 0000000000000091672d59f40f2863e4b295265754a268f3290e142dd021040d 455 0.25/1.00 vMB 139
242,007 242,007 00000000000000d98d4c78a6117be4bcc3d10eb4d3fbbfb7a0bf20dff3789138 767 0.25/1.00 vMB 243
242,006 242,006 000000000000005f5b036b94d42d3a1bdd131ffcab4a0dca1720fba6e6f35d1b 392 0.16/1.00 vMB 389
242,005 242,005 0000000000000053f04d0ae2872c1f5210cbaf47ae5b9cc430b2090365fef2c9 72 0.04/1.00 vMB 160
242,004 242,004 0000000000000053426f564b7e155de8bdda87923bc555720308de50bbc41e1b 36 0.02/1.00 vMB 63
242,003 242,003 000000000000001c1a81c9ac8b99e88b1c20461622ad7381083d4a74c17e056a 560 0.25/1.00 vMB 171
242,002 242,002 0000000000000082116e5b4fdae5c77d38178d5df6d45191ada1f270942ce0d7 108 0.06/1.00 vMB 68
242,001 242,001 00000000000000ccb81f6bb82efc9e2adbf5525bb9d638a1fa7981fc5a9d0a3e 558 0.25/1.00 vMB 167
242,000 242,000 00000000000000c95233d37a8c78dff10afecb14060347151b7eb7a04a2a5a3c 635 0.25/1.00 vMB 206
241,999 241,999 00000000000000a62fe0e07d5603b28192fc390e3f5fe60352173c9055a159a3 85 0.06/1.00 vMB 160
241,998 241,998 0000000000000014005508eeefc54ef199c883403098237f6c829191da3ee525 399 0.15/1.00 vMB 174
241,997 241,997 0000000000000024182de4432edb23aea074d3f5cedd43f74e879b178fc7ce5c 474 0.23/1.00 vMB 151
241,996 241,996 0000000000000011c344018d884dcc8e09433c86d3791a547efdc9b8bd8095d8 180 0.08/1.00 vMB 167
241,995 241,995 00000000000000a8b904bbfb98898b5e5d09e6230fd9fded0e6f6f426d36f715 561 0.23/1.00 vMB 167
241,994 241,994 0000000000000088471ba0ed6bfba29007db4ca7c6435b353a3119e134c7002f 309 0.15/1.00 vMB 164
241,993 241,993 00000000000000cd8627b89c88b585d31d85fe31f6f8af8c2d59f3ad189a8a56 28 0.02/1.00 vMB 34
241,992 241,992 000000000000008b8f2e3c7391a5266e70fac45c3b9a36b7156d9be55162b3ef 577 0.25/1.00 vMB 149
241,991 241,991 00000000000000796c0ceb1a5af9a4c556472cfa0a0f60cb65a091cbcbc91c3d 165 0.11/1.00 vMB 77
241,990 241,990 000000000000006da8fbb90f90bf15c6786a6b05220a6869eb2fadb2e0e73308 271 0.12/1.00 vMB 150
241,989 241,989 000000000000004f043481dce05ccde138b2f69735c8d8e0d741ea666c9577f1 281 0.12/1.00 vMB 158
Previous 10 blocks ↓
Total Size: 782.36 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: 662.55 GB
    • Received: 14.86 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.