Loading Tool

Explorer IconExplorer

Memory Pool

41,170 transactions
27.39 vMB
0.05790120 BTC
Random Selection Loading Transactions
Max Size: 142.69/200 MB

Candidate Block

Mining Attempt 3d0f8c2936c3b8e4000500165a89013daa1a4adaf8fa674594a75bbfa4294ca6
Version 20000000
Previous Block 00000000000000000001efc6ef29afb06af1d34a1a418adad7d70a52f0b7c848
Merkle Root db88cf442a94769fa9a8712b177da77025f72ba01a4dfe7a558ebe7f6d80e699
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,127
Size: 1.00 vMB
Total Fees: 0.00635131 BTC
Feerates: 50.24 > 0.64 > 0.24 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,258 (872,779 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
41,479 41,479 0000000063182606c4e39f89a1bc4e71b01997429b69b783963c7fc0b907bd23 1 0.00/1.00 vMB 0
41,478 41,478 000000001bc191cab5595b5b6bae116cdc6512bfde920f13ac57312240b601eb 1 0.00/1.00 vMB 0
41,477 41,477 0000000043ae155a46363581dd46b1b5e1a02ce9ff3082cce35ee96f388087d3 1 0.00/1.00 vMB 0
41,476 41,476 000000002952b8ccafb3e68828a90fcf3e6c0bdd771e1dcc22a8bf4e2508d971 1 0.00/1.00 vMB 0
41,475 41,475 000000002dac7232ebec17b31faaf816207d198f990f58b2ebf2c76381103857 1 0.00/1.00 vMB 0
41,474 41,474 00000000287c02b433a3028656ff192504b91e283c76ed146374334c1884feb0 1 0.00/1.00 vMB 0
41,473 41,473 00000000124a7232848739970801d0598d14224e3adbebe83df24434c9c606fe 1 0.00/1.00 vMB 0
41,472 41,472 00000000638662dc9910a5b376c2413253c61f9fa102a3606a10640e6e08a73a 1 0.00/1.00 vMB 0
41,471 41,471 000000000c13e6bdd114ee3a7c9163fb1caadeadec2d08ab6543ee1b2a8f6304 1 0.00/1.00 vMB 0
41,470 41,470 0000000055744c7f6380ed2f1715a9af5976ca6a5d790787b3071800de34f2f8 1 0.00/1.00 vMB 0
41,469 41,469 000000004de06edda63cacdefa1cdd27f120d874cee466f2a4878ab02c8543f1 1 0.00/1.00 vMB 0
41,468 41,468 000000001d31c3da4e73d9a1196a346112fefe0251390d092b9949c72ed45b8b 1 0.00/1.00 vMB 0
41,467 41,467 000000000700f1eeaa7c608518573f44cd058e780f403e9dd19c92482894050f 1 0.00/1.00 vMB 0
41,466 41,466 000000004592edb44d9fbce5f9c30c2ec381bfd002c0e16e1b0741bd016fde3a 1 0.00/1.00 vMB 0
41,465 41,465 00000000343a7ae15d139d5f488ba4cd3e5328eb8e3b94824df7da9436c21a72 1 0.00/1.00 vMB 0
41,464 41,464 000000000ce9a51d8b243c08d8d732356bb85e736e8a8b8dad31a04cdfc12853 1 0.00/1.00 vMB 0
41,463 41,463 0000000058a3b5c05d093a1d294833b08b8f1c492a759c9569ee123494bec048 1 0.00/1.00 vMB 0
41,462 41,462 00000000510fc57048cb2bdf559e79431da086dd3856ed5bd4d7a09c47abaae3 1 0.00/1.00 vMB 0
41,461 41,461 000000006508c9242ce8cf8e3632a1c5bf04aa244e0b113bfda4b23ee3c8aced 2 0.00/1.00 vMB 0
41,460 41,460 00000000494fbf6efaf0e4fccb07d5184d3c1b0ccf2f5861daf86393a308806b 1 0.00/1.00 vMB 0
41,459 41,459 000000004b3ba640f09d3bdc47630362ae2f7e133774c016e378567cf57ac0df 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.05 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: 577.59 GB
    • Received: 8.61 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.