Memory Pool Memory Pool Refreshing

979 transactions (0.29 vMB)
  • 1 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,856 00000000000000000002349e0000000000000000000000000000000000000000 0.28 vMB 956 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,855 (849,175 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
59,680 59,680 00000000068f372b926d07b4c2bed83f3ff920cd37a5ddf9a27bdf5b6ba0d564 0.00 MB 1 0
59,679 59,679 000000000493f20877bb26a6c2eda1348c676ffa7040dc452d10bdf98a903550 0.00 MB 1 0
59,678 59,678 0000000005bad7ce7be12dc17ba45a6fc21e8e236423c5549985d45ae5ed3b69 0.00 MB 1 0
59,677 59,677 0000000004f92ad88bd9117fbcb2307a6678b8741817b304de864847a648bf1a 0.00 MB 2 0
59,676 59,676 00000000042888a619cf0cb74ccf03f8316d431e527b3b7fb8d281318e75d6ca 0.00 MB 1 0
59,675 59,675 00000000092d3f77cd4e8c8589a3cc177119ac035f85019035501f6015beb7d7 0.00 MB 3 0
59,674 59,674 0000000006c5fa0a58dce1382cf119b925be007af5ff15416f015acab2c9c1eb 0.00 MB 1 0
59,673 59,673 000000000b8fd918f292b22b8773e576f1f0b080faf5fd139d43f0aa7b257aa6 0.00 MB 1 0
59,672 59,672 000000000f3ad7acf71cad561232501a139f5b1ef91f088f47c2af90ab7448c3 0.00 MB 2 0
59,671 59,671 0000000007d742b1b391ad9c5beaeb353cb1cf8606a31b49a24b3703c3ec6907 0.00 MB 2 0
59,670 59,670 000000000072aed4d50f113f13bb31202cb02129b11e541eb36a0143a0f25114 0.00 MB 1 0
59,669 59,669 000000000943bec8741776646c39d1a0ca7e2a474141e427df47c4bba33e2806 0.00 MB 2 0
59,668 59,668 0000000000fa3c3e0f345a40229185718c321ac1e697d17f046230db30dfe35a 0.00 MB 1 0
59,667 59,667 000000000c185a5b7fe09e57475537d9c580be5cb0c7af852a37bd6433628ae6 0.00 MB 1 0
59,666 59,666 000000000bd46fc0dff165c55cf3fbf40b3978c26f891cd3718eeafcb2f6df95 0.00 MB 1 0
59,665 59,665 00000000078c31de5d0a3fc12e83a0fc550aff325bd3426d0da5106cfa0e4955 0.00 MB 2 0
59,664 59,664 000000000f3c599545bfe3a7d34d1bffc925aff5ea904703cd7b16d1ee97db0c 0.00 MB 2 0
59,663 59,663 000000000cb442e08e9ff59981750c7ced8c3405f016a53a9af0300a72634e4b 0.00 MB 1 0
59,662 59,662 000000000ce286516773ccb3fdd968b6f87ab8aba512fc7d4930a3352741fa19 0.00 MB 1 0
59,661 59,661 0000000008ad451230a376f5b1d3ce3872564aba1107cae76de8bf2b8bef94ad 0.00 MB 1 0
59,660 59,660 000000000ea654f16c93ee9627c60200bf86489c8aa4c844a9a9e80d3e75959a 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.28 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,860.00 GB sent, 103.51 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.