Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

245 transactions (0.06 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,819 000000000000000000022cb30000000000000000000000000000000000000000 0.06 vMB 234 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,818 (884,769 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
25,049 25,049 0000000081d5fda54fccc03e00933a5cc691acb27735dc86ce7a030bd923f2e1 0.00 MB 1 0
25,048 25,048 00000000212b10e3ba9e4bfdd24eeb21ab396e33522f53d07a6eb89fe833de25 0.00 MB 1 0
25,047 25,047 000000006695274cf0be9aaf40d32a6103d1a2a6176c183d37c5b48d21579341 0.00 MB 1 0
25,046 25,046 00000000d2c3739d450028d20f1f3da31eac9adcabd31ef27f5bfef3bf1e3e04 0.00 MB 1 0
25,045 25,045 00000000b4e3893dcbd9c411e6b1805ffa98fe1edc232a43738808ccfbc3dd81 0.00 MB 1 0
25,044 25,044 0000000056ee1a4d0c1a3837a5de65ce2883cb68049d11694de7c3500d891d71 0.00 MB 1 0
25,043 25,043 00000000dd915b4e3cf1ec4d8a597dca53d8f9efb415437373690f871344ebe6 0.00 MB 1 0
25,042 25,042 000000003935ef374144a92b95c69a8699d9bdeb805b417a7b23f26bc34e6457 0.00 MB 1 0
25,041 25,041 000000003766ac5589d40e913522578e290d1be584af5761483ef2366c7da5e9 0.00 MB 1 0
25,040 25,040 000000009723d903b4e5c548d9d5a21c08ec2353e67c0efb5cef4daf4091ce07 0.00 MB 1 0
25,039 25,039 00000000cae6c6a180ed64df4fa87ffbb137fc82acafaa3b5f40ce7a0da9e2eb 0.00 MB 1 0
25,038 25,038 000000000c4086efb4ad285e309307984c5d2d49dc4d4f92e10532f5c90d05bd 0.00 MB 1 0
25,037 25,037 000000008b99891c4f41684532d51f5dcbe1a402b30f433a8e8087cfc41ced31 0.00 MB 1 0
25,036 25,036 0000000041926f803997a1333e203f59d1b7f9b8968aaad4c3c933c4f43c9deb 0.00 MB 1 0
25,035 25,035 000000008a0ccdfbe3d7601af05118ebf6ecf9b6ee44cca79a1f8ea2009f5c77 0.00 MB 1 0
25,034 25,034 00000000fb44737cd0b9823dbaf71d12902dd3881a42f0b16122e38a5ae890e9 0.00 MB 1 0
25,033 25,033 000000009705516a86759bcb68f68698a98ada83311abb85f63bab46da7a048d 0.00 MB 1 0
25,032 25,032 00000000b9f4f913566555c8efecb5708037d6b4673c57f04e2b97eff6f343a4 0.00 MB 1 0
25,031 25,031 00000000bd89ab731680664850603609efc352d153dae518c2fe689c3b4921f1 0.00 MB 1 0
25,030 25,030 000000000ffd02993541fe5f6c8f53b6e5d59fef9afdc5acdbed49736851d4b1 0.00 MB 1 0
25,029 25,029 000000000648f9b147e3549d6d9dc6a9472f022b7a797ea96a66673c38f8dfe6 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.06 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,165.13 GB sent, 113.62 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.