Loading Tool

Explorer IconExplorer

Memory Pool

25,225 transactions
5.96 vMB
0.04061847 BTC
  • 1 sats/vbyte = 9 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 42.57/200 MB

Candidate Block

Mining Attempt fbf583e3d1e384d034ab169a976a3bafbd6bcfcdd90b925989eff294e3cd32c6
Version 20000000
Previous Block 00000000000000000001ba540179348e126e660bea94ed6ba838e68a81db744e
Merkle Root d5cb6b2de9f764ba9353c1828b0e600cc6faacf379aab0199e7f5dd259ea180e
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 2,133
Size: 1.00 vMB
Total Fees: 0.02696034 BTC
Avg Feerate: 2.35 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,117 (769,751 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
143,366 143,366 000000000000019b855fa57260f192537b8fe16bb7f5a2034d22be9e38b8c912 0.01 MB 21 330
143,365 143,365 000000000000052f8427046d344bcb002b02f0b1c9ab6f67d1c91241e5bee944 0.00 MB 13 30
143,364 143,364 00000000000006689afa405c8cdb06b9fdadd938b3ad24af06424a92cbdab2c4 0.01 MB 24 298
143,363 143,363 000000000000028d0988050defd46d842d2f57f57e17abab6ffb670e02d50863 0.00 MB 13 16
143,362 143,362 000000000000087dfc2c15046411efb723025e279aaa0889b8536519e267bf3f 0.01 MB 21 95
143,361 143,361 0000000000000773758012f4116a7b285fd510f80d06b0660230e7564105b327 0.02 MB 43 136
143,360 143,360 00000000000008f86cf0e1f970c08df792f818d3963416f2d8c0fa5e5a951372 0.05 MB 134 212
143,359 143,359 00000000000005ade94dc9ffeda4fa6e41fca8c5482127de1e04d43e16581a00 0.03 MB 84 92
143,358 143,358 0000000000000774efad0d1b40cd2bb51558e471993d45172367fac1e8162cee 0.03 MB 95 1,577
143,357 143,357 00000000000008c605ad310d7fdb692acbe00a90ed48ec4f1ce1b49f8e0dd018 0.03 MB 106 104
143,356 143,356 00000000000000bd2287edf73e80f85f218e1215635f04be6e19b5cbbc789515 0.02 MB 33 276
143,355 143,355 000000000000021321d81ca564858f10f255e2058457f315f6d3555474632021 0.00 MB 2 2,481
143,354 143,354 00000000000007d2803e5c17c1270f05545f31353179833148d6546d0efa8707 0.03 MB 85 19
143,353 143,353 000000000000056f402e10dc2813dff1f6ef6a78ee3298a26a51dfb04dfdf821 0.05 MB 107 192
143,352 143,352 00000000000007fcfd48a9068506b1a300ab18fa09fe1f3fb85a9352e9e34f97 0.00 MB 1 0
143,351 143,351 00000000000003ace7b03217061335852aa2c66dde831daccab1706c7b2a4824 0.00 MB 16 60
143,350 143,350 0000000000000069b26744ce23d4d68f42e76234c47d76dac613ff55ad0087c3 0.01 MB 26 48
143,349 143,349 00000000000008a6572a53745991f62bc1b07661eb79637bafc5db644912579a 0.00 MB 15 73
143,348 143,348 00000000000003e4221875978da890067ca1b65672234b3cbf8ef667eb69e802 0.03 MB 82 149
143,347 143,347 00000000000004313d6f3243854091ae3465ed661a6f206f1d2cf25430a8fdb4 0.03 MB 63 299
143,346 143,346 0000000000000630bbe3e42c61476d5b0cdca0e8f5bf1f28ce60ef2d0e69cf17 0.01 MB 15 577
Previous 10 blocks ↓
Total Size: 779.06 GB

Node Details:

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