Loading Tool

Explorer IconExplorer

Memory Pool

25,328 transactions
5.63 vMB
0.02610241 BTC
  • 1 sats/vbyte = 18 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 41.81/200 MB

Candidate Block

Mining Attempt b2768d013b0c64de14beb05c89ad13fc1ff019cd7a5c5bf1834462b810269b9d
Version 20000000
Previous Block 00000000000000000002171523b0948b2408751d81c5c9847d3c3e54b812a019
Merkle Root 4079625a34eb0e177f5053804d0b420503fe8ed6362fd2bcf8527eba8779d5dc
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 1,240
Size: 0.45 vMB
Total Fees: 0.01237577 BTC
Median Feerate: 2.13 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,232 (712,452 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
200,780 200,780 000000000000004bb40f26218d32b995913a732c25f49e2521e66fcff8432013 149 0.07 vMB 111
200,779 200,779 00000000000003fbc532716556abef2b840148876e06d3e4c885d58937b51b82 235 0.07 vMB 370
200,778 200,778 0000000000000310df2f5c45e59c715074ef76fa507758798ad350e66a605c6f 55 0.02 vMB 114
200,777 200,777 000000000000005f51540574eb2612ea79e5c4cdf00b6d0311ae060c6116828d 126 0.11 vMB 96
200,776 200,776 00000000000000650ee4e7f3b4d7701fa024dcac35cacb67c193a64aee7f8bc8 85 0.04 vMB 217
200,775 200,775 0000000000000473f12b7d3f8a24832caee75e239d227355ea5d6edc22f092bc 345 0.15 vMB 159
200,774 200,774 00000000000001814a387ad668cd35e70e52b0dd2466a1e46bd15ac26606f6f0 155 0.05 vMB 213
200,773 200,773 000000000000000ad700ea7ffc42263176c15d2678808f1fb4cd4945fadcd11c 30 0.01 vMB 10
200,772 200,772 00000000000000379138142a7faeb0d525d9f3a1427207ea313195c0b2e6a6a7 22 0.01 vMB 63
200,771 200,771 0000000000000385cd6e339a2d4795d095df794b274c61949bd61ff426dd81d8 355 0.20 vMB 128
200,770 200,770 00000000000004df7894fc5b81ac80d6caab752d907e31a4211e85cb3c70314c 47 0.02 vMB 29
200,769 200,769 00000000000001a1d41bb4146f2e291f7be45bf2c6fa76676d5bdfbd95bbfd07 158 0.10 vMB 110
200,768 200,768 00000000000002950e13a2dffb8c97ff3cf44db8f0ef7b98d83b0f86806e1ff6 319 0.14 vMB 148
200,767 200,767 00000000000000f146020cb2663ea9268ccb38a3bfca48b8ce887390a78f2898 170 0.06 vMB 138
200,766 200,766 000000000000019330d28e0ae3a2cbeeead71fea352b7f393d06b382d2ebd855 67 0.02 vMB 45
200,765 200,765 0000000000000352b109956999f38c839c1e1dfdb47c4ef1a68d16e3effd8aae 255 0.12 vMB 261
200,764 200,764 000000000000019a86bbd4af5e1e1991581fa1455fabb5d77f4cc79b1215cdb8 133 0.05 vMB 117
200,763 200,763 000000000000026f42f494bf359e4063a0fddd39549ec6a899c7978cf4b056ca 9 0.00 vMB 53
200,762 200,762 00000000000005641553868d277bbac88e44030314f971b38e91c389d5380a44 86 0.04 vMB 185
200,761 200,761 00000000000004e69137dd9312232fa8ff2fdcb4cddf03090c18d4d4ec6c87fc 23 0.01 vMB 76
200,760 200,760 000000000000006e3853d46f683e5833ce9ad31218459b64fdcc269bd7b123d8 323 0.16 vMB 51
Previous 10 blocks ↓
Total Size: 779.26 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 79
    • Outgoing: 10
  • Data Transfer:
    • Sent: 30.80 GB
    • Received: 0.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.