Loading Tool

Explorer IconExplorer

Memory Pool

85,757 transactions
32.88 vMB
0.13201764 BTC
Random Selection Loading Transactions
Max Size: 195.52/200 MB

Candidate Block

Mining Attempt c21d18f5b74f5730e9366801bccb045789459c2022c4bd9a57231f0f89e6f487
Version 20000000
Previous Block 00000000000000000000880b1680fef67d1387961500b05f68e29399f83d5076
Merkle Root 3d0972cdbead20bc0f08e9d69106286e19c84d5b6ed502d246ec32e21a663bef
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,633
Size: 1.00 vMB
Total Fees: 0.06095129 BTC
Feerates: 387.56 > 6.11 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,953 (447,412 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
467,541 467,541 00000000000000000064da67c2b7d7845a39089366a156a9ce4e913c5aafdc9b 2,439 1.00/1.00 vMB 260
467,540 467,540 000000000000000000d89b3126ac5ded9b861ce939f82dd48ff79ec638c4735a 2,324 1.00/1.00 vMB 299
467,539 467,539 000000000000000000335f13cafd9dccd425a8a5ef9ff6f3147c73c06775f319 2,654 1.00/1.00 vMB 310
467,538 467,538 0000000000000000006b0b65e9f001f16d86a4e8f6763a3f68f71659d2704cff 2,420 1.00/1.00 vMB 285
467,537 467,537 00000000000000000082820af0613ec7da777df96870d39a4be7f9c1337d2922 1,779 1.00/1.00 vMB 281
467,536 467,536 000000000000000001e5d91cb871077a7abcca405cd5a6f9e4a12dfce417cce0 88 1.00/1.00 vMB 27
467,535 467,535 00000000000000000032efb9195c8319750030bddd6d271e911e47f5253e5dab 2,429 1.00/1.00 vMB 289
467,534 467,534 0000000000000000012cbe70f797021dd3e91d69aaccf82ed1d9c2da4aad8182 3,020 1.00/1.00 vMB 285
467,533 467,533 00000000000000000031ca673e357ae2b4acc1d357b2514856a4394da1070d83 2,715 1.00/1.00 vMB 305
467,532 467,532 000000000000000000063181cb7c33ad605d902fcae141a00d5608209dc35063 2,489 1.00/1.00 vMB 273
467,531 467,531 0000000000000000015504394a820b1650a32059e50ca9c7590adfd58fd17385 3,046 1.00/1.00 vMB 311
467,530 467,530 0000000000000000017c52986179e6a23a48edaca1fc1c4944ddaf8a9ed8c440 2,478 1.00/1.00 vMB 314
467,529 467,529 0000000000000000006a83c5320c7f575052166cececf1acd6e4a42136fa06e2 2,863 1.00/1.00 vMB 292
467,528 467,528 0000000000000000008ae48adfc8911eb6edcebd0646f328ca240f3f68ee81b6 2,335 1.00/1.00 vMB 262
467,527 467,527 000000000000000000dc007eea261c0c4cb0e7b43b2effd9a588eb49e8a237c9 2,906 1.00/1.00 vMB 320
467,526 467,526 000000000000000001186a708953e1cee318173728acd58bbfca495bdad64a0b 1,889 1.00/1.00 vMB 129
467,525 467,525 0000000000000000000ce41b8a84f87dcb9a38cf5886e4583c72b8bd7aa00203 2,634 1.00/1.00 vMB 270
467,524 467,524 000000000000000000ac92b2d07f0539754011339040e657a3b2bfe79095095d 1,967 1.00/1.00 vMB 239
467,523 467,523 000000000000000000d1f10a813d6b9665580aec37c42c6bfe25924aed932fe1 2,490 1.00/1.00 vMB 233
467,522 467,522 0000000000000000018d015a96c2aea4269f9055b19a9b59f9a9ca4197bd244b 2,492 1.00/1.00 vMB 164
467,521 467,521 0000000000000000017ef96c165017fc127f23adf80de03af2125935c961665d 2,352 1.00/1.00 vMB 215
Previous 10 blocks ↓
Total Size: 782.31 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: 659.27 GB
    • Received: 14.60 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.