Loading Tool

Explorer IconExplorer

Memory Pool

38,406 transactions
28.17 vMB
0.06972422 BTC
Random Selection Loading Transactions
Max Size: 142.77/200 MB

Candidate Block

Mining Attempt 9681c16590c473cba5c9ee7b7db9e577d8e5a73cd7cfff828c3d268b0d66117b
Version 20000000
Previous Block 00000000000000000001b25de7d6b46a8948f214d3970d4d7cda994c93f61a8a
Merkle Root ca424e4a348dd694fa459fe266e4908fd6b5ee34cea84be7dcab55dad21ac947
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,887
Size: 1.00 vMB
Total Fees: 0.01571350 BTC
Feerates: 150.93 > 1.57 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,611 (331,924 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
582,687 582,687 00000000000000000007ac2cfc58eea15dcdb4efbfc9579db60ca3477d66e48f 2,347 1.00/1.00 vMB 158
582,686 582,686 000000000000000000181da428863f42fd1880f758efc0e8809227074ed37c7e 2,624 1.00/1.00 vMB 187
582,685 582,685 00000000000000000021da58038ef0981c653e58e2b0549107275ab1b05f0d40 2,387 1.00/1.00 vMB 180
582,684 582,684 00000000000000000009a91a27aff7590d96d57dbde821ac05a6677387d35ebe 2,684 1.00/1.00 vMB 156
582,683 582,683 0000000000000000000f0d6d2db1d5b2f8a401ed2b738923d6adffdcab1348d1 2,093 1.00/1.00 vMB 184
582,682 582,682 0000000000000000000ddd96bc778227f4949f1ca8ee889d6b3162cb34f786fd 2,397 1.00/1.00 vMB 188
582,681 582,681 0000000000000000000a49691a32615cd83686dc4078f5de9becd91130b3f9fb 2,268 1.00/1.00 vMB 212
582,680 582,680 0000000000000000001d51eb413d7072886502232c7aa74d4babff91b1ca7eca 2,210 1.00/1.00 vMB 253
582,679 582,679 0000000000000000000305505f8e1a37cc7d70f8d87629088a1ef52d62bb4857 2,997 1.00/1.00 vMB 151
582,678 582,678 00000000000000000005bcf4bcfe3a699dd7833839e593127885e2b1e80ceb10 2,920 1.00/1.00 vMB 147
582,677 582,677 000000000000000000045e2d59836c9fe7a6eee9502c7f23eb02becde9e8e409 2,770 1.00/1.00 vMB 195
582,676 582,676 000000000000000000037fac44b91fbbe59085b52f4fe32258875972ee2e3a95 1,609 1.00/1.00 vMB 132
582,675 582,675 0000000000000000000c06126d1c09f3666909cf0b3ccc84a7c702d1787347bb 2,681 1.00/1.00 vMB 148
582,674 582,674 000000000000000000076b1e220c357923d087b8150629cfb601e6558b162660 3,186 1.00/1.00 vMB 134
582,673 582,673 000000000000000000234ae9cd10c4f37519d423d818789634aa7d2061535e43 2,485 1.00/1.00 vMB 134
582,672 582,672 0000000000000000000e9b7a9966857590b7ebba2bc92c8a7658452ad7682a72 2,683 1.00/1.00 vMB 190
582,671 582,671 00000000000000000021383c7fa7e1e4ea865452a94f9a728b0a679eeaa3e45d 2,657 1.00/1.00 vMB 118
582,670 582,670 000000000000000000214e749e8233ec65ba708fcd896784f27088b7daed4504 630 1.00/1.00 vMB 111
582,669 582,669 00000000000000000005e54f0e3a277fb8a25c26b277e4bd759c69221c10d2f2 2,648 1.00/1.00 vMB 118
582,668 582,668 000000000000000000032829117ffaab0bff4d55a3c7e4e87e348ba6b8c4798e 2,401 1.00/1.00 vMB 154
582,667 582,667 00000000000000000008cb7724f1287e0e1652daed7ed868d56b120c07c83491 2,727 1.00/1.00 vMB 152
Previous 10 blocks ↓
Total Size: 781.70 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 629.12 GB
    • Received: 11.87 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.