Loading Tool

Explorer IconExplorer

Memory Pool

78,721 transactions
30.03 vMB
0.08970038 BTC
Random Selection Loading Transactions
Max Size: 179.39/200 MB

Candidate Block

Mining Attempt 2d10fb7085f7fbfff906ef2e5ca1f7cf5e47211879200f6dcdd04520432f1193
Version 20000000
Previous Block 00000000000000000000afdf5043b8b27b92fc11e8966ab025edf9415d082b3b
Merkle Root 23a780b6a0da7bbb6f5efe5f7a82709acb9a361f930e2877e117708f94e2c28b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,936
Size: 1.00 vMB
Total Fees: 0.02027496 BTC
Feerates: 150.61 > 2.03 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,152 (320,461 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
594,691 594,691 000000000000000000122755ab372cc92ace5dd2c7da151560fccbce77c55947 2,423 1.00/1.00 vMB 25
594,690 594,690 00000000000000000012a9d8adc5e35c80a1a88345ed55ed1b7298083b61c67c 2,616 1.00/1.00 vMB 15
594,689 594,689 00000000000000000014d790f6968e4f1e6bfb94661008f6c25a464ad524b0b5 3,088 1.00/1.00 vMB 21
594,688 594,688 000000000000000000058220a1699b5b6f125b7ca92b4fffeae32a05106a50eb 3,040 1.00/1.00 vMB 28
594,687 594,687 000000000000000000011f2c8aadc1c27e7bb45e6e81fabc9d03da32134f18b0 3,040 1.00/1.00 vMB 38
594,686 594,686 000000000000000000186c55a82354b729b07fa39c6fd71f2f08447bb5181704 2,343 1.00/1.00 vMB 26
594,685 594,685 00000000000000000008fe12add14643fc003faa2cb54b4a4507d1290555469d 2,324 1.00/1.00 vMB 31
594,684 594,684 000000000000000000175c61b72b1f31c2072189a826e85bf8489fa7d1de41ff 2,231 1.00/1.00 vMB 30
594,683 594,683 0000000000000000000267f678024f7966de67f8e2ba48d7d4ce507ab51733fa 1,723 1.00/1.00 vMB 19
594,682 594,682 0000000000000000000cc429d82cef141da2fbe03f448b871bb5ac1c808cf04c 896 1.00/1.00 vMB 23
594,681 594,681 000000000000000000021f75e45cf9992ce2d7b7463e2a46beffb275aa64d7bf 2,928 1.00/1.00 vMB 32
594,680 594,680 00000000000000000002a849bf466c8bd5dc903f2d6f4aec29af33076100a04b 1,523 1.00/1.00 vMB 28
594,679 594,679 000000000000000000163dbf5bbde833bd211f0a8919622545e5c4d9eb29f391 2,012 1.00/1.00 vMB 31
594,678 594,678 00000000000000000017ef2b9911229cf5eab8ed5df3b26d4af83e66c95412da 1,763 1.00/1.00 vMB 37
594,677 594,677 0000000000000000000610adf9615fe7adc473b4acc43e1c3c9926d1a9101ab1 1,343 1.00/1.00 vMB 83
594,676 594,676 000000000000000000033132d0c885eb343438270570032c96d15f0d2d71b90e 2,894 1.00/1.00 vMB 14
594,675 594,675 00000000000000000001fee63ae88e927ae769f33a3204e24468da84faf7244e 2,397 1.00/1.00 vMB 12
594,674 594,674 000000000000000000035b1df5965db67b5eb64732451a7b51c985f57f0f034c 3,196 1.00/1.00 vMB 32
594,673 594,673 0000000000000000000bc2e434ed3c01420a351129935b7f322bfbc28d56ca1e 2,915 1.00/1.00 vMB 12
594,672 594,672 00000000000000000006d12d5c409aaf56b0f9a14b273f6dce1b196271ad2f8d 3,062 1.00/1.00 vMB 23
594,671 594,671 000000000000000000040edd75da363931bf838a51318b5ec3fa60e6aae16476 2,957 1.00/1.00 vMB 21
Previous 10 blocks ↓
Total Size: 782.66 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: 672.97 GB
    • Received: 16.34 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.