Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,640 transactions (0.91 vMB)

Priority:

  • 1 sats/vbyte = (30 blocks)
  • 2 sats/vbyte = (4 blocks)
  • 3 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,096 000000000000000000022cb30000000000000000000000000000000000000000 ago 0.91 vMB 2,630 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,095 (876,709 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
33,386 33,386 000000007e03fa550f583fbbd0871ad219a7c1d34882cb96818d497824763ff0 0.00 MB 1 0
33,385 33,385 00000000d85cbeb7820c649639903f91ec44877731870dd59329f849ac93d9a7 0.00 MB 1 0
33,384 33,384 0000000021845708ca4d541a7b9a8f1e062c83a56a869f179b56c15473e5e9c9 0.00 MB 1 0
33,383 33,383 0000000075586998f359084e385960f75fb37964bbd12cf7ed02581f09ca6409 0.00 MB 1 0
33,382 33,382 00000000b8991e5534a2c61b8a0ab4c76f7f76b12934ab37a6e89dd6a01bd5e9 0.00 MB 1 0
33,381 33,381 00000000be81d11e78232a7acfa07e66092499632f25eeda4d1b56ffbecba012 0.00 MB 1 0
33,380 33,380 00000000a9c4f77a4198e11ee5ba6d15dd156148fe6778d1c158d5e1bea4c0ab 0.00 MB 1 0
33,379 33,379 00000000c6c88ec8fef50bc9cacba100ad14bb8478de39c07fd45f9d2c831046 0.00 MB 1 0
33,378 33,378 0000000032bd93825b858441ef010dea63795e7d68a4ed8e7b1c839d200178a8 0.00 MB 1 0
33,377 33,377 0000000052b4b67bc0718a40ee437c0d48cbe94f4b28a55977b039340fdd353e 0.00 MB 1 0
33,376 33,376 0000000006f2045e4be5154ce23cc31421ee501730b365411c5e479dcdaf7962 0.00 MB 1 0
33,375 33,375 0000000042a9209a06a2c02249bd7d11f0b620ce2e6e6f524546c5c8d9e43fd8 0.00 MB 1 0
33,374 33,374 00000000833028d015577e538a772a2ac5cdaa353323fd51a8838d87048967aa 0.00 MB 1 0
33,373 33,373 0000000033504533bac9ada123e542e871b355de07834785ee09773626b68908 0.00 MB 1 0
33,372 33,372 00000000b225e00ffc558cf92a16c61aaec1b66cce51fb1c70b0c0efb18b013d 0.00 MB 1 0
33,371 33,371 000000005c7bed693f464a30bc8fc328b94a3292ba2fc9f0641ef63fff01419a 0.00 MB 1 0
33,370 33,370 00000000b903393952414f2a4825a0d43a19d2bd699504eee65fcc981af035da 0.00 MB 1 0
33,369 33,369 000000009441f06241cb48836a2d811a67908dcaa4523ac1417d01253af23a2c 0.00 MB 1 0
33,368 33,368 000000009fc93fdf6c34feb2eb860e1254513f2236579f6d83019cf7aed3de81 0.00 MB 1 0
33,367 33,367 00000000b1a32dfebe1839d7fd59cd3f5f24b55f25b80d332f79cdb0e70193b6 0.00 MB 1 0
33,366 33,366 0000000094fc7e871a68b33d349276066198d09a191bd8091159a076a0b3f218 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.57 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,188.03 GB sent, 116.31 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.