Loading Tool

Explorer IconExplorer

Memory Pool

30,916 transactions
25.04 vMB
0.08199877 BTC
Random Selection Loading Transactions
Max Size: 125.02/200 MB

Candidate Block

Mining Attempt 867e971613ed612c8af08ad63c525d013682471a50d90018518bf2af08980bdf
Version 20000000
Previous Block 000000000000000000001add1d4255d5d6c3338fec14caa760f6a5fe24cc9f9a
Merkle Root 45b68acc18e564266a996f459b060fa4e9e5a9ca444c53947ef57865ebc3bf8d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,168
Size: 1.00 vMB
Total Fees: 0.03715291 BTC
Feerates: 150.93 > 3.72 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,703 (414,667 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
500,017 500,017 00000000000000000059881bcca9679ed7e3132b8a4c32fc0829b8f5bd02895a 2,711 1.00/1.00 vMB 408
500,016 500,016 0000000000000000005c72ab66fc10fee18a759db793485896109cde85a775a5 2,784 1.00/1.00 vMB 401
Previous 10 blocks ↓
Total Size: 781.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: 642.31 GB
    • Received: 12.54 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.