Memory Pool Memory Pool Refreshing

971 transactions (0.34 vMB)
  • 1 sats/vbyte = (7 blocks)
  • 2 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,765 00000000000000000002349e0000000000000000000000000000000000000000 0.28 vMB 925 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,764 (887,126 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
21,638 21,638 00000000db9a3583d17360fd0f61ba54a096ff8cbb39bbe99142248689db5e6c 0.00 MB 1 0
21,637 21,637 000000003114c4d14fe75b30f9968a2321493c45faa6833363cde5107ab25a1a 0.00 MB 1 0
21,636 21,636 0000000089a80b22af8b70e9d7fbdc586b2885b8e0db54bea618b176e9f52592 0.00 MB 1 0
21,635 21,635 0000000059e3110e627dd8ecd7a8f8038c2d4af681f3c4c476312fe2e0a47074 0.00 MB 1 0
21,634 21,634 000000007d6eb74249d729ad307fb04eee9d952f20150ae277d04b195dd1337a 0.00 MB 1 0
21,633 21,633 0000000044942fb0546e1ac4e8a6786e6eee25522aa8481aa5e95c9c4bde74ec 0.00 MB 1 0
21,632 21,632 000000005d5efca3c7c8ca6e1de4c35ce6f8a8ba92cf0aff15692a0fdff60f3e 0.00 MB 1 0
21,631 21,631 00000000fa21a19eb1d14503a1b4109fc86851e520f98ac1d57477afd5b3ae8e 0.00 MB 1 0
21,630 21,630 0000000046564ac3ad34605cad76f81c42c4073fc4b509416d3dc89c0bf17b37 0.00 MB 1 0
21,629 21,629 000000008533d84ecaa169e5d1893487430812f6cfad476150188bc3a5188e9e 0.00 MB 1 0
21,628 21,628 0000000060476a45cf7a9102c1ae2b8d3a77caf5c3efafe2ee25ee50922223fe 0.00 MB 1 0
21,627 21,627 00000000f4f4b498a3523acbddc91a8ce16765b549dc4172b96a73dca60d08ba 0.00 MB 1 0
21,626 21,626 00000000cdc7c7a869d680a09e761c53fe25d992032801305074ab3f752bb55f 0.00 MB 1 0
21,625 21,625 000000006a7ebeffaf2aaed72091997ce6a1b1d35e7105050c3e65451b802354 0.00 MB 1 0
21,624 21,624 00000000c2e4ade313e75506a0c0ea4cb6e09213eedc39a4e6a03697532b84be 0.00 MB 1 0
21,623 21,623 000000001884bcde6dab2e88cc47cbff2de53fd591ab29529ca381d555acb809 0.00 MB 1 0
21,622 21,622 00000000fe1039f45a7c400b4de07e0153871877e2c9339709804cff091494d6 0.00 MB 1 0
21,621 21,621 0000000018cee622fac28005e9d819a1262b8cde519a7e1aa1b663ebc6ac9e8c 0.00 MB 1 0
21,620 21,620 00000000acc2c74781f7df56efa87a9ef96604e1bac02daaefcb5cd76fd4e8e4 0.00 MB 1 0
21,619 21,619 00000000cca86f9aff2edab5d4e2df99c95dcefe7868d69b884cb5ee8418ed2b 0.00 MB 1 0
21,618 21,618 00000000b594c1ffa6508b9a78d7f1536b9cf0d6555355badeb1bcf64f9f3752 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.12 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: 1,856.45 GB sent, 102.60 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.