Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

5,594 transactions (1.69 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,208 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 3,836 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,207 (886,720 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
24,487 24,487 00000000ace9584876e6b96f4bb56b71b9d384f85a920e83d21eee0e3150669d 0.00 MB 1 0
24,486 24,486 00000000b20d57a51fccb2d544da8438d00505518248a4058a550704442d5d3f 0.00 MB 1 0
24,485 24,485 0000000041e7a93a06f179e31020a7a17da5838c5c846b3a6e25ccedc3accf4c 0.00 MB 1 0
24,484 24,484 000000004f366d824ff428a754ea5d094d5bc33b4dd1490e945f520b10df8f72 0.00 MB 1 0
24,483 24,483 00000000f855a59044eb2a7fdc259c8197e992edeaa7e128eb86696b407ec50a 0.00 MB 1 0
24,482 24,482 00000000f522695799fcc3be704e7056e4114e2365ca33fb9537887fc934824c 0.00 MB 1 0
24,481 24,481 000000009bf8ccb687fc97cbfedbadbce50f50d3362d2f79dcd96a9618595577 0.00 MB 1 0
24,480 24,480 00000000f449026ec1a01944e624493b0113c7e166f05b686d4ab849d5eb8cbf 0.00 MB 1 0
24,479 24,479 000000001f33d50ebb9ce3032ee9db62a1d854bbe12ae09bd28344209e1e0e2b 0.00 MB 1 0
24,478 24,478 00000000f94f436c4f1ac8fe844bf6b152063389beed2d0cd303147ae9bf903b 0.00 MB 1 0
24,477 24,477 00000000016a3ada96249fed21ba5045a6f382f622bbd4e3a5615de8477eace5 0.00 MB 1 0
24,476 24,476 00000000b00fb323b9851f71f6ab2235a263e1bf44f5a46b57fc782bcdf5c501 0.00 MB 1 0
24,475 24,475 00000000e29ff9f3924d1e98f9053842e1f0bf521ad22918b4ef4772e20963cf 0.00 MB 1 0
24,474 24,474 0000000008bc9c423241b6092a56bc20e5f3a9b1bfd61a943ded85cd41d686ef 0.00 MB 1 0
24,473 24,473 000000009e55d88cb366fea94008644d28851ba6c80797c62812e2892d8c4c26 0.00 MB 1 0
24,472 24,472 00000000d598091c0dca942597f791c982771bdfed3a6742d326fa467146e3ec 0.00 MB 1 0
24,471 24,471 000000007711ece0bac2f78139fc5a56f786c6c924a209adab31dac6da308438 0.00 MB 1 0
24,470 24,470 000000004b0e23507dce4ac9f25cbef7bec735d0b7229b94cc5f6638077c386b 0.00 MB 1 0
24,469 24,469 0000000094fa936fe23c7b627609170fb0c7b796d94bbaf89c4c91470bf8d4e6 0.00 MB 1 0
24,468 24,468 00000000b58adc622f6c3e8304eb7e3a5c63ac015b58f36c764357ea05441096 0.00 MB 1 0
24,467 24,467 000000004bc71aeac69884aac5d1ce16192392c30c42e9de055c08bcacf0a426 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 775.63 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,377.75 GB sent, 126.97 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.