Loading Tool

Explorer IconExplorer

Memory Pool

43,861 transactions
27.18 vMB
0.07591968 BTC
Random Selection Loading Transactions
Max Size: 141.92/200 MB

Candidate Block

Mining Attempt 7bae3abeac0a24d13a0d7984a7539ed8fe96561d370f03aa68db0e56d2703374
Version 20000000
Previous Block 00000000000000000001e781babda0e5f5c24c52acf8d86f6d0acc4edd29a722
Merkle Root 393105cc53576228f75bde6975aadec3978abd9e6070f5cfa1e141ff0557d82e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,854
Size: 1.00 vMB
Total Fees: 0.02411462 BTC
Feerates: 150.77 > 2.42 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,885 (888,221 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
26,664 26,664 00000000d1b0d22674c85d7921eff9c7b81495bbb378796e4448306f6ac9b131 1 0.00/1.00 vMB 0
26,663 26,663 00000000028a75ddc3be55e9f8a25a2087bfc8547fdfd034af8e337f3a9e5049 1 0.00/1.00 vMB 0
26,662 26,662 0000000058a6e1eac3a36f02989198e80c5a99717d1add78288506ba30ad69f2 1 0.00/1.00 vMB 0
26,661 26,661 00000000eb199513a821f675f002aa900f464428e4319abe390cb302265d768a 1 0.00/1.00 vMB 0
26,660 26,660 00000000fb06f6b1c54f8e71c96ee1f95426a1c3b644439103bc6011cdfa5ccd 1 0.00/1.00 vMB 0
26,659 26,659 0000000091019f1ac009fe5ed5b312536804435eb856525eb6e29f331cfa7595 1 0.00/1.00 vMB 0
26,658 26,658 000000000d1919847ef451e2cd29bdc6dc16bbebb002ad4dc7a86f034dd6d74c 1 0.00/1.00 vMB 0
26,657 26,657 00000000d3bc2fcd6cc71fd4aa4eeaf70120320f39e1fa7cb941428e91bea757 1 0.00/1.00 vMB 0
26,656 26,656 00000000f48ab7554771d930a3482b70ef4e5bafd13c70c32f5ab62557af8650 1 0.00/1.00 vMB 0
26,655 26,655 00000000efeb1b6fa6f7f911a6f129125df551ae3d24f94af31e717916829b39 1 0.00/1.00 vMB 0
26,654 26,654 0000000067beea401639fe832d2f657d8adb9dfe150395f96fdf81ce4396f578 1 0.00/1.00 vMB 0
26,653 26,653 000000001a8a3bb1be75ba69e5fff3ded5fa0f061d296654ec5ef96dc384db6d 1 0.00/1.00 vMB 0
26,652 26,652 00000000aa44fdeaa402c8f96356f2b681ee2563e2fd0a744d69bea136608f5c 1 0.00/1.00 vMB 0
26,651 26,651 00000000466e0023d84c0eeebcf7c54ba8777e88b823bf96262a1b9f6070c230 1 0.00/1.00 vMB 0
26,650 26,650 0000000007fc6596c832ace80b84f6344a62c44af6d67df14217d94910207967 1 0.00/1.00 vMB 0
26,649 26,649 0000000029861f9afd1a82ea952270477ba977a37a6e8343655d820352f24da4 1 0.00/1.00 vMB 0
26,648 26,648 0000000058c0e38615f53359c72d10a2bdd90ba8795164496648be73be8c134a 1 0.00/1.00 vMB 0
26,647 26,647 00000000a7a822670b2a754e649fa962f51431083b6fc0fc0913b9b761b90686 1 0.00/1.00 vMB 0
26,646 26,646 000000009bb4b28f06f02f7139a36d4f19bb572b52fb171a628bb8e6e85fb77c 1 0.00/1.00 vMB 0
26,645 26,645 00000000856294db826898ad653eb32b402ab180698752ad49c29b74d097ff00 1 0.00/1.00 vMB 0
26,644 26,644 000000008165c590caf4023a052758d19ca9831efd7bf21e5d6514e932995b61 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.18 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: 653.66 GB
    • Received: 13.99 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.