Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,863 transactions (0.76 vMB)

Priority:

  • 1 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
911,204 000000000000000000022cb30000000000000000000000000000000000000000 0.76 vMB 1,854 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,203 (886,710 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
24,493 24,493 0000000051891e07aef2b84d87e8cbfee3b17d8b177b1f986029b6da2f1808bc 0.00 MB 1 0
24,492 24,492 000000003062f2f55c00c9fe5b6ea1e0a62cf9635017c7a5f32382239931b0ae 0.00 MB 1 0
24,491 24,491 00000000b1e2c7144290debd31692ee3c3edd1e54b5c44e6f80300482597266e 0.00 MB 1 0
24,490 24,490 0000000005ffa301915392da61d482ea2ab72ba64faf2f4a0c34b2fe6c1da21c 0.00 MB 1 0
24,489 24,489 00000000bb76826940e5aaf01dba52cfbd64e59e7d494ef9802302fced43dc9b 0.00 MB 1 0
24,488 24,488 00000000a994a57f7fb082cf53c3ffa74f22f917aa3cc72d41792f993928460e 0.00 MB 1 0
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
Previous 10 blocks ↓
Total Size: 775.62 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.34 GB sent, 126.92 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.