Memory Pool Memory Pool Refreshing

24,455 transactions
36.88 vMB
Show Random Selection Loading Transactions
Max Size: 200/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,119 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 2,307 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,118 (56,260 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
805,858 805,858 000000000000000000002587fc5dd37b0e9d6a3bf2ff290c8d1a25b901efcefd 1.73 MB 4,441 12
805,857 805,857 0000000000000000000089d79d63fd284fb568f0f854311207ecde9d3ecbbaae 1.88 MB 5,256 11
805,856 805,856 00000000000000000001bbf6b0b9fead1e7b3c8a41da50a6bcf937b80a12a1b2 1.65 MB 2,991 18
805,855 805,855 00000000000000000004c9c27209c6151dbf5c075ea81429fdd417087cddfefa 1.94 MB 5,858 9
805,854 805,854 000000000000000000019fbfc0b290d2287d21d1384f136b66bac01e79aa302e 1.43 MB 2,027 15
805,853 805,853 000000000000000000023728c16eabd6918fba7032e7919051017ab7d7cca01b 1.65 MB 3,820 11
805,852 805,852 00000000000000000003333c6294d3825c6f33247b308706750411e63af11fac 1.79 MB 4,863 12
805,851 805,851 000000000000000000027218e49ce24c00f37b22cc0b2740e04036bf9865bba7 1.65 MB 2,750 14
805,850 805,850 000000000000000000048b3bfb09fc6b491158c92b36d6821551d3b83883a9b5 1.57 MB 3,007 17
805,849 805,849 00000000000000000000017a1e321164f8c5832168b2d8f790449deb467010cc 1.50 MB 2,816 14
805,848 805,848 0000000000000000000168bdcb1189910642ff9ca6fbc306ff3b4c5d16461e5e 2.25 MB 4,696 11
805,847 805,847 00000000000000000003785e63a46a2bde55671c6f726ebd26a64643694f4c81 1.88 MB 4,381 13
805,846 805,846 00000000000000000003814d9e2b3e5ffcf02d3f021753644c3240357b09845d 1.81 MB 5,110 11
805,845 805,845 00000000000000000004c9e55bc79c14918f8f0439d4b11e5929a4c5a0011f5c 1.84 MB 4,661 10
805,844 805,844 00000000000000000002c1d4d6ad094a3e357dd58c3ef98109e5e91e1fbbe997 1.90 MB 5,108 9
805,843 805,843 00000000000000000004a23dfe95a0136482b577c8d8b009794c80ae26cde0f9 1.78 MB 4,511 10
805,842 805,842 00000000000000000003033443802bf54f1819d3d1d1ffab80e52a07736478c7 1.89 MB 4,973 13
805,841 805,841 00000000000000000004d3aa8b69b4e02dff092b67e0fd5479551ab245897ccd 2.02 MB 4,319 9
805,840 805,840 000000000000000000028301ab315384580741609413959ff61b87ff3ab95dc6 1.53 MB 2,556 18
805,839 805,839 00000000000000000001b4f11b1abcf5519a8c5cfcc0caf2d0a2cba73185d37f 1.94 MB 2,123 11
805,838 805,838 0000000000000000000215b59aaf60c84e753962f0d46daff813386157f29e7e 1.53 MB 2,525 15
Previous 10 blocks ↓
Total Size: 684.39 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,338.77 GB sent, 100.90 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.