Memory Pool Memory Pool Refreshing

74,343 transactions
28.93 vMB
Show Random Selection Loading Transactions
Max Size: 177/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
870,807 00000000000000000002c4e40000000000000000000000000000000000000000 ago 1.00 vMB 5,132 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 870,806 (486,082 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
384,724 384,724 0000000000000000102564492d78838b852eab19e527fc07dae931c88afb97ce 0.37 MB 586 32
384,723 384,723 0000000000000000057992d975269b9074f92b06f4ebec3e6a6ff6bdc0f74385 0.11 MB 196 34
384,722 384,722 00000000000000000ea8c828c27f334aa6bef642d06a7c3b153ce9d7099989d4 0.00 MB 1 0
384,721 384,721 000000000000000005f00b41a2120bd0f6a7fb06fb07f6102b3094596f5de9de 0.41 MB 811 39
384,720 384,720 00000000000000000ae4e54f4d5c810d0887430bac22618c12d709a26328c4eb 0.30 MB 560 33
384,719 384,719 0000000000000000018bcec35baf176a8b217beb76f006c9a7c854b763b38cdc 0.00 MB 1 0
384,718 384,718 00000000000000000ec67a2d15f22d00338a6fde05ff65e77e0484d7eb7cb9f1 0.26 MB 515 35
384,717 384,717 000000000000000006fcacdb6f28685bbdf2987179cc704c776a9713cd80929d 0.25 MB 400 22
384,716 384,716 00000000000000000914bb429a925b907b7c13cc564189feae38b976a55be8a1 0.14 MB 301 36
384,715 384,715 000000000000000002b959483faaa9d7eabeab48fc4574c0f3abdc4be0bfd796 0.64 MB 1,056 31
384,714 384,714 000000000000000005c889b06f93c13d0390fea0412a47b5e2e6f7639aa94e79 0.05 MB 127 37
384,713 384,713 0000000000000000060fb42219096d97700d4e723dd4ea31b030a4f52e38437a 0.24 MB 420 23
384,712 384,712 0000000000000000012ae30ab8f2074119e28db3c0617ac2c7d8d16b688f7a28 0.13 MB 291 35
384,711 384,711 00000000000000000cb0b09d34b17f53b410656e1c37d0895caf18d478bf5c5c 0.73 MB 1,643 33
384,710 384,710 00000000000000000a4f59072f7a69811be9c2c6c5556c58c2a9071d7eb2adaf 0.24 MB 458 36
384,709 384,709 00000000000000000ab4f13a28620f6ccb07b27047a785c24723d7d481ef004a 0.09 MB 129 21
384,708 384,708 00000000000000000b388c2fe5dc90b87a696b7b398cd4c51f6375fbd278c0bf 0.20 MB 474 37
384,707 384,707 0000000000000000106e63df0368786a9a1e8f31ddc6f5d6562313deaff61ffb 0.23 MB 522 34
384,706 384,706 00000000000000000bcf3e6f7580c8cddcef9bcc460447fcca368c41c5b2a724 0.55 MB 1,190 36
384,705 384,705 000000000000000001da84b1e1c3ce89af70960989397061eadeb4596444d7ca 0.26 MB 568 31
384,704 384,704 000000000000000003e05e3f3f064beaada247e670f02058a9bd921dbdf8d47e 0.56 MB 1,147 32
Previous 10 blocks ↓
Total Size: 700.99 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 2,397.31 GB sent, 217.14 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.