Memory Pool Memory Pool Refreshing

44,298 transactions
32.43 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,423 00000000000000000003098c0000000000000000000000000000000000000000 ago 1.00 vMB 3,095 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,422 (34,426 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
827,996 827,996 00000000000000000003c7399fb2a8f042756b6509d74a61d1b6b218766a6aaf 1.62 MB 3,114 41
827,995 827,995 000000000000000000001dbf74c25231ed4b5b5101d0efbe1bc396cb4a77c3ac 1.60 MB 3,077 62
827,994 827,994 00000000000000000003a753b68e2fb969266c140f26ed868c470d1989234239 2.00 MB 935 38
827,993 827,993 00000000000000000003449edd8e2e82796283f20de74e90be56a0fd31ae1451 1.72 MB 1,103 37
827,992 827,992 0000000000000000000181fbedbf5b60b6e271df11aa62bc360e085f689ea43f 1.57 MB 2,756 46
827,991 827,991 00000000000000000003afa6c3d06147f96589e54bd80fdf71baf5be0239cfe8 1.70 MB 2,980 53
827,990 827,990 0000000000000000000371be8a1f54f2c191875ee846ff8598d481f2fe237986 1.62 MB 3,074 48
827,989 827,989 00000000000000000000e6070c5f0f86dfc2e402ccec5c926333eb6f813b3404 1.68 MB 2,871 44
827,988 827,988 00000000000000000001115711934226bcea10d4b050d5e26fb418dc6b0ec9ca 1.67 MB 2,518 50
827,987 827,987 00000000000000000002f80b6d023113ff6eddd899995dba5fed075519b6cc19 1.71 MB 3,139 40
827,986 827,986 00000000000000000002c69a2702c2ae05006af52ad79601c6369bb4e6d6a176 1.58 MB 2,709 34
827,985 827,985 00000000000000000000124f1642fd48e6227516d2556396da9767c304161cb0 1.57 MB 2,561 62
827,984 827,984 00000000000000000003c2815f416eea074ab6c79a3a97e4e818c2897414bdf4 1.56 MB 2,731 54
827,983 827,983 00000000000000000002294af712f9a545daf30a0c0ec076f8ec8fd00413906b 1.61 MB 3,055 41
827,982 827,982 000000000000000000029cb44930932748fd4ca703f14ddb50b4beb1a6abda69 1.61 MB 3,289 51
827,981 827,981 00000000000000000001209ec85f78b817a7f8e31d87b1bc63f715b36abc096f 1.66 MB 3,290 35
827,980 827,980 00000000000000000002750fc5b8c7072e31f3a7a640642376e56322708122a7 1.65 MB 3,228 30
827,979 827,979 0000000000000000000068cae8558de99884b39b4f7913d666b2ec2c31ee9fea 1.64 MB 2,937 40
827,978 827,978 000000000000000000010e3c695196eb995b2d2ec13558b78d75312630f15567 1.45 MB 2,677 44
827,977 827,977 00000000000000000003b1a332af87408df12bd88401c1c7e7456bf07786285c 1.61 MB 3,150 48
827,976 827,976 000000000000000000017257b9c92b74dfcf58b6098d92dce665fc5e2af81960 1.80 MB 4,434 27
Previous 10 blocks ↓
Total Size: 684.97 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,368.59 GB sent, 104.82 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.