Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,862 transactions (1.92 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,971 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 1,996 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,970 (548,948 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
362,022 362,022 00000000000000000f5bf04a2d5099274a7102c5bdcd39fc7f541c417e9cdaaf 0.00 MB 1 0
362,021 362,021 0000000000000000043dbb036f4b79e868c6586a6cc25a7b289927d89fa2c907 0.86 MB 333 6
362,020 362,020 000000000000000003f95deb9a5a843295a613f9aa719ac4436eea345d17e64e 0.70 MB 435 6
362,019 362,019 000000000000000012fe93bea565201ec064cedd62c02f1f99307c7d125b413d 0.95 MB 330 6
362,018 362,018 00000000000000000cf0ea684cdf1168b40f7bf4c15422055526a7d9cabdc4d4 0.74 MB 729 14
362,017 362,017 00000000000000000f3fc36d6c017838d7cad84bb937bdc88d0a6a83fab41829 0.73 MB 123 1
362,016 362,016 00000000000000000dbd3afe4125bb255e9feba8fbbe0a57563726eb7941826b 0.31 MB 543 23
362,015 362,015 000000000000000012c037406289d8d4b7592aed79e076489be3d19653d830f7 0.75 MB 1,049 13
362,014 362,014 00000000000000000c21fe5d24010458c24e3a489d5570061d88b05be00c2c1c 1.00 MB 1,502 25
362,013 362,013 00000000000000000a475a07daff1f6a333676a16f8cf605efd69f5f8f2fea6c 0.89 MB 462 6
362,012 362,012 00000000000000000a79a66873850b50c7c160a0d1547fd4ebd96402b99d5ef4 0.75 MB 1,376 25
362,011 362,011 00000000000000000d629f8dc9ec36040d09c86a549811af1b61316c45829dd2 0.75 MB 1,422 27
362,010 362,010 00000000000000000b238a8fddbc06d528acb6550a54f28a489fa0b32c8dd1e6 0.39 MB 329 9
362,009 362,009 000000000000000003da714aa88c037aae8a1195de3f27c433f44862096c7398 0.93 MB 362 7
362,008 362,008 000000000000000008b60877bb15d7f1b164db9368f7e0ec40a4fc32a9092a94 0.00 MB 2 0
362,007 362,007 000000000000000003afc90a3f16e4abe542c1afbd81e76a639a702bd843cbec 0.75 MB 1,771 30
362,006 362,006 0000000000000000119478872826c4205e3d9edf86873f6cfcdcec33a63d441c 0.58 MB 58 1
362,005 362,005 00000000000000000f10d2f031bb29337f3226366ec39b6799ac394d0d83fd34 0.73 MB 300 5
362,004 362,004 00000000000000000b6a3764c7256d91004abac190ed3140ed5dd5f42167ef8f 0.73 MB 1,086 19
362,003 362,003 00000000000000000b2d0feb681b58df40c833275ef2d4a76265fb278bcf1e87 0.11 MB 223 21
362,002 362,002 00000000000000000fba487f53572f98a52975b19eb525ab9b76490d5acb8e81 0.88 MB 1,465 20
Previous 10 blocks ↓
Total Size: 775.19 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,359.42 GB sent, 124.67 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.