Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,564 transactions (0.48 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,370 000000000000000000022b910000000000000000000000000000000000000000 0.48 vMB 1,550 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,369 (583,875 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
327,494 327,494 000000000000000001d439066b8af1d7dfa48cf24cb50e1413f35915335cb663 0.16 MB 323 32
327,493 327,493 00000000000000000267a0b9f94eaaafa6c68efc285a25b3767ccfd78d931dcd 0.58 MB 1,159 27
327,492 327,492 00000000000000001d3238ece58b59ace49e0f711af7a7f3bce70c1c75ea0291 0.63 MB 1,020 24
327,491 327,491 00000000000000000e1e822015ed257ed87ddf674e0ebd4226e5b4bd4c784e97 0.11 MB 256 29
327,490 327,490 000000000000000009ca404130cab30cccf8021212917c1ecb825ca3957a331f 0.08 MB 96 7
327,489 327,489 000000000000000008c5ca27353f53e34a3d64961e8e7df66f428dd2889628d8 1.00 MB 1,870 29
327,488 327,488 000000000000000007c6d8b1ff9ada985737084ee1a07e29b8b545133645e0a3 0.25 MB 338 23
327,487 327,487 000000000000000013dc35c31502b9b99ec3882f2d51974108236af50c680e87 0.21 MB 419 28
327,486 327,486 0000000000000000021526185bbc6f20c59a0fba6ee0602ec6d6485796addfa2 0.08 MB 148 15
327,485 327,485 000000000000000013a9d037586c6c95d9f2d8ab9bc629134822a6753bab8cfe 0.29 MB 497 26
327,484 327,484 00000000000000000865128ecc9cf22cd46e402022a525771d9a568692b222c4 0.57 MB 980 24
327,483 327,483 000000000000000013951c837401e97e79b94bbfdca3e7f582275e6b68b01ba2 0.57 MB 803 22
327,482 327,482 0000000000000000019ec6e17283dd5b3931b982801a49a65eabb38477b48898 0.09 MB 256 51
327,481 327,481 000000000000000009657f04dd48fe9868eef847bff05a9a263ba97c141c36f3 0.02 MB 64 24
327,480 327,480 00000000000000000ea421e7e86657fe34e760543cebd0964472f06589bad104 0.33 MB 680 31
327,479 327,479 00000000000000000a0832eb13ccd8ada61dd82bf0b4eee38067d934131168f3 0.29 MB 495 27
327,478 327,478 000000000000000016902694ecb56bb60bd6e71fdbe3fc1cd506b88df53adef4 0.14 MB 320 31
327,477 327,477 0000000000000000029347202ed47c11dbaa250ed8eb77e0d4e29cba65abefd4 0.01 MB 18 28
327,476 327,476 00000000000000001ab78a821726db33e9f7c0017a9a6b5630592521a82dce81 0.01 MB 16 46
327,475 327,475 00000000000000001e72d96bd6490596d9f08e620a2aab3bd9f036b7afa110a0 0.06 MB 129 31
327,474 327,474 000000000000000018832e7a439be0cea96b1d394a26c68aee0b178d15d80c33 0.12 MB 118 20
Previous 10 blocks ↓
Total Size: 775.93 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,401.86 GB sent, 128.46 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.