Loading Tool

Explorer IconExplorer

Memory Pool

33,595 transactions
8.04 vMB
0.04346912 BTC
  • 1 sats/vbyte = 3 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 54.73/200 MB

Candidate Block

Mining Attempt fd6178cb5e0088c876a47b078d235eaca3a0a0dda6d835a068a7cad6e5513c3e
Version 20000000
Previous Block 00000000000000000001fa7dc51cd7d8caa9cfd50317b6e1a71d6f288e6552fc
Merkle Root 7c3e89a9d211bf168fe14a3d5841a7b558813c6763b42260486f590ed77cabed
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 2,661
Size: 1.00 vMB
Total Fees: 0.02259080 BTC
Avg Feerate: 1.11 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,964 (760,705 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
152,259 152,259 000000000000020cca41b2c06589fe65eb3b376b06045cc2c14b6af6799d3360 0.01 MB 16 188
152,258 152,258 000000000000007b76c9b85ee36301cd534e6a2df66ffb561820eb3074a0aaa8 0.00 MB 5 164
152,257 152,257 0000000000000308e308dade7207a7cc17e981a39eebb3ef55b6fad934741830 0.02 MB 36 88
152,256 152,256 000000000000038834346daa1ca45f8003b620673b6aca2f70575bc2c20a1446 0.02 MB 46 224
152,255 152,255 0000000000000980a27b12b331e771b72a99e92b4384b64bd5b9c1d7facc06d8 0.01 MB 19 95
152,254 152,254 000000000000030a9691ba5be2af0747766c392c847502a853cae3d3f96dff95 0.01 MB 24 91
152,253 152,253 00000000000007610ca0fb178571d396affd1501c4c54415b9ecdac3467366dc 0.03 MB 71 127
152,252 152,252 00000000000005c679f70a3ed943f443722089f1076f4e272e7b24efadb24281 0.02 MB 39 39
152,251 152,251 0000000000000002b003bc5cb7f00abd7c2049cd8dbffae34b06a0a25b447507 0.03 MB 106 40
152,250 152,250 000000000000038ba4d82d8f60e9810d381e2a196ad3afdfc6f592970aed21aa 0.00 MB 1 0
152,249 152,249 00000000000003c2fdf948f99685ded112cd8f7dd930a3af606ed3998feba183 0.00 MB 9 646
152,248 152,248 000000000000029c084124967727adfc1b1f2cc483394add5f351e7820b5a473 0.00 MB 8 14
152,247 152,247 000000000000003f668cc3368db6153060a90acf13024927195b83af97e867fa 0.02 MB 52 82
152,246 152,246 0000000000000780b64b3dd7d0412ec0a9a51866e857282654fb858043c9fde9 0.02 MB 57 63
152,245 152,245 000000000000050faef8f258d9290007c1173f703a185df7b7f15cdf25c3a2f1 0.00 MB 1 0
152,244 152,244 000000000000056a5e3496e40dce34b8a53ea195983925be2360f56a46f0c2e0 0.00 MB 5 145
152,243 152,243 00000000000003aaff6499e4b0571af286d780a274e17c86cf2e8927582d62c3 0.05 MB 59 30
152,242 152,242 00000000000007859d6082b53320898fba754bf29010d4d2ef185376feb1b1c6 0.02 MB 55 65
152,241 152,241 00000000000009023505200f740141ab544f97a6cafe5e9f67244e5727e63478 0.05 MB 42 65
152,240 152,240 0000000000000001a185994ee8142219f9544eef9dad1e700ceb917f322fd442 0.05 MB 67 155
152,239 152,239 00000000000001c76a6118529a99bf74885812256437eee5ca258419efe56233 0.00 MB 12 0
Previous 10 blocks ↓
Total Size: 778.78 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: 354.30 GB
    • Received: 3.13 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.