Memory Pool Memory Pool Refreshing

66,893 transactions
31.33 vMB
Show Random Selection Loading Transactions
Max Size: 186/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
869,330 00000000000000000002c4e40000000000000000000000000000000000000000 ago 1.00 vMB 3,618 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 869,329 (78,344 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
790,985 790,985 00000000000000000002cd6a109dc962e5b744e6051c72a35378f9a043e9e62e 1.64 MB 1,981 62
790,984 790,984 000000000000000000040a5ab75654272440629e2d5f62e7b6a918c7c24d959c 2.31 MB 1,750 31
790,983 790,983 000000000000000000024ee62c8ea7d8d00c438ff7f1d7e531a7945bd17767b2 2.39 MB 2,426 28
790,982 790,982 0000000000000000000422c4a7a553ce25cd9fe88b687f294aca78510a96c426 1.71 MB 3,071 49
790,981 790,981 0000000000000000000198f7c4088fb9c4981228f71fba3dda71ed655326d335 2.14 MB 6,195 21
790,980 790,980 0000000000000000000082296acd6b92a507190cb555e53deabb664c11517f3c 1.51 MB 3,381 46
790,979 790,979 000000000000000000009a7b651858211c92026962287b2da67e267bc71c3952 1.85 MB 4,300 28
790,978 790,978 000000000000000000022c8317376714b73bb08fb333159863763cd24a354129 1.93 MB 4,793 21
790,977 790,977 00000000000000000003e17671c65a07734e0d9e77916f864e74b680cc563442 1.86 MB 4,816 31
790,976 790,976 00000000000000000005343097c3871ad067b55665aeb7ed030f102fc9625c10 1.89 MB 2,315 30
790,975 790,975 0000000000000000000472d49da628b8189fc9da16c393a063f883277d52e9b1 1.46 MB 3,142 55
790,974 790,974 00000000000000000002a3e574eecdec003ed1a96cfc53f9e43187900132b995 1.94 MB 5,269 21
790,973 790,973 0000000000000000000412467f7d2d219a75adab6e9523821c6f8e78d7f8cc52 1.58 MB 2,115 45
790,972 790,972 00000000000000000004ac7f72c826aeab772529302ab021177ffcdfff106d0e 1.79 MB 4,008 32
790,971 790,971 00000000000000000005343457f8ee46c9d09184d1c7f2eb6a68971e86f93352 1.68 MB 2,679 40
790,970 790,970 0000000000000000000569d2fdf325553a838fb24d7b75a3ea6c10359cf8ca91 1.52 MB 3,256 55
790,969 790,969 00000000000000000002c5c4fa59c9bbc7880d15146223f0b4a89874362a9e43 1.81 MB 4,132 24
790,968 790,968 000000000000000000053fcddef1e763c5afde75eb781c2f3c0483907263591d 1.74 MB 3,315 41
790,967 790,967 00000000000000000003f012d83815593e3dcc1334aeeefc6d733d460a8b5a96 1.75 MB 4,220 33
790,966 790,966 00000000000000000002384c8bf632fbc99148da22f302cb84b83cd920ff7693 1.66 MB 3,181 33
790,965 790,965 00000000000000000005ab31fc9c6ee65b0904302f0a5b8087b5984c36e46d40 1.64 MB 3,679 28
Previous 10 blocks ↓
Total Size: 698.20 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,070.04 GB sent, 198.97 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.