Loading Tool

Explorer IconExplorer

Memory Pool

28,741 transactions
6.98 vMB
0.05164857 BTC
  • 1 sats/vbyte = 7 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 49.19/200 MB

Candidate Block

Mining Attempt fc7a2da02c862203af5fdeb46e9365cf3f5822a78748797cf72d483dd68e6502
Version 20000000
Previous Block 000000000000000000010aae71661ec974f19f60e6845081a7dd81ae0148c404
Merkle Root 29cc71e06de5947afe87eebbd8ef6786d771a1d62e80f3209419348e685a3322
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 2,688
Size: 1.00 vMB
Total Fees: 0.03092847 BTC
Avg Feerate: 2.35 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,016 (662,789 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
250,227 250,227 000000000000005b955e41a718a69fb633b5a7672b46da874aae4ca2f3b04636 0.00 MB 5 75
250,226 250,226 0000000000000044abd805ec7ee0d947544be3c163b63cfc3642b7842a29b830 0.04 MB 90 114
250,225 250,225 000000000000003abb005afe19958c46797f692726c50e01586436bcb1a1ecaf 0.11 MB 256 20
250,224 250,224 00000000000000035122873357e5a5ed54ac68527fd8be6c25fabb74879fc12c 0.25 MB 220 68
250,223 250,223 000000000000003e437a2b178c236a97ca12bc0efdcf88eac36e021073642358 0.25 MB 340 87
250,222 250,222 000000000000000a46e116ef77e0945bb51c1a2e8f6ef1b4f0ab6bf659f6f04a 0.12 MB 103 88
250,221 250,221 000000000000006cce6d7b6bf177c7cc39e8825a7d1443c9bf610d83067ee55a 0.18 MB 182 76
250,220 250,220 0000000000000033ecda049490b6880b3b018dca17ed945b1396eb1c0e6d99c4 0.01 MB 23 115
250,219 250,219 000000000000002189b5afe112ee730f9884f78cce6629bf74bb6659a65082e1 0.06 MB 101 120
250,218 250,218 0000000000000036cfc5dce00eefc84f7690ae3e83b4d0eeba1422fa6062e6e9 0.09 MB 171 110
250,217 250,217 0000000000000071ee2cb57493c41bbe4472fb83e58cf36036707184a14f343b 0.23 MB 535 147
250,216 250,216 0000000000000054508d72a01fe7a56cf76ee354819def13f2a64a38aa085afe 0.03 MB 98 79
250,215 250,215 00000000000000583a7a6502166e4575cf08c12175e5479c453784bbe05b0862 0.02 MB 55 29
250,214 250,214 00000000000000351c159820729dffe5308a6337f34911c581ed3aece0aa3e2d 0.04 MB 93 170
250,213 250,213 000000000000000971d821ddb0c093de3a056bdbd3c23449575a04439a8cdd34 0.10 MB 148 84
250,212 250,212 00000000000000026fc72184e1c6177e00941fc51d860e9ee28d6099d5b5cb7c 0.21 MB 512 127
250,211 250,211 0000000000000067d935074609fca5609ece9df3406b351a8bb0703264770c48 0.03 MB 63 134
250,210 250,210 000000000000006a199f46969e03ac657b929f3c3490eaf555eaf4c01fd3a1f1 0.05 MB 102 103
250,209 250,209 000000000000003f3af23b188cccc5d1db81c5b5323a945bffac9025f4aa6f05 0.09 MB 226 166
250,208 250,208 0000000000000061c45384d5fe25d3dd86b7021c6565602284bdcecb64a777e1 0.09 MB 234 110
250,207 250,207 000000000000001a95dfd85db6bd26bce98350b511cd34c4398990b72c42315b 0.12 MB 253 100
Previous 10 blocks ↓
Total Size: 778.87 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: 397.58 GB
    • Received: 3.56 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.