Memory Pool Memory Pool Refreshing

6,209 transactions (2.54 vMB)
  • 1 sats/vbyte = (9 blocks)
  • 2 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,785 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,062 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,784 (845,468 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
63,316 63,316 0000000002eea9e1e822110db329e6a50bd82e430ef3f00c2c9292c780f81457 0.00 MB 1 0
63,315 63,315 0000000004dc62ad869ac30c91dcf16e17e47d4e2cc93f97841f42316d1044b8 0.00 MB 1 0
63,314 63,314 0000000002bf1e4714dd7e0839b246440cce950695c54287bee3fecdf518f06e 0.00 MB 1 0
63,313 63,313 000000000144c5d165a062a4c9033145697c9968d42d96a900728d9117a395fb 0.01 MB 22 0
63,312 63,312 0000000003de75b748c059c91a384eaad15e3184aedd608089342852b59b4baa 0.00 MB 7 0
63,311 63,311 00000000051c0b2fb5bcbf74f073ba866a64eb53cf01cff3a15ac5fc4cac9eed 0.00 MB 1 0
63,310 63,310 0000000007098d9dac518b20e6e3c30a086b4ccaebc49969652b6032c189a813 0.00 MB 2 0
63,309 63,309 00000000034f54493c8d12673d221687a51d24fdd96ab394649c802aa8471521 0.00 MB 1 0
63,308 63,308 000000000a5adc435b1f207c346f64f4d36c2f2cf328c385dd1c550c2c865e34 0.00 MB 1 0
63,307 63,307 000000000141f5317c2fe936476bf5a911c91571a52517e8ae64c92b595584ef 0.00 MB 1 0
63,306 63,306 000000000b66a0003320cb83efb618db9ff445ea246957ef7597b62c1f566c46 0.00 MB 1 0
63,305 63,305 00000000080ab92b82b849706b16a4153ff05325dedc421ceba3249289932d24 0.00 MB 1 0
63,304 63,304 000000000575ea9461a3cae4be465f775556255b245b570fd0554b3e093a1761 0.00 MB 2 0
63,303 63,303 000000000c7ee2b1675a068511f5e106e47837283f8d7df2a3371ca65dbf0029 0.00 MB 2 0
63,302 63,302 0000000005525103b97aeeeed59e68ddf1f07dc6a68e4e379ded2f6d153c1da8 0.00 MB 1 0
63,301 63,301 000000000c5d690039c277b4c87886fb82aa751484197b4c95913030eba6b960 0.00 MB 2 0
63,300 63,300 000000000b1444048e7355011bd392ad84cc458f2bacb7aecdc3387d83df76ea 0.00 MB 1 0
63,299 63,299 0000000003a98e5bd57c1b85501977aba96175153b575806e7eeaea3caa7950e 0.00 MB 1 0
63,298 63,298 0000000003760bfa2ab7ba547913032044ad5bc5d29ea47c7849ffc44ac9ccf8 0.00 MB 2 0
63,297 63,297 000000000556a178b74f37a823116d6b0510015da596bf2cd32b61bb9d5e693b 0.00 MB 1 0
63,296 63,296 0000000006dcf67eff80ea8f69e7c1c71b4069a000be60b2d2a124a16a04a45e 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.16 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,857.07 GB sent, 102.84 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.