Loading Tool

Explorer IconExplorer

Memory Pool

92,814 transactions
25.58 vMB
0.11101241 BTC
Random Selection Loading Transactions
Max Size: 169.01/200 MB

Candidate Block

Mining Attempt b29a422022edaa376db0a454269239496736796a8c42badb18f0675d1bd3d191
Version 20000000
Previous Block 00000000000000000000b16f7eabd48b7b47f8b12a4f6330ae3008dcf0db4b75
Merkle Root 83719d16cf33cabcc29bd9d422cf9a1f18920bdfa07083eab75e66955fd86535
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,426
Size: 1.00 vMB
Total Fees: 0.03892506 BTC
Feerates: 261.10 > 3.90 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,852 (884,443 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
31,409 31,409 00000000ecb48d613ee77e07a6c31601e4409a955dc9137e27582c99494a59a1 1 0.00/1.00 vMB 0
31,408 31,408 00000000d551fff7ae733c056598e1398c8f1404827063246b9a4130580a26df 1 0.00/1.00 vMB 0
31,407 31,407 00000000e42de484321e6e836947f68c8d29d26175ae3cb53bd3ebc48110b78f 1 0.00/1.00 vMB 0
31,406 31,406 00000000a640d79225491494345b90046bb9f67ae24408ff3a5340843a0c396d 1 0.00/1.00 vMB 0
31,405 31,405 0000000090d96dd9ff38a4ea739c21ddeb33c2030606099e9c7cf3a4a07eb483 1 0.00/1.00 vMB 0
31,404 31,404 00000000f9bdde95fdb770e49d89af72c6e85ea0454c32dabe478d721bbe5f69 1 0.00/1.00 vMB 0
31,403 31,403 0000000063608e8867995c62b9c72c37257193a86b77042d6ff10246812f4c49 1 0.00/1.00 vMB 0
31,402 31,402 000000003ea143b1a375cde8c8af57eb63693cc0903624c7854455ef37877971 1 0.00/1.00 vMB 0
31,401 31,401 00000000cae4290539b244a8909fb1e884f6c5a60312f2c0c4c386a61529b884 1 0.00/1.00 vMB 0
31,400 31,400 000000000c88f8939a1b281fc8c049d9a5e17598e9da3e59c9824f6dd4061830 1 0.00/1.00 vMB 0
31,399 31,399 00000000d35c0a450c5841393ef1427ab2e903d0f3e6468185ffd4ea6a74f960 1 0.00/1.00 vMB 0
31,398 31,398 0000000049f052e6cdce05a20c0aae7f8cff525bd15c5a5ca997cb05dc425046 1 0.00/1.00 vMB 0
31,397 31,397 00000000dd9e53b4ea9af4c5e964815c7e57166422dba8e667fbe7db19d20fe5 1 0.00/1.00 vMB 0
31,396 31,396 000000001636344461175ee00d232e9872c7775ad9a5dc2fade7548e159cdb93 1 0.00/1.00 vMB 0
31,395 31,395 00000000a389fed20d8caa29d0b51cc3c32fa7c64b3bf5119b018dc9dbb6b768 1 0.00/1.00 vMB 0
31,394 31,394 0000000081820f0a45c4139032f3aa9214dd0ab3f668156b3c4333b134ac2fed 1 0.00/1.00 vMB 0
31,393 31,393 000000001d339fc51363e7575ec5b14857691065df5ef79d5688af4b1cbb265c 1 0.00/1.00 vMB 0
31,392 31,392 00000000c3a1516c17e41a3b6a8553ca9dc30c9a133e59487c74ee30ff9b0144 1 0.00/1.00 vMB 0
31,391 31,391 000000002ae83f0f620c74498a47ca522fd4b66cbd83698cd053e902cde3d2e4 1 0.00/1.00 vMB 0
31,390 31,390 0000000033aef12b08edca39db63fc9236d2abffd0f75c29436b89d36d1865c7 1 0.00/1.00 vMB 0
31,389 31,389 0000000024b7291fdb985c42966c14ea5fb53bf065703182f8fdff3c26288b5b 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.85 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: 793.68 GB
    • Received: 21.98 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.