Loading Tool

Explorer IconExplorer

Memory Pool

76,353 transactions
28.56 vMB
0.06881620 BTC
Random Selection Loading Transactions
Max Size: 172.97/200 MB

Candidate Block

Mining Attempt 747c42dfa6dde7da0f7f94a929e9a2fe375db0c66617f548ca01e4e7b73ee03c
Version 20000000
Previous Block 000000000000000000001d962d813166c213e66919ae03bd9d146ae85a1c4436
Merkle Root d7c4a949ae3c66789194346c24fbf052540edc385d4a1d1948388c6931a62e5c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,382
Size: 1.00 vMB
Total Fees: 0.00952618 BTC
Feerates: 79.19 > 0.95 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,154 (375,779 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
539,375 539,375 000000000000000000000e17d5d11694f4602f68a8ab629093a7f61baf6fea77 1,051 0.37/1.00 vMB 26
539,374 539,374 00000000000000000011daaebcb8652888d8f688aa08c460687bff6f4edec06c 2,315 0.95/1.00 vMB 25
539,373 539,373 00000000000000000003b382d22ec2aaae0ee7906a0c87ca3ce8eaeb4b01fb9c 1,239 0.53/1.00 vMB 23
539,372 539,372 0000000000000000001d2608827666f0e96054b4560a038e06b22c82917bb19d 1,748 0.95/1.00 vMB 30
539,371 539,371 000000000000000000048b85175d2f45c0e9141810a878aef586a5668d23e1b1 47 0.01/1.00 vMB 17
539,370 539,370 00000000000000000001fd03b7631b32cb6294801f007233b29163ca2f206ce9 194 0.08/1.00 vMB 25
539,369 539,369 0000000000000000000d35f021b8963095a45d1a36a9fe0689aa5c269cf3c048 1,648 0.92/1.00 vMB 16
539,368 539,368 0000000000000000002411b9382d6fbbee004e5e971766fbc6e9c24d13fadb47 1,419 1.00/1.00 vMB 19
539,367 539,367 0000000000000000001a58831fe1b11db5d50d7f2a52c6f804cbd56abb7323c1 2,441 1.00/1.00 vMB 14
539,366 539,366 0000000000000000001852229cc9fce9e270ecddda80b5e2eef9b68848145e41 305 0.13/1.00 vMB 31
539,365 539,365 000000000000000000273e35cf6c7e1f6752bd6016443b47370b4cf39a9e5250 2,457 1.00/1.00 vMB 17
539,364 539,364 000000000000000000136042cf611e59fde902b92001354edb479b3723b8a5f7 2,002 0.97/1.00 vMB 15
539,363 539,363 00000000000000000022768b7563c9fbd526c895f7d39eb50ac06a1b86feaaa4 2,619 1.00/1.00 vMB 19
539,362 539,362 0000000000000000001df963da5ea3c2f33a86f3ae28df18feee24efc1019fe7 2,402 1.00/1.00 vMB 12
539,361 539,361 0000000000000000001dd21514136df4cf58d013c9493d97e2f8b2c5b2131932 2,775 1.00/1.00 vMB 26
539,360 539,360 0000000000000000001cfb5be090b93096e25d7e786dae5209255f73d38ca589 2,589 1.00/1.00 vMB 33
539,359 539,359 00000000000000000021fd9c3ade4f314cc7cf2279a952f39dc34735f033bc60 2,352 1.00/1.00 vMB 36
539,358 539,358 000000000000000000212fdfa69123d27011361f7a6bd044bb725e4f308d421c 2,592 1.00/1.00 vMB 69
539,357 539,357 0000000000000000001f49763da939443df9f2d643c1b228828b5d6292328047 2,394 1.00/1.00 vMB 23
539,356 539,356 0000000000000000001e651e3620de38b74b6a2b6651d67b2dc5e39a643f329d 628 0.46/1.00 vMB 22
539,355 539,355 0000000000000000000516a7564cbd636526cdb4fdf233542a361ed416bc93d5 1,420 1.00/1.00 vMB 10
Previous 10 blocks ↓
Total Size: 782.66 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: 672.98 GB
    • Received: 16.35 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.