Loading Tool

Explorer IconExplorer

Memory Pool

39,606 transactions
26.80 vMB
0.08516337 BTC
Random Selection Loading Transactions
Max Size: 137.89/200 MB

Candidate Block

Mining Attempt 64f50f540e330fb8b4a58551a7f35b29d205180e28825a48bcab36766243ee4b
Version 20000000
Previous Block 00000000000000000001b18fde6b2febfc1755903332de50616448df6a77d84a
Merkle Root 5b514710f2be714480ba7e16b350ed0e1c6b3d1fb316d4f2c0a9ccc1b1f263f8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,327
Size: 1.00 vMB
Total Fees: 0.03307601 BTC
Feerates: 197.12 > 3.31 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,671 (414,629 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
500,042 500,042 00000000000000000079e8ff823d2d8b0ed434b5efe8217451df0f78f7274104 1,258 1.00/1.00 vMB 193
500,041 500,041 000000000000000000324b7da62109614d39489ba5debebde4023fc485a0f421 2,057 1.00/1.00 vMB 273
500,040 500,040 0000000000000000007d8f2ceb9f15f28f7b2a1efc6503967315ac81f30a1e45 2,584 1.00/1.00 vMB 365
500,039 500,039 00000000000000000078ffb206c6d19ebee566cabcb518be50df82757639ed3f 1,816 1.00/1.00 vMB 257
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
Previous 10 blocks ↓
Total Size: 781.81 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: 635.12 GB
    • Received: 12.29 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.