Loading Tool

Explorer IconExplorer

Memory Pool

35,740 transactions
26.09 vMB
0.07249782 BTC
Random Selection Loading Transactions
Max Size: 132.66/200 MB

Candidate Block

Mining Attempt edbefe014ef7348dfa389b1efff24c81d0ee02dfac06bf677ad788f885fc70de
Version 20000000
Previous Block 00000000000000000000c6967ad9d951b18cd118485b83d37f6dc1c95fb54d9b
Merkle Root 0b5b1da03b4ed6e025cbee8c5dc3632d7de373049ed4c80dca80dffc8bfd7566
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,074
Size: 1.00 vMB
Total Fees: 0.02433357 BTC
Feerates: 250.88 > 2.44 > 0.50 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,691 (414,653 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
500,038 500,038 0000000000000000003eceeb4299e333b796aafe62980e924b80a8820539cbe8 3,093 1.00/1.00 vMB 354
500,037 500,037 0000000000000000007ec5f54bfab1c187a23e1915c9b6e72357aa594e16ecd2 3,179 1.00/1.00 vMB 415
500,036 500,036 00000000000000000048699102e5d75e34a888b6200cb83d949d19639d51c4ff 2,393 1.00/1.00 vMB 343
500,035 500,035 00000000000000000010bfbad2287e6d2621e0f6025fc9a0b1fc1f6ef3870712 2,898 1.00/1.00 vMB 414
500,034 500,034 000000000000000000679c4aec007083b7e3c21ffdffcb83f24bdac5a210e216 2,326 1.00/1.00 vMB 300
500,033 500,033 000000000000000000200834354e16dc58e4550f52bbe34f3e121a764531a986 2,689 1.00/1.00 vMB 372
500,032 500,032 00000000000000000000643848fb6e768f601574874db9ddf51e865dd6461bf8 1,969 1.00/1.00 vMB 294
500,031 500,031 00000000000000000037bff8ce7f04345189172ce320335ca249e8cc6fcdfec4 2,084 1.00/1.00 vMB 244
500,030 500,030 000000000000000000780e0d79f902bbd50385cf4604a3b1cee1aabf706d6e6c 2,773 1.00/1.00 vMB 369
500,029 500,029 0000000000000000002198838b91ba77ddb21fde3439befc6f2899685fe45639 2,037 1.00/1.00 vMB 428
500,028 500,028 00000000000000000046933a3fc52c8b5c8b37f0075c2214ca6fcce9201c9136 2,400 1.00/1.00 vMB 297
500,027 500,027 00000000000000000020aa74015634288ae4f48f92c2ece5e8e0b3bce23293af 2,572 1.00/1.00 vMB 407
500,026 500,026 00000000000000000069f78c8658a2c3d4475c9e5916f2aa56734e9b698a93d5 2,466 1.00/1.00 vMB 414
500,025 500,025 00000000000000000044fc7ec6caeda3b90c28147f8daf056824e97bd0291308 2,604 1.00/1.00 vMB 308
500,024 500,024 0000000000000000000508777a36b9ff9882207bcf2c3e4a5780418a0e76c1e9 2,218 1.00/1.00 vMB 323
500,023 500,023 0000000000000000003fbfec60ebd08ea7833acbbc1d5e8b09c7dac9ca612c40 2,598 1.00/1.00 vMB 413
500,022 500,022 0000000000000000001a825644450b59fd539ce4a5f7681874d5f77fd0b0bc03 3,046 1.00/1.00 vMB 384
500,021 500,021 0000000000000000002579dbf1a5ed5f8f1b069f55ff3111effbf98bb8aa18bd 2,971 1.00/1.00 vMB 418
500,020 500,020 0000000000000000005fbc10b2d6b0724d782c5375a983af5e341cbc4c5ebe73 2,481 1.00/1.00 vMB 422
500,019 500,019 0000000000000000008f84ea7810f8d75550a1541bfd9b40ab3a711f4d4ff23e 2,331 1.00/1.00 vMB 278
500,018 500,018 0000000000000000002815bc79a510895367da395039c032aa238f51e98039ff 2,119 1.00/1.00 vMB 293
Previous 10 blocks ↓
Total Size: 781.84 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: 637.82 GB
    • Received: 12.45 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.