Memory Pool Memory Pool Refreshing

41,749 transactions
20.61 vMB
Show Random Selection Loading Transactions
Max Size: 114/200 MB

Candidate Block Candidate Block Refreshing

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

Blockchain Blockchain Refreshing

Tip: 870,628 (65,234 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
805,394 805,394 0000000000000000000494130d0cdcb8d5aecbc44258b3f3b05365d5ae450b4c 1.57 MB 2,486 11
805,393 805,393 0000000000000000000270337832c92d5c1a51ab2e904a9b655a46fd7e260cb9 1.37 MB 2,196 15
805,392 805,392 0000000000000000000417dde3d8a6d404636cb88d9839fa0154f4f64d4fcd5e 1.53 MB 3,304 6
805,391 805,391 00000000000000000004b1ea9799f872821754418f19c8cbbb8cac27eea4fa4f 1.65 MB 3,208 12
805,390 805,390 000000000000000000045d21a36c2212e3b017a6cf5780535ba8d3d986146be9 1.40 MB 2,097 16
805,389 805,389 00000000000000000002ef3955d9c981c9d3b3f31d6447ef8aa4324b7d12c284 1.64 MB 1,969 8
805,388 805,388 00000000000000000002b2bd59b0ad04d7186ad1fca9fbf2137f1e6a0a6c3773 1.67 MB 2,327 12
805,387 805,387 000000000000000000000040d07ecd61c03c87fa6c7b911986a874ea4ce18bbc 1.47 MB 1,636 9
805,386 805,386 000000000000000000044bf985d930be69629f3eca75e4bd734652d84131858b 1.56 MB 2,823 15
805,385 805,385 000000000000000000000df7820f59cead27e63804f4d754d4909334c892630b 1.48 MB 2,853 17
805,384 805,384 00000000000000000002ff898d555870b17f55709093db33353f0345d0b3a3a8 1.55 MB 3,747 22
805,383 805,383 00000000000000000000f93652244f1f957c4d2214d7889de9481161087bf9c5 1.41 MB 2,531 20
805,382 805,382 00000000000000000002fb10751716fd1a91a300953686584d4d0b6eb078be57 1.50 MB 3,116 18
805,381 805,381 000000000000000000025042d97885ade12af084399efac2cf03db6115eead14 1.58 MB 3,056 22
805,380 805,380 00000000000000000001066560ab32b1adab937a98adcef01d53f3d608ba1a11 2.12 MB 6,860 6
805,379 805,379 00000000000000000004788793402d301608cbc79f791f9b4083abbbf59208c8 1.56 MB 2,828 13
805,378 805,378 00000000000000000000eec53f1f402401664bc3ef3f5782c26ccc6348d726a1 1.63 MB 3,354 13
805,377 805,377 000000000000000000026feaec9776d21c87c44f595ca276334ca0db9c4650e0 1.41 MB 945 9
805,376 805,376 00000000000000000003339da62a19cd8574d004bc1053a476343a8a40bda1d1 1.54 MB 3,137 21
805,375 805,375 00000000000000000000431ededef6bdf89d2e2a40db0028bc996f13229f2e32 1.53 MB 2,201 15
805,374 805,374 0000000000000000000245a02101d0f8f84681729d24163f1e2e0f36328c1852 1.25 MB 1,669 22
Previous 10 blocks ↓
Total Size: 700.64 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,374.62 GB sent, 214.77 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.