Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

681 transactions (0.25 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,109 000000000000000000022cb30000000000000000000000000000000000000000 0.24 vMB 671 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,108 (847,863 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
62,245 62,245 00000000064f06e82ce7143bbb7ef89bb3d04af1b595f2641ff525ce28b34bc2 0.00 MB 1 0
62,244 62,244 000000000d49a6d515dd1271e6157217666d163b53ee25eaf191ae130b1f1bc3 0.00 MB 1 0
62,243 62,243 000000000705cdad053d5fcb65e4cc83d8fbe398423b026c6689bd0db4f569d6 0.00 MB 1 0
62,242 62,242 0000000005bc9b118eeb3428b4f963ee7c3322dd4c0b9928b6851080afe51ed9 0.00 MB 1 0
62,241 62,241 0000000001529436499d4f597fe11499d909151937bf9ffdd2d8f0d0a1cde6bb 0.00 MB 1 0
62,240 62,240 0000000000f35545cfad8ec9696f91292087cc37719ed266a80d38610153802b 0.00 MB 1 0
62,239 62,239 000000000884ef22dcb191eebc535fa4c0941839550237a255d1ff82ca637dc8 0.00 MB 2 0
62,238 62,238 000000000b97c15d6d9432c16b4239a59a065a9028aca6651b768157f1ce6d58 0.00 MB 1 0
62,237 62,237 0000000002f3afd6575b221502d1d23503bb41f12d2c908f6407e7d4a507b089 0.00 MB 1 0
62,236 62,236 00000000093c2852346a9ecc8d155f0dd5295533f09465256b9a8471c2083fdf 0.00 MB 1 0
62,235 62,235 000000000793015a75fc112cd3a1df41be4b0cdc3511e5c0bbfa533579366c3c 0.00 MB 1 0
62,234 62,234 000000000b4dcb22682472d37a832dcff274fec00bcb2759553c8f6bdac9123b 0.00 MB 1 0
62,233 62,233 000000000c7344ed1bbcec50fe0e18844008f474dc3f30bbb3503f23ae97b8b3 0.00 MB 1 0
62,232 62,232 0000000003d334e3af2476f0fb532d5b6cd2091f5295ad27610066ff8ba9b910 0.00 MB 1 0
62,231 62,231 000000000763ccdabc88b11826cb591b6e7f8b2b4c7d53be0963b2dc1fbe99a6 0.00 MB 2 0
62,230 62,230 000000000c55d920c5db0fe3cefd24075abbfe32f5ae7c78d67470be619d765c 0.00 MB 1 0
62,229 62,229 000000000dde2d449693590a87340384af45ca30762d383441c39318f2ef4e72 0.00 MB 1 0
62,228 62,228 000000000982160bf51276f550980c49b206f3fa9463c8e81d5b2c8ef2e42db3 0.00 MB 2 0
62,227 62,227 0000000006b7d02984fa10f3eaa5f0b01f6611fd411c298bd65c658227437cb5 0.00 MB 2 0
62,226 62,226 0000000005d65575bef04df76badbda0a5160f46a874ee75281089d27b349196 0.00 MB 1 0
62,225 62,225 000000000eb9541e108e7c8c7301bbfea9f6295425957e1e5c4e3872782a5d01 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 773.59 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,189.56 GB sent, 116.45 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.