Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,848 transactions (0.67 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,698 000000000000000000022b910000000000000000000000000000000000000000 0.66 vMB 1,831 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,697 (349,345 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
562,352 562,352 0000000000000000001a4b6de24851b625ccd1fbb9527d8202b139f5e79503b0 1.24 MB 2,913 14
562,351 562,351 00000000000000000004342d99d927e3dbd091a0e721d60afd29ce1fe1875b62 1.29 MB 2,523 9
562,350 562,350 000000000000000000292fac80d58acb7259dc9c2ee9466c3eaeb61226a88448 1.34 MB 2,396 8
562,349 562,349 0000000000000000001b9d6d13e3b2a37467acb0665485cc2489ba98af4b1244 1.14 MB 2,801 4
562,348 562,348 00000000000000000018b77d7f4445b8e555b9255a5804b9e244d079539894ed 1.26 MB 2,705 7
562,347 562,347 00000000000000000024b0a1ab8b24722de2982ed728546f1ed57f568b6c8fb0 1.31 MB 3,334 27
562,346 562,346 00000000000000000019286e97200158587854a651ba012b7c50e11245c165f0 1.20 MB 2,979 14
562,345 562,345 000000000000000000227c06b941b8efe811c969fcbba661bfc72cc2b113c834 1.21 MB 2,759 11
562,344 562,344 0000000000000000000e7b97acb068fb7edcbd8cb42966d680f340825c18628d 1.47 MB 1,710 12
562,343 562,343 00000000000000000012c29a59dbb290f1481b864732148ed8677788ece81022 1.61 MB 2,499 14
562,342 562,342 000000000000000000117124d7277f5d7a1467fdfb01ee706546703120a56522 1.36 MB 2,738 32
562,341 562,341 00000000000000000023710df50081be3a38c34cbfca579902af7cfeca6c9400 1.27 MB 3,053 13
562,340 562,340 0000000000000000001ec7129ca5eef73e87339a15725b2ef189e4566b50c40d 1.22 MB 2,995 14
562,339 562,339 0000000000000000000a527c090b6b92ebcb95968aaae1727074ce5293d138a4 0.13 MB 423 8
562,338 562,338 00000000000000000028203b2ef37fceb76cea00b155e686bc81d6b96d2c9db4 0.03 MB 62 17
562,337 562,337 00000000000000000013485dc808e937704a217431bc605201660f3824e27747 0.04 MB 109 11
562,336 562,336 00000000000000000015cc2f291167c541ca48e28c298efaf6f335541b6a3d6f 1.28 MB 2,212 7
562,335 562,335 00000000000000000019d2932085a5b12a1208ba684370fd6216b8553527894e 1.30 MB 1,405 2
562,334 562,334 00000000000000000025eb856e6ac615799a7f834ddf356629c536fcd69ed8b3 1.26 MB 2,463 9
562,333 562,333 0000000000000000002d2cde9dfaaa9a7aff3110e92cec6e4ea120b27dc9ebe7 1.45 MB 1,805 2
562,332 562,332 0000000000000000001725d24817c30c11d78c8969b90e3bebbc48b313a3a40a 1.05 MB 1,691 4
Previous 10 blocks ↓
Total Size: 776.53 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 2,425.75 GB sent, 131.28 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.