Loading Tool

Explorer IconExplorer

Memory Pool

27,735 transactions
27.76 vMB
0.07770864 BTC
Random Selection Loading Transactions
Max Size: 133.27/200 MB

Candidate Block

Mining Attempt eb5e30335878babf5978d51c59922cc33d5010e6543b0147c977f6c88baae7e0
Version 20000000
Previous Block 000000000000000000016eb8bebe8584b7aecd7a44be07876d633c9fa7a4bae0
Merkle Root ce98e5bc932c760489f5ee2ac616a731118ba909b7772f45ea737e9586060c65
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,836
Size: 1.00 vMB
Total Fees: 0.02479117 BTC
Feerates: 300.91 > 2.48 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,484 (865,812 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
48,672 48,672 000000000efc5ee4bdd46ebf3911bc6f5e2d77816b613dde5c207c96b62e76ea 1 0.00/1.00 vMB 0
48,671 48,671 00000000141b6431c34c53390ff150ed8db975ad6ed812149a2d45956fabad49 1 0.00/1.00 vMB 0
48,670 48,670 00000000088c94488db7bd91fc8c6cf5e22869f63a8d88cd7c8859b92879f65b 1 0.00/1.00 vMB 0
48,669 48,669 000000001067d2fb9c6200da1fa03c4b2da60d01407c40fd59c81311f505d094 1 0.00/1.00 vMB 0
48,668 48,668 0000000007547754d52cee2167328a131b6e3e22a0af86a194dbfbe482bd7f01 2 0.00/1.00 vMB 0
48,667 48,667 00000000144a8194207f63cb1b5204f64316205cd76626acc20b99ee49fe14ec 1 0.00/1.00 vMB 0
48,666 48,666 000000000fd20006312a6ac51434775be156fea8e2f62dc82e824942db56b4e7 1 0.00/1.00 vMB 0
48,665 48,665 0000000004d162380f141c7c2f1689795ad111b2799aaa4f932ce98a57217188 1 0.00/1.00 vMB 0
48,664 48,664 0000000015755b2d51f7bb0a3aff26bbc8fac0e56d2d8b7269f880dc9c7d8eb1 1 0.00/1.00 vMB 0
48,663 48,663 00000000126962a144ec924655272a1819da7cad34aa3bff840fa0a45da19ed2 1 0.00/1.00 vMB 0
48,662 48,662 000000000835af02f6695352dc30fd243c95c0198fd4bbf2937b3e6cc337959f 1 0.00/1.00 vMB 0
48,661 48,661 00000000110b7a9d8d29c3e0c9984decb3f6c655f09400d59a230b6cc6e8c578 1 0.00/1.00 vMB 0
48,660 48,660 0000000028fe03660ccc3ec280582910041e9a26307e21772081d124b00aaac5 1 0.00/1.00 vMB 0
48,659 48,659 000000000a7d4e782ceb2ef8a95050f3abc971164f9a9d8615673d5367770e25 1 0.00/1.00 vMB 0
48,658 48,658 0000000024bf36a91e59e1b7f1c9d99cab54c61ba19f5ff7c8e07e4965e6a9cb 1 0.00/1.00 vMB 0
48,657 48,657 000000002483c29128586986bd3094160e505a32fc9fc858a0a8f4526fe6762f 1 0.00/1.00 vMB 0
48,656 48,656 000000001b1505f234bb552d403fd59f3caacac49e0ffa4e7c1f0a93d14611fb 2 0.00/1.00 vMB 0
48,655 48,655 0000000006db6481d8702cb1b83f0e2f7ead0c55a576d0d65dcaed8960878801 1 0.00/1.00 vMB 0
48,654 48,654 00000000248221efa9ac158abc18506071d22cffbc828f12c1eaf423b8dc8487 1 0.00/1.00 vMB 0
48,653 48,653 000000002264a1411d1f0724431d357396c2f0c55437991cf1ae30bb40b19683 1 0.00/1.00 vMB 0
48,652 48,652 000000002672009c538bc93429df82980e80d0e4213899ba07dd0c46e5e83c6d 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.47 GB

Node Details:

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