Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

432 transactions (0.15 vMB)

Priority:

  • 1 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
911,752 000000000000000000022b910000000000000000000000000000000000000000 0.15 vMB 427 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,751 (141,745 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
770,006 770,006 000000000000000000072d22ce4149419036c0b038c458d16e16ac82c8d825ba 1.45 MB 1,561 11
770,005 770,005 0000000000000000000628184ebec801073d9d0b7c7990a64d0deb9cfb689d41 0.82 MB 1,500 7
770,004 770,004 0000000000000000000216faaa7f9dfb494331b56d095127b992208d61f1608c 0.53 MB 1,141 8
770,003 770,003 000000000000000000064dad72c2c4b012b662fc4bb9b4737ebbded7f8648f98 0.31 MB 581 8
770,002 770,002 00000000000000000003d4de68fd516ce086e8066371d4f88a989938efcf2665 1.43 MB 1,712 6
770,001 770,001 0000000000000000000792f6a9d56bdef9b245e63be1e85d52ee07835c48a9d1 0.35 MB 488 8
770,000 770,000 00000000000000000004ea65f5ffe55bfc0adbc001d3a8e154cc9f19da959ba8 0.49 MB 620 6
769,999 769,999 00000000000000000005d6d52962f385aa6b0205978db5bbb04e8b1506304e57 0.30 MB 595 12
769,998 769,998 0000000000000000000196dd54fd73e65976a2465b5bb423d29ba58d1943164f 0.72 MB 1,188 10
769,997 769,997 0000000000000000000636f8194577ebae3d24f36b01f411bc6fc647c82a97ec 0.47 MB 570 7
769,996 769,996 00000000000000000003a5f6bcdd6b295e4712b942c4fb90241e5db4e5a6339b 0.33 MB 652 9
769,995 769,995 00000000000000000006451618013a2dab2ab2f611187340c3002c9faec5e810 0.37 MB 629 8
769,994 769,994 00000000000000000007314600135bc3742c40dffe9a4224ac38a13887990553 1.11 MB 1,874 9
769,993 769,993 0000000000000000000234ee7f65dec9d54ef48fca73b14ff4eca20dc59c9f2f 0.02 MB 45 6
769,992 769,992 000000000000000000053b128699315c896b8ca8f3f1b6d292d397809efb93b8 0.93 MB 1,535 8
769,991 769,991 000000000000000000027d8ca74ee51265a7f8b53b3bd90bd109b62ade4243bd 0.69 MB 1,148 7
769,990 769,990 00000000000000000003cb6742363ada9947019a87e81195995a20deab3a89e6 0.11 MB 247 12
769,989 769,989 00000000000000000005062da36b5058a2d758095de08c0cb7e69bcc03a07721 0.38 MB 696 8
769,988 769,988 00000000000000000005ddd5f4753e35b0e0de3348cb8b1afcbca85051b1352e 1.37 MB 2,269 8
769,987 769,987 00000000000000000001f3bedddbe7585480e67ce76d3831a0bacf202f772f55 0.85 MB 1,036 5
769,986 769,986 00000000000000000005f063daeef15ade5658f900be16d4cc4c5dfdae65b292 0.88 MB 1,258 6
Previous 10 blocks ↓
Total Size: 776.62 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,428.86 GB sent, 131.69 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.