Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,720 transactions (0.57 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
910,476 000000000000000000022cb30000000000000000000000000000000000000000 0.57 vMB 1,720 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,475 (880,566 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
29,909 29,909 000000001ef260168a00387239b25fb6abf3aca9594a279e4f64831d503ce96b 0.00 MB 1 0
29,908 29,908 0000000087b3d69c3c7b1055301197879a5e7947941a964142deaabc4d5e9c3e 0.00 MB 1 0
29,907 29,907 0000000001b597978880885af23d8969d909b6ed7134f1479f1784fd26ca4e47 0.00 MB 1 0
29,906 29,906 00000000587b3a45cc8559e14339c8c8786b234116246d61d110de2cf953b3ba 0.00 MB 1 0
29,905 29,905 0000000017270ed107242f0128604dc33811d1a8c353ff70273539f81ca2958e 0.00 MB 1 0
29,904 29,904 00000000dae0a81e38bb588cf3cdbc6043472d79ddd43320e534a4c054dbf67e 0.00 MB 1 0
29,903 29,903 00000000e21e88f3db6da863e650dd72dcb0f2eb286d6b910a10cbc02c77ef1f 0.00 MB 1 0
29,902 29,902 000000002410dc0d08d2edf573e06cb869e8945a92e5c144a85b8daa90352197 0.00 MB 1 0
29,901 29,901 0000000089410fd95bb1453b310efde92fc4cb4215d964331e402ee8508d26a7 0.00 MB 1 0
29,900 29,900 000000004961b1972d84435051ef6cca02f355077c1b6256ed15c0b463e7dc78 0.00 MB 1 0
29,899 29,899 00000000d045a02856204e1a0aa900b45a0f6d16173385807386e1c49022759f 0.00 MB 1 0
29,898 29,898 00000000ecdb66f90600cfb8ae07cdfaf510eef50c809ed83f9d49e4293c1063 0.00 MB 1 0
29,897 29,897 00000000e9274b89e3d6839bcef2314b30196d75cd985c2114299db2ff2cd928 0.00 MB 1 0
29,896 29,896 000000004d1b9d8d7ceb08aad6ff32605be34bc443821663bac812f04ce0f707 0.00 MB 1 0
29,895 29,895 00000000304eea8b7371fc211aed2d5ae9ca3b84460c9c195ec9ae8742a92691 0.00 MB 1 0
29,894 29,894 00000000eeb51650787cf52e3cd67bcd57b5e3cea7ab7d8abfae6a1ae489d6bc 0.00 MB 1 0
29,893 29,893 000000004ea2a9538e5dcd0d532f7d0de82960a50100c0753cfccd44ff689598 0.00 MB 1 0
29,892 29,892 00000000ab97270a60a0430405a479577efd8c254747ea883e0d5de3aea6cada 0.00 MB 1 0
29,891 29,891 00000000e5b548f6ff9ecf376df30215e41fb708b08c56b05292deda2fe7579e 0.00 MB 1 0
29,890 29,890 00000000a4e00227ec921246cad74df5708572dbc42bfa7ebe193de39b615b18 0.00 MB 1 0
29,889 29,889 00000000de811a7eb260d5c74f81612d90adea712cdd1563cf95449db08c3467 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.27 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,242.68 GB sent, 119.88 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.