Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

22,306 transactions (5.40 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,068 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 3,831 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,067 (851,747 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
58,320 58,320 000000000d2ecc5519bcdddac5ae063983993abc5642bcee07fbb32374b214e6 0.00 MB 1 0
58,319 58,319 0000000005783fc319c09066917694f9de8d554295ea6700230f3efaacd7630d 0.00 MB 1 0
58,318 58,318 000000000bc1ffcbf0cf3ef9fbd79ca68ff4983b886d26064f305e840a3ad904 0.00 MB 1 0
58,317 58,317 00000000154923ccb2f5f941adc99d5af2c619461f44e7ef1914a2efcd0dbf62 0.00 MB 1 0
58,316 58,316 00000000141e773b1274163655b22c27fe7c3284f386cec697f7d67c2bc04291 0.00 MB 1 0
58,315 58,315 00000000113f860bc963006e67749d302e04d06c603b33829b70f123c3343af4 0.00 MB 4 0
58,314 58,314 0000000004ed9c13a42a7dcec56281a137589ac86ffa56ac50b61bb6d8b4281b 0.00 MB 2 0
58,313 58,313 0000000010bf5ad88281217db9cc088ca7399dc1984d41d61c6dcfb6cf32e7a1 0.00 MB 3 0
58,312 58,312 000000001515def5a9298bc34ca88c1ce000ab69d1db00d6ceb5b06a5d695e7f 0.00 MB 1 0
58,311 58,311 0000000011463d089e0e60b2134011eb0a42bb69115bf143af07028a512c33ea 0.00 MB 1 0
58,310 58,310 0000000005b17fd57647b9a0b363322604a8c0b962bf2ec3098c25563b2b2ebf 0.00 MB 1 0
58,309 58,309 0000000003955f2e29f573a801c1740718fc9a9eae0e3a4bec2d325e96c66814 0.00 MB 1 0
58,308 58,308 0000000014469139f2c99e1b17d09050a3ccc5b81fc250d6ce6232aa7ee7d75a 0.00 MB 1 0
58,307 58,307 0000000012ea5b31d25e7d42ddee8ca2d5c1a1a1e3649074f2bd86b459b00b4c 0.00 MB 1 0
58,306 58,306 000000000859c26935cf2c9aaf6e2cf8d98d0d7a901596e169fc16b327403c7d 0.00 MB 1 0
58,305 58,305 000000000440c4a5b45071ce98c323de5104ffaa6d9edca8380324ad0cb364ee 0.00 MB 1 0
58,304 58,304 000000000ffbbf3796f828d068d4c9478e29fa4b831f9f5502af9e8cc99bc14d 0.00 MB 1 0
58,303 58,303 0000000000e5bd2ac67b0eaf5cf8ff4074cd008d6d338c3b8df18acbde2d3860 0.00 MB 2 0
58,302 58,302 000000000d8aae2958feab1f385c977d2f350c659d9dab2ac572057a95c73142 0.00 MB 1 0
58,301 58,301 000000000af1d0c253e0b4cf11c215747162e314cb958373ea347c65c07eca54 0.00 MB 3 0
58,300 58,300 000000000777e39f52c87035c2e44ed823d95f8430a81f799859d26c92c2aab3 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 773.52 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,186.64 GB sent, 116.09 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.