Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

9,425 transactions (2.78 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,624 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 4,150 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,623 (191 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
910,432 910,432 000000000000000000017e533785aa59f1fcf28131da94d0a84b8194bbf33ec0 1.61 MB 4,067 4
910,431 910,431 0000000000000000000045e9dd65d90cc7d68917139ce9bd56a933e4fa811f75 2.95 MB 1,665 0
910,430 910,430 000000000000000000019be3c960a616c0ee2bdd0dcaa7d432c82788bf10306f 2.06 MB 3,125 0
910,429 910,429 00000000000000000000a0d657321f15b07a6a0ad1687ed46a0c9b935a178922 1.88 MB 2,816 1
910,428 910,428 000000000000000000009fefdf593dd4aef5115f072c82a8e5916f4ace850e54 1.66 MB 3,496 2
910,427 910,427 0000000000000000000216a8a3edcc9fe7597d055536669c6004323d3ea0a33f 1.59 MB 2,998 2
910,426 910,426 00000000000000000000a33c96d1c16546640f682e1707b5b4a3cc1daee5dc39 0.05 MB 142 1
910,425 910,425 000000000000000000006caf6158f0b5909d5dd708f854d08bbe000173e7ea51 0.01 MB 22 3
910,424 910,424 00000000000000000001fdc5c40a1c9a5b04e0db6895a8068be693fc6069717b 1.84 MB 3,441 0
910,423 910,423 000000000000000000022a7ac1b53343334377f98f3ac76c99f016b18c59ea88 1.52 MB 1,799 2
910,422 910,422 00000000000000000000a03ba7c4575cc6359c5ae35820c6508a2f8ff5d732aa 1.64 MB 3,513 3
910,421 910,421 0000000000000000000050b06ca770ed172275d0a26570504f68e80e66a55158 0.82 MB 1,635 2
910,420 910,420 000000000000000000009856594ab8fe876c0a70ec723ef1f7d5e53964524f5d 1.72 MB 3,524 1
910,419 910,419 000000000000000000014a2eeb2ac3ed961983efb53783956c5c81ce1ab99f97 0.03 MB 49 2
910,418 910,418 0000000000000000000017c21ba4d965d49b3abf033fae713d96195e7ae99b06 1.93 MB 3,939 0
910,417 910,417 00000000000000000001809449b5a5a1858fbc108d44037a2f1ca5c2cc8766a5 2.42 MB 3,604 0
910,416 910,416 00000000000000000001ff558798788c92ef05ed00d66232451d0a21f75d942a 0.91 MB 1,716 2
910,415 910,415 00000000000000000001a998ecb5abefdbb83573fd77fab342f0d8b16e5d637a 1.72 MB 4,258 0
910,414 910,414 000000000000000000018b789d0d8bede44c65fdcd782de20f830fbd218cdeb3 1.80 MB 4,199 0
910,413 910,413 00000000000000000001f1280cc44056f1767bd8ea3b368ff836980e6c496e4b 1.77 MB 5,159 0
910,412 910,412 00000000000000000001404002eae64e695e29517d46252ef332ec8774bb5900 0.52 MB 1,370 1
Previous 10 blocks ↓
Total Size: 774.53 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,259.25 GB sent, 121.20 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.