Loading Tool

Explorer IconExplorer

Memory Pool

82,226 transactions
30.04 vMB
0.14950105 BTC
Random Selection Loading Transactions
Max Size: 182.05/200 MB

Candidate Block

Mining Attempt 1153cca0b1cbb4699f3f96f31dbf1b75f248f1aeb13398fe873bd48c56141064
Version 20000000
Previous Block 00000000000000000000ca68321e715c058b4ac6f690c42b142839c1ac65667b
Merkle Root c7216b2f83d1f8fd978c08a1ad67edee49830165c4df797e3202932701ef0926
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,848
Size: 1.00 vMB
Total Fees: 0.07905848 BTC
Feerates: 101.65 > 7.92 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,119 (506,947 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
408,172 408,172 000000000000000001c057b0a103e55392e340dc07f45e0a50431728b59daa73 851 0.99/1.00 vMB 16
408,171 408,171 000000000000000002c8f6ee7771c21ba36f21d11c49c186882674bdd4bc870a 2,652 1.00/1.00 vMB 51
408,170 408,170 00000000000000000434ddc9a89a1fa52fbb3cf95f9c3a0b8335e703e7797289 2,135 1.00/1.00 vMB 39
408,169 408,169 00000000000000000467379dd783586b37cba842bcd3f987ddaf63357e625b6b 837 0.99/1.00 vMB 18
408,168 408,168 0000000000000000001072da498677fad20e53a7f8aa820be3a89d27354f1112 135 1.00/1.00 vMB 8
408,167 408,167 0000000000000000012e06201254982d2198b2359b6bfcd1036613c101a8a82b 1,904 0.99/1.00 vMB 39
408,166 408,166 000000000000000000952fc39ad0401c2a6f9e1908ebad1427e86fc5f12a1a79 1,009 1.00/1.00 vMB 23
408,165 408,165 000000000000000003bd3c47c5acee1fe0e9facdfdf6cffe0ed8ead8b7d9ebed 2,658 1.00/1.00 vMB 54
408,164 408,164 000000000000000002feb09a3ea084bf6d684a65d817d813c42287fbd44a3f23 541 0.89/1.00 vMB 14
408,163 408,163 000000000000000004c0d0ee600efab0a900a01bc90a2ca1e4a7111b7dd34d6b 1,012 1.00/1.00 vMB 20
408,162 408,162 0000000000000000024ec356167b073856c438d7c24dab6526ec5c17a64d0f12 2,001 1.00/1.00 vMB 45
408,161 408,161 000000000000000005d870beccca2e8a6a87478768c1e8dd78da295ed0e3695b 2,442 1.00/1.00 vMB 47
408,160 408,160 00000000000000000007f0ab3b27f31aae934a5632b212d3c4dece34bce94f37 2,360 1.00/1.00 vMB 40
408,159 408,159 000000000000000001e00a8ad7917ac802a7d7a2ef18bbdd26e0446e85cb65e7 2,234 1.00/1.00 vMB 46
408,158 408,158 000000000000000004ae33622d92ff68a9414d428d269af3b362954cb92cf762 909 1.00/1.00 vMB 65
408,157 408,157 000000000000000003bbbba1d51b32e311a505c3f313a7afebc021afe78dd0ec 607 0.26/1.00 vMB 47
408,156 408,156 00000000000000000019a1b08023fb25a27debb1e15621eca7a544fbb6d5d1e5 679 0.32/1.00 vMB 39
408,155 408,155 00000000000000000606f8e725bcb73aae2a09ac6af1ee68941f32c54c87dd25 1,429 1.00/1.00 vMB 30
408,154 408,154 000000000000000004f8060dee0022a5fe0038f10cf0f9c73773245d66f51024 1 0.00/1.00 vMB 0
408,153 408,153 000000000000000005a0d557ffb9a1271d647b196dc4efc205ff747f5d4b59d2 2,000 0.99/1.00 vMB 28
408,152 408,152 000000000000000004da4e833c6a8dffae26d43d6328365196dc5ced12f5603a 3,370 1.00/1.00 vMB 63
Previous 10 blocks ↓
Total Size: 782.60 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: 671.70 GB
    • Received: 15.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.