Loading Tool

Explorer IconExplorer

Memory Pool

37,520 transactions
26.03 vMB
0.05607542 BTC
Random Selection Loading Transactions
Max Size: 134.24/200 MB

Candidate Block

Mining Attempt 1e8cc4e79aa6d753f653da61b0d5b310ea83ade188118a65ce15b0ad89a61a31
Version 20000000
Previous Block 0000000000000000000015007aa3e8cfde8b7b1ceeeed1a98eb8769d19f21a8e
Merkle Root 508209943786d10c56460412cebc37be55fac2fc6ab05bd5c6517b5715b89d31
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,553
Size: 1.00 vMB
Total Fees: 0.00850319 BTC
Feerates: 73.33 > 0.85 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,928 (256,574 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
658,354 658,354 00000000000000000002df19e7a5ad71a06065d959d3b42c0c77d65a69d00a69 3,142 1.00/1.00 vMB 46
658,353 658,353 0000000000000000000792822095946dd7e1ad4e44c89721e67b56c8b2323d3c 2,285 1.00/1.00 vMB 72
658,352 658,352 000000000000000000078b139ac418b6c35e8f11fd94c6884b9e0ef97b8c885e 1,484 1.00/1.00 vMB 90
658,351 658,351 0000000000000000000af11f00cb4f14431af734257bd6616f6332bb8d462c4a 2,205 1.00/1.00 vMB 52
658,350 658,350 00000000000000000006121f816ce22220d767d355302417e362588cf6a447a3 2,335 1.00/1.00 vMB 67
658,349 658,349 000000000000000000058ab4058f583f734f5463059828133b5e3511a3eb6630 2,487 1.00/1.00 vMB 48
658,348 658,348 00000000000000000000024f88a1e39fb33d6c2c85b239f2673c63dfce6c5be8 2,638 1.00/1.00 vMB 58
658,347 658,347 000000000000000000036c32a4d709929635042f7aecc1c8e3189f8526bf93ed 2,443 1.00/1.00 vMB 47
658,346 658,346 0000000000000000000db55519cc6554f9258fcfd00bcc015689f00c944425a0 2,179 1.00/1.00 vMB 42
658,345 658,345 00000000000000000001ce7ef083699eb6262bc9431da9062c7154f00fc551c7 2,133 1.00/1.00 vMB 59
658,344 658,344 0000000000000000000b226e514db058f292ffbfc600c1b1c5b69f62fcc5fd4a 1,532 1.00/1.00 vMB 37
658,343 658,343 00000000000000000003b0a985eea57c9af645922a8d2adc9c3d80eeb15d086a 2,629 1.00/1.00 vMB 53
658,342 658,342 0000000000000000000e4c5c58b5e35c3f98b474cbed153abd25777570104146 2,281 1.00/1.00 vMB 69
658,341 658,341 0000000000000000000a2effa12e54a3201d20efc480766bcc37114c778ce68a 2,362 1.00/1.00 vMB 55
658,340 658,340 00000000000000000007584bd357bda3f636c6078062d64c40e75cceacdce384 1,921 1.00/1.00 vMB 54
658,339 658,339 000000000000000000048b6a00af334a6dbc0f1d2cd5e62b3017b71cb3518d0d 2,357 1.00/1.00 vMB 74
658,338 658,338 0000000000000000000952badbd12f419603b03a5efa85830e09a5d6ebf947aa 3,040 1.00/1.00 vMB 50
658,337 658,337 00000000000000000003b02966661fce8c08e0714c760da146bb9270e996f28f 2,334 1.00/1.00 vMB 45
658,336 658,336 000000000000000000075e6f42d0673769ab2f96aaa655400ae25f2b0657edb1 2,751 1.00/1.00 vMB 45
658,335 658,335 00000000000000000002eb8fba3fb4d14a0ac21499471b7c5f011d297efcae9a 2,602 1.00/1.00 vMB 61
658,334 658,334 0000000000000000000318ba3682d834a11c3175cfb53631ce35b0316800ab3f 2,414 1.00/1.00 vMB 46
Previous 10 blocks ↓
Total Size: 782.26 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: 655.80 GB
    • Received: 14.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.