Loading Tool

Explorer IconExplorer

Memory Pool

27,444 transactions
4.88 vMB
0.04709493 BTC
  • 1 sats/vbyte = 18 blocks ()
  • 2 sats/vbyte = 12 blocks ()
  • 11 sats/vbyte = 11 blocks ()
  • 12 sats/vbyte = 5 blocks ()
  • 14 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 39.24/200 MB

Candidate Block

Mining Attempt 92fa39dca3974b0494788f5b6f62ad7c1fc1e939f1bf502eb1e5bafeba2949e2
Version 20000000
Previous Block 0000000000000000000128cedb9b23be56bc6bb3295241126822eef422b8ce0d
Merkle Root 3951700a6b0d8c840ab6a8caf92ea4b8b719c877b436a1ca30837ef9f65335e8
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 2,023
Size: 0.56 vMB
Total Fees: 0.03533125 BTC
Avg Feerate: 2.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,789 (648,367 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
264,422 264,422 000000000000000943285bb18eb6e84cee00566cfa9146d18c084606ee43dcde 0.10 MB 238 130
264,421 264,421 000000000000000d048b2e11847cb1aeaa9703a9776e49856902217e69fc18aa 0.14 MB 422 127
264,420 264,420 00000000000000082d87e484d307262c47256eba31ce948779f6314c7da9c005 0.11 MB 289 159
264,419 264,419 00000000000000054080fbb2f9d9d7683fd16b057ddb688fdd28e14b7b3fc358 0.00 MB 15 70
264,418 264,418 0000000000000006d6a88a1785daf06d22a9757e7b277d59b746965abbaf5bf3 0.14 MB 86 15
264,417 264,417 000000000000000bc8de4b0e5219c2ee9dfd7aaf1b9413651768b8e6e4803fe1 0.10 MB 217 118
264,416 264,416 00000000000000033005ba0c3eb8c6b4c319fc945df86ecd3c4da4ab075813eb 0.07 MB 190 84
264,415 264,415 00000000000000067d15c5a993377ffa2e02b2af84a8d1628b26f3855c5a5c20 0.36 MB 685 92
264,414 264,414 000000000000000dab87e9e936fb737c1424c4042fda3a43985f84c585b27685 0.13 MB 206 19
264,413 264,413 000000000000000b72a42b624cc51857860fccc28e91763a2fa9cbd43d1162fa 0.27 MB 649 100
264,412 264,412 0000000000000001981e5ac592b76a69336d829e03192c078e9806259c977df7 0.11 MB 270 123
264,411 264,411 000000000000000d2c1036c56642fa47d6bb967864501da36b00fbccdc8ebaad 0.02 MB 58 105
264,410 264,410 000000000000000e16781e54b47c48f1de31f06ac36d95f6a8ceebb479c97a06 0.04 MB 94 40
264,409 264,409 00000000000000051bc2a22b52dee329fe71b9fc8aa50ccd7b2c36e91aacb748 0.18 MB 384 86
264,408 264,408 0000000000000009a06398c689ab7810a8eeeaafb494932298527379b5557dfe 0.15 MB 263 57
264,407 264,407 0000000000000000df58caef80a6eaa22793ccec1189fab1b098bbb2126e3636 0.25 MB 536 98
264,406 264,406 00000000000000071641b8b5747ff9ac629d5ddf6f563a7b5aed30ca38bf6bc1 0.24 MB 624 120
264,405 264,405 000000000000000148479e65643c8944f24c441891839a03011a56028db753bb 0.04 MB 103 113
264,404 264,404 00000000000000004ab75da613dcdd0831c092041c25007dadd8d74a10cb21c2 0.15 MB 401 83
264,403 264,403 000000000000000e8d064410c2a306863580dfd8b5c7c4a687c43a2ca1ab75bc 0.05 MB 103 100
264,402 264,402 00000000000000020361e8e1009eabbc26fdc769501f2a638d093c4094014e66 0.50 MB 1,086 74
Previous 10 blocks ↓
Total Size: 778.47 GB

Node Details:

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