Loading Tool

Explorer IconExplorer

Memory Pool

54,551 transactions
32.24 vMB
0.22482866 BTC
Random Selection Loading Transactions
Max Size: 172.86/200 MB

Candidate Block

Mining Attempt ba2239297d1bc2c5fa435ede2881d1f1f850365a1696e8b9e553aaee4da950ff
Version 20000000
Previous Block 000000000000000000001af732fd5b15bb90e3760b3de0020b22660de0315512
Merkle Root 7ac942aa627c7da5900fe86ff562fe557f48450877658a52a750b3caa9c8a8de
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,918
Size: 1.00 vMB
Total Fees: 0.11876360 BTC
Feerates: 101.66 > 11.90 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,818 (179,134 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
735,684 735,684 00000000000000000005365bc14bb70d008ca8b63e9d56f2956b678157542b33 2,316 1.00/1.00 vMB 19
735,683 735,683 00000000000000000008eb89b3ae6d00bed277b0f260e2ac4b6a65acc2275ab6 2,613 1.00/1.00 vMB 17
735,682 735,682 0000000000000000000281776b7aaf9d84b461716dbc0cca9ceeb5c96d1736d8 2,921 1.00/1.00 vMB 8
735,681 735,681 000000000000000000008f29655ce8e2bbc31113b33ba0ae77a5acd99b6a67d7 2,451 1.00/1.00 vMB 16
735,680 735,680 000000000000000000063e13aeb3b26ac73d025415584a49a80866864c475715 2,975 1.00/1.00 vMB 25
735,679 735,679 00000000000000000002bc109c4cac43243ac90c47f61b26019c98babbb2f48c 857 1.00/1.00 vMB 3
735,678 735,678 00000000000000000008147d2cf571d125d420d24363a1c7a79f40e5e941049b 986 1.00/1.00 vMB 1
735,677 735,677 00000000000000000003acb3d87115737b5073559f7d4005ec2129bd15107008 2,385 1.00/1.00 vMB 14
735,676 735,676 0000000000000000000431dba6a1c4d9400c6fed43e60c00d63c83734a95da0d 1,653 1.00/1.00 vMB 7
735,675 735,675 00000000000000000007c3b3423c6b3dd991fdea7b0fcd4bf9e3a8ad4560ec69 1,942 1.00/1.00 vMB 12
735,674 735,674 00000000000000000006cf0ebae5992f4e58a510fb4ad5b794e2d1c1c350c2b7 2,683 1.00/1.00 vMB 18
735,673 735,673 000000000000000000055f860c112bb5728c6f2608ca72d7c8b39cd2c08c1e33 2,244 1.00/1.00 vMB 7
735,672 735,672 000000000000000000011c4751f482f4f8a74bf29f0254fd18e2214beefda96c 1,471 1.00/1.00 vMB 5
735,671 735,671 0000000000000000000310f071552286f653e14890cffaa5d9d73dac9ef9c7ac 1,899 1.00/1.00 vMB 5
735,670 735,670 000000000000000000007686f261f5acc230b4c343b3827f67198ed777c8f094 2,551 1.00/1.00 vMB 11
735,669 735,669 0000000000000000000311621a6ea372df521a4865f869caa935a48747c251b5 2,074 1.00/1.00 vMB 7
735,668 735,668 00000000000000000002e1098412e3be3b675c0e056c9674b7ac4770a8e53d90 2,351 1.00/1.00 vMB 15
735,667 735,667 000000000000000000019f5ed3399f0aa0ad044759cd78e2d8157d145f53eb84 2,667 1.00/1.00 vMB 19
735,666 735,666 0000000000000000000297417d9a47cd94190f7f837360dc9d7e90eb414aaf59 2,870 1.00/1.00 vMB 25
735,665 735,665 000000000000000000096ecdfa798f4d2def7ae0f9602371c7c0aa4693b66518 2,381 1.00/1.00 vMB 17
735,664 735,664 00000000000000000008745ff1d5a2f2fb32f5a42b8bed504d946bef6256615e 2,190 1.00/1.00 vMB 11
Previous 10 blocks ↓
Total Size: 782.07 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: 651.22 GB
    • Received: 13.48 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.