Memory Pool Memory Pool Refreshing

5,441 transactions (2.06 vMB)
  • 1 sats/vbyte = (5 blocks)
  • 2 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,778 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,927 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,777 (897,086 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
11,691 11,691 0000000098232337fa9497a2a4dfd1abbdaccbbe810c9432e13453c0817c45f3 0.00 MB 1 0
11,690 11,690 00000000d66664330a906750d142b6b92707f5568f77d3291be0d6fc6ec8a920 0.00 MB 1 0
11,689 11,689 00000000668e23398aeb8e1134cbd5bf50474955348a26ba0abdc35ec747fe56 0.00 MB 1 0
11,688 11,688 000000000a8cbbd35c1c3d35ad04c5e711a8cf3ac4ab5dec395eeefaab2611bc 0.00 MB 1 0
11,687 11,687 00000000728e09c6b9d6450eadfd0cc064b04756efbe9b2cccb32f4cea366e96 0.00 MB 1 0
11,686 11,686 00000000000243ab3dd422f82638c9651cfc401ac763b2228f00f6abae334f48 0.00 MB 1 0
11,685 11,685 000000004a58057a6cc7a76ebdf143c7a5b2141bce3e6557c70aa7aa9ba2a2dc 0.00 MB 1 0
11,684 11,684 00000000f95be7462105b753815756ae8958cf35565b4d33e42f6d77dc52b324 0.00 MB 1 0
11,683 11,683 0000000093a9fcc343c14e8d8da8199e21287957bb60995bc63c20b84e440f97 0.00 MB 1 0
11,682 11,682 00000000bf21e182eaf6e40ed4327cbe9848b1802f77ffddbef02a639a030d0e 0.00 MB 1 0
11,681 11,681 00000000dd6cd23bf3cde901c829d1221862620ffcb65ab57dd913bdecffd4a7 0.00 MB 1 0
11,680 11,680 000000001919f5ba42bf8da23911f07e35cb2d7ee8790abd4e0614c5a9af08ed 0.00 MB 1 0
11,679 11,679 0000000065c76d10aeea55737b3b85e332dc406f17cb7bde352f3615b660d24b 0.00 MB 1 0
11,678 11,678 00000000abacf35e69ae835e89771acdf20d528820c7ab9f4f71f05b9eb0d0df 0.00 MB 1 0
11,677 11,677 00000000440754f19b0aba3fd0b8929eff425ae4e64b3e2d4f585399ccc5f993 0.00 MB 1 0
11,676 11,676 000000007edf942ad6a60e3eca54923919028f0426023161c62bc932b538a00b 0.00 MB 1 0
11,675 11,675 00000000722b86598d32754bdede55d4cf35243a57b15783c2d84dfddc7d328f 0.00 MB 1 0
11,674 11,674 000000002d32466ee58b202bf843ec2c4198bcd93c1f1318f2984ad95b8335d8 0.00 MB 1 0
11,673 11,673 00000000bc9a8110bd7a8b28a4f80cba22dd02a104a6f97e439548ed16669bb0 0.00 MB 1 0
11,672 11,672 000000001eec2c48c6ffe89440669ac130ce9961107d6b11aab762c1d067e9aa 0.00 MB 1 0
11,671 11,671 0000000053223ccff839f704d3059fc03b090721b1b5bf6481d102726c38da23 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.15 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.86 GB sent, 102.75 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.