Loading Tool

Explorer IconExplorer

Memory Pool

81,588 transactions
29.65 vMB
0.08667270 BTC
Random Selection Loading Transactions
Max Size: 180.43/200 MB

Candidate Block

Mining Attempt 34722d5abfa54f95c01ae41f7dfc3aac0792cbdfe88dc7b0d6a57d9c33da8168
Version 20000000
Previous Block 00000000000000000002092de921a1212b41aa97abcef3b00199cbeb95f34bff
Merkle Root b9be8d57d315f681b1f36a70df0ea50076835c6bdc7ad775b04f1f3825e51f44
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,193
Size: 1.00 vMB
Total Fees: 0.02412985 BTC
Feerates: 100.53 > 2.42 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,082 (284,821 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
630,261 630,261 000000000000000000079c66335bdd01de71622c85675036927172a7710af06c 3,110 1.00/1.00 vMB 113
630,260 630,260 0000000000000000000df47913f25eec693b60d85a77ed3f80143ca55f108878 2,984 1.00/1.00 vMB 113
630,259 630,259 000000000000000000000ddef68db5b34c60728be2b918bea263ec27dc6a50cb 2,545 1.00/1.00 vMB 124
630,258 630,258 000000000000000000051c53dadb17cfb7d3617908473fe2f6d9a36a54d6b40b 2,601 1.00/1.00 vMB 121
630,257 630,257 0000000000000000000c442bb7c8ae71e640a7b29b16a7665022fe0d76583907 2,937 1.00/1.00 vMB 122
630,256 630,256 000000000000000000102061b24139f3f0804a977f3caa56acc41fcfd0ad9a31 3,084 1.00/1.00 vMB 113
630,255 630,255 0000000000000000000918f9f8557907b0486f5962f9d41f4b52d9df8a1c3173 3,046 1.00/1.00 vMB 134
630,254 630,254 0000000000000000000a5beba3c3bcc422750b1ef44aadabe8099a8fd23bbf40 2,515 1.00/1.00 vMB 116
630,253 630,253 0000000000000000000e6701f2a28b7c677c94980ad353342394177d300cf904 3,144 1.00/1.00 vMB 130
630,252 630,252 00000000000000000005db443dc69fd766f8481fd12c1af552f1cd26351709ee 3,383 1.00/1.00 vMB 159
630,251 630,251 0000000000000000000782c3f2bcc6a706f0fcc0d74c369bd5d8c5fe094e4d31 2,059 1.00/1.00 vMB 104
630,250 630,250 000000000000000000027f2c7461c9ed951314d6886df16042e1c54bab0c48c8 1,910 1.00/1.00 vMB 108
630,249 630,249 0000000000000000000e8ce7ddb246b85b7a990b221db0c643b00bdc8835ef0c 2,256 1.00/1.00 vMB 115
630,248 630,248 0000000000000000000cb3e60b33f477ce3fe714e738669f63f2874c6e84d5c5 1,914 1.00/1.00 vMB 119
630,247 630,247 0000000000000000000a6b609f71506e6dedd03782f865c03e1512a875a7287d 3,119 1.00/1.00 vMB 143
630,246 630,246 0000000000000000000580fadc7714a2db0195692f98e6c354337c34a9e82ba2 3,078 1.00/1.00 vMB 111
630,245 630,245 00000000000000000003374ac746a6cb9c4b4445e6503dfe3db5a98bbdcd74a6 2,033 1.00/1.00 vMB 112
630,244 630,244 0000000000000000000a1db8730fe08a0f4679b94346d8ca284eaf912b096a66 2,564 1.00/1.00 vMB 116
630,243 630,243 0000000000000000000a7804842c52513635bffc4a64e3213cff88443a1c7f38 3,457 1.00/1.00 vMB 139
630,242 630,242 000000000000000000078a442913b0038c80f77922f49e9ff27fac7ed9805ecc 2,992 1.00/1.00 vMB 126
630,241 630,241 0000000000000000000aaf4966e2ad9fe8a084cb0060331af0a5d7a5890a8e12 2,782 1.00/1.00 vMB 74
Previous 10 blocks ↓
Total Size: 782.54 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: 669.02 GB
    • Received: 15.71 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.