Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,119 transactions (0.66 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,610 000000000000000000022cb30000000000000000000000000000000000000000 0.66 vMB 2,119 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,609 (850,871 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
58,738 58,738 00000000070d3a089057246a50aa9cde94f0b64293a9e2e7f734780dd403a6a5 0.00 MB 1 0
58,737 58,737 000000000bb911c22ad71a3d98bfd41223929dbbef10bb126c32af6bee6efb30 0.00 MB 1 0
58,736 58,736 000000000813cb5793168b990aabb39006c7a567837b66ee601106a741eac3a1 0.00 MB 1 0
58,735 58,735 00000000026d48295212307027f61d3e7469b9afb1057007ac3bec85b2c0c5bb 0.00 MB 1 0
58,734 58,734 000000000ddb614f6879a64df84c614359c92999555c1c3daeda60a0dc85cfa7 0.00 MB 2 0
58,733 58,733 000000000316d4e2abe8b78dd59a3fb8baf27604b13065e94105b64081f15c91 0.00 MB 1 0
58,732 58,732 0000000007f23f3c0fca168ec403960c27b67be7e038d8117e149daf8c67efca 0.00 MB 1 0
58,731 58,731 000000000577dbcffb6d8b2fc28b5fdc15a8cbb398ae58734971821fbea57cb7 0.00 MB 1 0
58,730 58,730 000000000eb3cba7dddba73c4bc13e8780fcd6c84f35a7eebd6ad59fb6e2428b 0.00 MB 1 0
58,729 58,729 000000000a31cb1c22f91249439242bd6171b16ca193f257acf1d1dd54706300 0.00 MB 1 0
58,728 58,728 000000000cacef29db225d94b54c4d36f1df576805979330f24f9b82ecb9ce98 0.00 MB 1 0
58,727 58,727 000000000522d3e00781fe36adefd9daee04b08f78e11cf4b4adad2aebe99a23 0.00 MB 1 0
58,726 58,726 000000000ac75bdd1cb62db803fe445d120c456a12708745dcff2a4600c453e4 0.00 MB 1 0
58,725 58,725 0000000007e556a7ca5740689db64d195abe50a19ccc46439f55b60eb3833d63 0.00 MB 6 0
58,724 58,724 00000000049badd4730de6b6be67498b9a286fc852627be7fe0b52899b474359 0.00 MB 1 0
58,723 58,723 000000000c58f1342449e4d104fb90bff4ba4976061e084b2a1a8f985dfe794a 0.00 MB 1 0
58,722 58,722 000000000915a9f469927a81127089a6257ee814264b76687018f49a97e79ef2 0.00 MB 1 0
58,721 58,721 00000000074d26950753ca2eb8519f81716ce0f8b1f562100a7cd06613a19006 0.00 MB 1 0
58,720 58,720 000000000552858be03f7c90cd62b31816d5d92ec530972d4f8ed345f9d502d0 0.00 MB 1 0
58,719 58,719 00000000065be06cbaedab38c70225c48af0f22f56425de2543537886f8b16c2 0.00 MB 1 0
58,718 58,718 00000000086a6fa19dad0b7f799a3d9db6c9728f3fe345255fe4a9b52e922c2c 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 772.69 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,101.23 GB sent, 111.72 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.