Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,175 transactions (0.89 vMB)

Priority:

  • 1 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,345 000000000000000000022b910000000000000000000000000000000000000000 0.86 vMB 2,163 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,344 (411,308 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
500,036 500,036 00000000000000000048699102e5d75e34a888b6200cb83d949d19639d51c4ff 1.04 MB 2,393 343
500,035 500,035 00000000000000000010bfbad2287e6d2621e0f6025fc9a0b1fc1f6ef3870712 1.14 MB 2,898 414
500,034 500,034 000000000000000000679c4aec007083b7e3c21ffdffcb83f24bdac5a210e216 1.04 MB 2,326 300
500,033 500,033 000000000000000000200834354e16dc58e4550f52bbe34f3e121a764531a986 1.04 MB 2,689 372
500,032 500,032 00000000000000000000643848fb6e768f601574874db9ddf51e865dd6461bf8 1.02 MB 1,969 294
500,031 500,031 00000000000000000037bff8ce7f04345189172ce320335ca249e8cc6fcdfec4 1.02 MB 2,084 244
500,030 500,030 000000000000000000780e0d79f902bbd50385cf4604a3b1cee1aabf706d6e6c 1.05 MB 2,773 369
500,029 500,029 0000000000000000002198838b91ba77ddb21fde3439befc6f2899685fe45639 1.04 MB 2,037 428
500,028 500,028 00000000000000000046933a3fc52c8b5c8b37f0075c2214ca6fcce9201c9136 1.02 MB 2,400 297
500,027 500,027 00000000000000000020aa74015634288ae4f48f92c2ece5e8e0b3bce23293af 1.09 MB 2,572 407
500,026 500,026 00000000000000000069f78c8658a2c3d4475c9e5916f2aa56734e9b698a93d5 1.09 MB 2,466 414
500,025 500,025 00000000000000000044fc7ec6caeda3b90c28147f8daf056824e97bd0291308 1.04 MB 2,604 308
500,024 500,024 0000000000000000000508777a36b9ff9882207bcf2c3e4a5780418a0e76c1e9 1.08 MB 2,218 323
500,023 500,023 0000000000000000003fbfec60ebd08ea7833acbbc1d5e8b09c7dac9ca612c40 1.07 MB 2,598 413
500,022 500,022 0000000000000000001a825644450b59fd539ce4a5f7681874d5f77fd0b0bc03 1.05 MB 3,046 384
500,021 500,021 0000000000000000002579dbf1a5ed5f8f1b069f55ff3111effbf98bb8aa18bd 1.04 MB 2,971 418
500,020 500,020 0000000000000000005fbc10b2d6b0724d782c5375a983af5e341cbc4c5ebe73 1.06 MB 2,481 422
500,019 500,019 0000000000000000008f84ea7810f8d75550a1541bfd9b40ab3a711f4d4ff23e 1.04 MB 2,331 278
500,018 500,018 0000000000000000002815bc79a510895367da395039c032aa238f51e98039ff 1.09 MB 2,119 293
500,017 500,017 00000000000000000059881bcca9679ed7e3132b8a4c32fc0829b8f5bd02895a 1.05 MB 2,711 408
500,016 500,016 0000000000000000005c72ab66fc10fee18a759db793485896109cde85a775a5 1.05 MB 2,784 401
Previous 10 blocks ↓
Total Size: 775.88 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 2,400.93 GB sent, 128.23 GB received

Notes

  • This page updates every 5 seconds.
  • 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.