Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,607 transactions (0.62 vMB)

Priority:

  • 1 sats/vbyte = (4 blocks)
  • 2 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,685 000000000000000000022cb30000000000000000000000000000000000000000 ago 0.61 vMB 1,600 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,684 (884,018 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
26,666 26,666 00000000756a7895538ba190250b2a83f41894a0f85bc0035bab9a5438120e78 0.00 MB 1 0
26,665 26,665 00000000a9774ef239e43f8d690f263e26b0e728e479fd5ba73878926c855b3b 0.00 MB 1 0
26,664 26,664 00000000d1b0d22674c85d7921eff9c7b81495bbb378796e4448306f6ac9b131 0.00 MB 1 0
26,663 26,663 00000000028a75ddc3be55e9f8a25a2087bfc8547fdfd034af8e337f3a9e5049 0.00 MB 1 0
26,662 26,662 0000000058a6e1eac3a36f02989198e80c5a99717d1add78288506ba30ad69f2 0.00 MB 1 0
26,661 26,661 00000000eb199513a821f675f002aa900f464428e4319abe390cb302265d768a 0.00 MB 1 0
26,660 26,660 00000000fb06f6b1c54f8e71c96ee1f95426a1c3b644439103bc6011cdfa5ccd 0.00 MB 1 0
26,659 26,659 0000000091019f1ac009fe5ed5b312536804435eb856525eb6e29f331cfa7595 0.00 MB 1 0
26,658 26,658 000000000d1919847ef451e2cd29bdc6dc16bbebb002ad4dc7a86f034dd6d74c 0.00 MB 1 0
26,657 26,657 00000000d3bc2fcd6cc71fd4aa4eeaf70120320f39e1fa7cb941428e91bea757 0.00 MB 1 0
26,656 26,656 00000000f48ab7554771d930a3482b70ef4e5bafd13c70c32f5ab62557af8650 0.00 MB 1 0
26,655 26,655 00000000efeb1b6fa6f7f911a6f129125df551ae3d24f94af31e717916829b39 0.00 MB 1 0
26,654 26,654 0000000067beea401639fe832d2f657d8adb9dfe150395f96fdf81ce4396f578 0.00 MB 1 0
26,653 26,653 000000001a8a3bb1be75ba69e5fff3ded5fa0f061d296654ec5ef96dc384db6d 0.00 MB 1 0
26,652 26,652 00000000aa44fdeaa402c8f96356f2b681ee2563e2fd0a744d69bea136608f5c 0.00 MB 1 0
26,651 26,651 00000000466e0023d84c0eeebcf7c54ba8777e88b823bf96262a1b9f6070c230 0.00 MB 1 0
26,650 26,650 0000000007fc6596c832ace80b84f6344a62c44af6d67df14217d94910207967 0.00 MB 1 0
26,649 26,649 0000000029861f9afd1a82ea952270477ba977a37a6e8343655d820352f24da4 0.00 MB 1 0
26,648 26,648 0000000058c0e38615f53359c72d10a2bdd90ba8795164496648be73be8c134a 0.00 MB 1 0
26,647 26,647 00000000a7a822670b2a754e649fa962f51431083b6fc0fc0913b9b761b90686 0.00 MB 1 0
26,646 26,646 000000009bb4b28f06f02f7139a36d4f19bb572b52fb171a628bb8e6e85fb77c 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.64 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 2,288.29 GB sent, 121.84 GB received

Notes

  • This page updates every 5 seconds.
  • 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.