Loading Tool

Explorer IconExplorer

Memory Pool

18,716 transactions
8.76 vMB
0.05224785 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 49.76/200 MB

Candidate Block

Mining Attempt 9a11ce501b08b08dfd8b25f97939d442d26cb58da4e8666dca848905be8fc285
Version 20000000
Previous Block 0000000000000000000025f04ff2c401a5399cfff1f91b6377cb2b55eeb38fad
Merkle Root 002c255ef812a11d5f92c1dcaeee4a9225e116d14e6739c248fbcc9cdc38f315
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,825
Size: 1.00 vMB
Total Fees: 0.03148420 BTC
Median Feerate: 2.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,421 (657,003 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
256,418 256,418 000000000000000886e085cfaf0821aa6d3e6f3be99440ccf08987659a85c4b4 165 0.08 vMB 42
256,417 256,417 000000000000002736a35767f9b504938cbbcd89d7b8a1515a5af3e62d509f60 646 0.25 vMB 119
256,416 256,416 00000000000000078d788af5ececde1076ae1f6dea184e5fcb7124199f988411 370 0.17 vMB 124
256,415 256,415 0000000000000003ed595e0cfe7604c6c3e8874d0429c8f8875eecd48941b98b 191 0.08 vMB 105
256,414 256,414 00000000000000205b75a8b3413fa1c8dd87b5e92515dc120be5649e06dcf416 868 0.34 vMB 148
256,413 256,413 000000000000002b74f7a662a8fd7dbbdc5380e16a99bb033a309abc70cfbce8 118 0.07 vMB 82
256,412 256,412 0000000000000000453d89fc82fa1ebda44b804974d2eb340cb9573fe9aab0b8 511 0.26 vMB 87
256,411 256,411 00000000000000141ee49e76bd7aaf0cbfde3dc6e60ed4bbc06a395f02ac2e87 605 0.25 vMB 144
256,410 256,410 000000000000000240f792bfcba098ab61ab7c7d14f11bbd25b40e377e38eba6 119 0.09 vMB 50
256,409 256,409 00000000000000141bd647df753710f17293eb143efba2331d5536e9ca943557 272 0.13 vMB 133
256,408 256,408 000000000000002b0aa1707a929efd2a55055e8dad4595b8ed263da97fb566c2 700 0.35 vMB 113
256,407 256,407 00000000000000249abdaf91551e920822fc3f60457b2ad574bb3d482e492444 14 0.01 vMB 87
256,406 256,406 00000000000000165b56e7fb8929118cae772ce6e24f4a3252df645b845bf509 257 0.11 vMB 119
256,405 256,405 0000000000000023285eabd4513599ffbfaf19d5f46a0012df0261c082fb9e71 91 0.04 vMB 89
256,404 256,404 00000000000000107f9c93c4f8665552233467652a814c1b53e7478725259f05 231 0.09 vMB 128
256,403 256,403 0000000000000015d867ceb5674dc87f0b2a7832bb1a01e99bcccafb7cd61326 171 0.09 vMB 97
256,402 256,402 000000000000001bddf5cee9b7eb49a55765f6df05ef8c2d1dfe60ad16b64113 68 0.03 vMB 75
256,401 256,401 00000000000000166163372cd3058ef59a3f2e9fce51d0d2995f5b38cddcfb82 326 0.17 vMB 328
256,400 256,400 0000000000000027d9d3d793707da3fd684af4c0e595c1a981c7671b06dfcd45 638 0.25 vMB 129
256,399 256,399 000000000000000f8ee1a0d25dc5867102e39760bae6fd27e60447f4058264f0 267 0.11 vMB 113
256,398 256,398 0000000000000002815fe6129ba444170d0df2a5e6a85d670b270bf1520b3001 347 0.16 vMB 125
Previous 10 blocks ↓
Total Size: 779.60 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: 295.22 GB
    • Received: 1.24 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.