Memory Pool Memory Pool Refreshing

35,397 transactions
23.10 vMB
Show Random Selection Loading Transactions
Max Size: 145/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,586 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 4,991 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,585 (138,878 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
723,707 723,707 000000000000000000031e28f0908993e8070edc7f48530fe6c1f431fe2ccfda 0.12 MB 176 8
723,706 723,706 00000000000000000004404f59882bfe193f19120cba7b077baf065599d0aea0 1.29 MB 1,758 9
723,705 723,705 000000000000000000052b5380c6f02ddd597a167dc165b638cf2f99b78f56d5 0.08 MB 205 10
723,704 723,704 000000000000000000040817efb9278b8883ef837dc3ad7d82f45a885548147e 0.18 MB 169 6
723,703 723,703 00000000000000000007696c3982b46a59863abf9f51b17bcf9eb871558a3414 0.89 MB 1,014 6
723,702 723,702 00000000000000000007950534080f65134b152b4bde3ca891b1da5f467f9a00 1.08 MB 1,128 5
723,701 723,701 000000000000000000060047daf0d6e574951af3ec1df070233f9a340931cfc8 1.36 MB 1,401 7
723,700 723,700 000000000000000000096637406be502a62d2558fcdf35b2c067104787fcddfd 1.44 MB 2,214 9
723,699 723,699 00000000000000000001d27afbbb2162fa3db4fe6316ac7620cd81f957a8a71d 0.18 MB 197 11
723,698 723,698 00000000000000000001f69e2fdb3f35d945e2bb03899864c926a5340eb4a446 0.67 MB 870 6
723,697 723,697 00000000000000000007daa09afcbb1a69930d017d4535f835c812efac3fbd14 0.12 MB 127 4
723,696 723,696 000000000000000000039a8265bbf0caa0e745a8125babd8b6f88b537903b47a 0.64 MB 1,218 8
723,695 723,695 00000000000000000008e198f34987fe3b9b59d8aa7697d5705bd8f80de1e385 0.14 MB 206 12
723,694 723,694 00000000000000000003b5283caabcfaa40a1d1c7197297ac3ef778111aa57c8 0.51 MB 1,056 9
723,693 723,693 0000000000000000000a7323a46e55e0f55f178f053a558fc20b8480e01ad5aa 0.41 MB 491 8
723,692 723,692 00000000000000000002838ca619187e5e724e29c9f58bc1b2059ee612e8fc4e 1.09 MB 1,291 6
723,691 723,691 00000000000000000006c4144a1187dbdce3d510c65560f4241e7e92e4d53d2e 0.15 MB 224 6
723,690 723,690 000000000000000000084e0cd967a78b0b2eeaccd5a6066213b6c8c0b89cdf82 0.11 MB 179 7
723,689 723,689 000000000000000000084f1ea9dc9c073595de2769d75d19802d39ae3c09e544 0.86 MB 962 15
723,688 723,688 0000000000000000000891382a2a4380f85557e768fe9f0211582ec902bf1de5 1.12 MB 1,576 7
723,687 723,687 000000000000000000013d9d4b913aa0c1271ceea324bfda80f8c89ed023304c 0.10 MB 224 8
Previous 10 blocks ↓
Total Size: 685.28 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: 1,376.45 GB sent, 107.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.