Loading Tool

Explorer IconExplorer

Memory Pool

76,799 transactions
28.72 vMB
0.09407000 BTC
Random Selection Loading Transactions
Max Size: 174.30/200 MB

Candidate Block

Mining Attempt e1f58377e22524128735e38b90364471613bfa9c1f8396f755366013f9cd0164
Version 20000000
Previous Block 0000000000000000000172681c51a3d1420d64b53f092a1fc2f3f9d3e0558f71
Merkle Root cca4265f5bcf6da316887edcc86d7dd60f8f67f316a8d9cec22a1a674e661a16
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,003
Size: 1.00 vMB
Total Fees: 0.02741859 BTC
Feerates: 180.82 > 2.75 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,270 (354,097 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
561,173 561,173 000000000000000000028b2b6aea2fbca7dfa2ec8969aea543d1badc9055ad19 2,289 0.71/1.00 vMB 5
561,172 561,172 00000000000000000016e955f7d7607f3f21b065e341a47ed6a4d20928dc6fce 2,595 1.00/1.00 vMB 39
561,171 561,171 0000000000000000002ffa64a9cf870cdcdd4df8e34794a0d36ae37223b8cb66 2,885 0.88/1.00 vMB 10
561,170 561,170 0000000000000000001a1ad21606271b9970749df5494280aaf9ce806994280c 2,482 1.00/1.00 vMB 14
561,169 561,169 000000000000000000007a71929fa248d2d7b475d3b902e757987c6b3313f808 2,199 0.69/1.00 vMB 6
561,168 561,168 00000000000000000018f05d15dbe4e72f16c98e9ca30fa1bde7eb6f68b67cf9 3,102 1.00/1.00 vMB 13
561,167 561,167 0000000000000000002edd66ace8ec3fdad73f17527b32c5d77849b96bff97b9 2,752 1.00/1.00 vMB 13
561,166 561,166 00000000000000000003f1945d664167dbe96dfdb82fd47be36229fa187ab767 3,220 1.00/1.00 vMB 14
561,165 561,165 00000000000000000028d8d76292502aa0b58898f979d9775e3d201e7aa14f24 3,340 1.00/1.00 vMB 40
561,164 561,164 0000000000000000000d102f13a8f599c066aaf434707d4e394fc59bbad987ea 228 0.07/1.00 vMB 17
561,163 561,163 000000000000000000245f4ea0df25219d3047d03b6c741464a322f098e543f7 1,174 0.35/1.00 vMB 12
561,162 561,162 0000000000000000000b0ceb9ef2e4161e52a02bc38a6140cc6419b5eeced0e9 355 0.12/1.00 vMB 14
561,161 561,161 0000000000000000000135c05d918edec70361f95c55113d510aae3c7bb1a799 1,479 0.48/1.00 vMB 2
561,160 561,160 0000000000000000000c96fee24c2d6482886715e3899340b9c0d31bab48fb7f 2,485 1.00/1.00 vMB 19
561,159 561,159 0000000000000000000f2e441d9a5d4e061605e5c65c02cade550f3464d00a3b 2,739 1.00/1.00 vMB 9
561,158 561,158 00000000000000000024b3a040d996e253f459c031fc76569dd31ed602c521f8 2,646 1.00/1.00 vMB 15
561,157 561,157 000000000000000000303c3309067a3327ec2fb580e3ace485f282e9a6ee57f3 1,141 0.45/1.00 vMB 17
561,156 561,156 0000000000000000002db51b2e15f7eeba0f97f294bcbbe510e68ccfb74a9afd 2,196 0.69/1.00 vMB 9
561,155 561,155 0000000000000000001d838ffe6f8eb88ad14bd0fcd0c490e8499f44b5415d0e 3,234 1.00/1.00 vMB 11
561,154 561,154 0000000000000000001fe79bc33827a1cda18a5be47d108773725e6eeb8b57a2 428 0.16/1.00 vMB 10
561,153 561,153 0000000000000000000f3b41140525750cc1880dd0ab95c94d5bce6192ac0a90 135 0.04/1.00 vMB 39
Previous 10 blocks ↓
Total Size: 782.86 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: 712.89 GB
    • Received: 17.24 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.