Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,838 transactions (0.92 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,791 000000000000000000022cb30000000000000000000000000000000000000000 0.92 vMB 2,838 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,790 (22 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
910,768 910,768 0000000000000000000179dba49414f0bdad40171832875d7cccfe8138784920 1.72 MB 3,062 2
910,767 910,767 00000000000000000001aaf7cebbbb3f11c9f22d6a5c95c909e2d82ee09c6c0d 1.61 MB 3,355 4
910,766 910,766 00000000000000000001131f6dfefadd4732f2c352b39ab7845b52917a53be59 1.67 MB 4,154 4
910,765 910,765 00000000000000000000a5baa415b67e5094a3251e96b4766e4d48d8fa313d52 1.53 MB 3,779 6
910,764 910,764 0000000000000000000108ad01cb3d24cbff1498bc03c41c5dffbf5c3d533e7b 1.55 MB 3,963 5
910,763 910,763 000000000000000000003d23347477e0442df3aa4742b6c46fd5fe982360153f 1.66 MB 3,994 1
910,762 910,762 000000000000000000011376b6913e912b72e7858b3a35d6a13571ebc308fa1a 1.67 MB 3,353 3
910,761 910,761 0000000000000000000134c80022a1b71271a26e9038e6a4fdce73b9359883de 1.62 MB 3,543 2
910,760 910,760 000000000000000000006201ea532163a0ec3eb35384d29ecfc3b2850c9abaf0 2.14 MB 3,767 0
910,759 910,759 00000000000000000001f5c3d49c3d791b0804a4179db59ca4ced8a9c22f95a5 0.00 MB 1 0
910,758 910,758 000000000000000000021c1d434b6bd4eeb83601728be5573a277dcae7e29299 1.56 MB 3,194 3
910,757 910,757 00000000000000000000a460b431658ead591469eefb7b9a63aa117eee50175d 1.85 MB 2,772 1
910,756 910,756 000000000000000000003f1333c38af13d94e879b77ed854a47fb096ef12e128 1.62 MB 4,045 4
910,755 910,755 00000000000000000000bfe8a268d65001b0dcbe44e17591b0e0ba512eb93f60 1.41 MB 1,965 2
910,754 910,754 000000000000000000006721d18417fa0722a20690bcd48eec12c4f71cb0af6f 1.53 MB 3,087 3
910,753 910,753 000000000000000000004fac74e230a67db1c5e338ca999799edd2607aecc1dd 1.66 MB 2,527 2
910,752 910,752 00000000000000000001dc2f219bc52a32e62ff0a08f1ad6900a79fac13e1927 1.59 MB 4,208 5
910,751 910,751 0000000000000000000229562eb2e8707fe45a31a20e4d66fb08c8a13dbef8aa 1.51 MB 3,205 1
910,750 910,750 00000000000000000002119e0e7721a2b976c9e721e8401f13966de379232a26 1.79 MB 2,548 4
910,749 910,749 000000000000000000014d19f1fef5d42bd66d092dd3aefde0d5355e002f7bcf 1.63 MB 3,287 4
910,748 910,748 0000000000000000000035cfbeb5e20dfa68003acb2f5c0040ffca39d99237b1 1.59 MB 3,930 4
Previous 10 blocks ↓
Total Size: 774.85 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,295.57 GB sent, 122.91 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.