Memory Pool Memory Pool Refreshing

5,496 transactions (1.88 vMB)
  • 1 sats/vbyte = (4 blocks)
  • 2 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,021 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,186 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,020 (884,720 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
24,300 24,300 00000000bf98231f5d0379b00b8af879835f61efff7730e0d76d181c4cae1b9e 0.00 MB 1 0
24,299 24,299 000000000b92e6be52b122b58cc8bc2531cb0d0545d95be2c26681b5fce132a0 0.00 MB 1 0
24,298 24,298 000000005dc5e4baaaefa3bbb318e1bc5a4647c5c8207496ebbe1bab2acba5c2 0.00 MB 1 0
24,297 24,297 000000009960383905dd9c47a73cad812b5e86fc583ba92871ba12f72603ffc8 0.00 MB 1 0
24,296 24,296 000000008a665ca5de374337afaea2c4e3b7ed3561019f1885a5040608defc47 0.00 MB 1 0
24,295 24,295 000000006a816dccae45fbfb3a9b1d84355ce42e6ea52a271b05ca7a6025c009 0.00 MB 1 0
24,294 24,294 000000000415b57907a46087081ab399ef2e05d96e398f840d0cd77e6e7ea729 0.00 MB 1 0
24,293 24,293 00000000f22fbd244c255f669322bff63483176b13eab2d9a228891e0993ce81 0.00 MB 1 0
24,292 24,292 000000005b2c9c170f2e9ecef2f48d155d991959153aea0584ccc16c54f4c906 0.00 MB 1 0
24,291 24,291 000000006e83d49da2bddbac90dcfb1e01675d3644c9f9fa5d0d787536e8e599 0.00 MB 1 0
24,290 24,290 000000004dd6b389d3c9a6eee732c43271c50cb2fa3f9adbb50b02c2c652530e 0.00 MB 1 0
24,289 24,289 0000000043d35a1ad25b7fd5d42f2e284e8ab64e8b55a238f7839f768fe429fc 0.00 MB 1 0
24,288 24,288 0000000089b16b0fe389e4e6ec628c5cbbe24b41d3749ecc7d3b76b47af833cc 0.00 MB 1 0
24,287 24,287 0000000054148d7aff62255a61782fcefc761afaec0044a8f164aadca5628fdb 0.00 MB 1 0
24,286 24,286 0000000066b22d927290e5001503e76ae14a438452dacbe634ceb7e701497d59 0.00 MB 1 0
24,285 24,285 00000000fb61b842c2905c3b2d11d7760a79ce21100d828b451aeace8498aaa3 0.00 MB 1 0
24,284 24,284 00000000c8e4729d4f169ce7a07a01770257e97a2b573d5c9808dc6e299d2fd6 0.00 MB 1 0
24,283 24,283 00000000b31de265d098fa86d83470233d3a437f5d59cad3aedd0fce39c78041 0.00 MB 1 0
24,282 24,282 0000000033fd7d8e78415af883e0de382561930d6b287e8610688738d2946c87 0.00 MB 1 0
24,281 24,281 00000000fcf7cf51c1b06881b1b3bf5ee14da2d89643955e4cfcadd0e668ce33 0.00 MB 1 0
24,280 24,280 000000005a788b76c159e6838a8475de171b19161d11a47cdc94eae25346f75a 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.59 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,868.56 GB sent, 105.38 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

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:

  • 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.