Loading Tool

Explorer IconExplorer

Memory Pool

87,658 transactions
32.89 vMB
0.13900438 BTC
Random Selection Loading Transactions
Max Size: 199.98/200 MB

Candidate Block

Mining Attempt ec77d997dfb1c5448ebd80f563bded7dd8caaef61c505c747422a182fb094ee3
Version 20000000
Previous Block 0000000000000000000073858b84c6401114582f0135c71d085cde3871dc221b
Merkle Root 3c0bbebbb35e584d22257cb437d184aaf3b32c0376ce549e9d4b6afbb32e8d2e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,968
Size: 1.00 vMB
Total Fees: 0.05066430 BTC
Feerates: 300.16 > 5.08 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,216 (297,847 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
617,369 617,369 0000000000000000000bdb8aac328a7ab14086f7e992935edd2f0e21c5a402ed 2,985 1.00/1.00 vMB 41
617,368 617,368 00000000000000000002c98128ca10004f4334de088c8747814f3d3e914ba24f 2,436 1.00/1.00 vMB 37
617,367 617,367 0000000000000000000a0e25658a38b627f5722f5bf1b2aa42a40ff49adb1b7a 2,412 1.00/1.00 vMB 36
617,366 617,366 0000000000000000000b8fdae4e2ecc418f59a864618e297154e3fae9bee1dc4 1,626 1.00/1.00 vMB 58
617,365 617,365 0000000000000000000ab8d0eb253e3c9fc6f72ec73db7d42daa41123dadd5c0 1,330 1.00/1.00 vMB 89
617,364 617,364 00000000000000000004a2fef125b70ddc0017c1938ced029dba1c28f6d6c541 1,654 1.00/1.00 vMB 17
617,363 617,363 0000000000000000001203f94336fbf957caeccd2da2b8203e28461c404b61d4 2,795 1.00/1.00 vMB 15
617,362 617,362 0000000000000000000c7459ba7fdb890154deda8589a1c3c4b159d8140cb140 3,423 1.00/1.00 vMB 39
617,361 617,361 000000000000000000112bd9c64f4a463231644e0378a9baa684f47ad1bc5f62 2,574 1.00/1.00 vMB 10
617,360 617,360 00000000000000000005d332ac0b6f28a696af13cfe2537fb3717592b95e91ef 3,140 1.00/1.00 vMB 34
617,359 617,359 00000000000000000002059f5ca9e561a9be7cb46fe1508a1ff9db0d0ad4e56a 1,820 1.00/1.00 vMB 30
617,358 617,358 0000000000000000000d50c1f182e1339d3238df16cf66e0c93ade03543691ce 3,133 1.00/1.00 vMB 42
617,357 617,357 0000000000000000000de01107910a46b28b4d3f1d073a13c457084823c47c97 1,770 0.59/1.00 vMB 17
617,356 617,356 00000000000000000001ff296fdb6ec11c193595bb82fda27fc8c213d9937133 3,200 1.00/1.00 vMB 20
617,355 617,355 0000000000000000000b07d3c7664758e91fa3ad96ffa95f3e101764f1502ce9 1,618 0.66/1.00 vMB 21
617,354 617,354 00000000000000000001b74b09b35c456fb295da9cdc282ed3652100ffb038f2 2,115 0.78/1.00 vMB 17
617,353 617,353 00000000000000000009697c4ff6469447e4fb28d4004ad3227ea55b295d0f28 3,204 1.00/1.00 vMB 19
617,352 617,352 0000000000000000000142bcba50efd2e130a6dd228277784372c86d502f1476 346 0.12/1.00 vMB 23
617,351 617,351 0000000000000000000c946ed7c622077925badf104786d78b5825f4d5bc4a44 2,259 0.74/1.00 vMB 17
617,350 617,350 00000000000000000001d0edb0016189851a83ae70ca86be8c4abc0049e0d519 2,034 0.61/1.00 vMB 21
617,349 617,349 0000000000000000000752cf20bbdfe5a9ea5d1c613bb0490bce44c4e5f451b7 2,063 0.72/1.00 vMB 16
Previous 10 blocks ↓
Total Size: 782.76 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: 709.03 GB
    • Received: 16.84 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.