Memory Pool Memory Pool Refreshing

16,096 transactions
32.69 vMB
Show Random Selection Loading Transactions
Max Size: 181/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
864,083 000000000000000000032f140000000000000000000000000000000000000000 ago 1.00 vMB 3,763 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 864,082 (68,817 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
795,265 795,265 000000000000000000037a71ca590cd4d27258c4cfd3584659e26c3bfeece124 1.42 MB 2,496 28
795,264 795,264 0000000000000000000019cf2d18fed8778b07703dffc1b887b334d26546445d 1.70 MB 3,266 33
795,263 795,263 00000000000000000005239586f641e2988452f5308e10700ea20d697b1909af 1.46 MB 2,642 45
795,262 795,262 00000000000000000001764c5176402fa59c40a1a2a30a331ce15f0c131f4eb4 1.95 MB 3,009 16
795,261 795,261 000000000000000000030f58947974b4c0a03856efc682d7632faf724be452a5 1.96 MB 3,026 21
795,260 795,260 000000000000000000000786c72ce2f1328794b0e86b97777b8b4830b6b5af2d 1.64 MB 2,671 40
795,259 795,259 00000000000000000002ecc812459c059bfc7f78d90b7735881be0cbbc101b2e 1.68 MB 2,550 19
795,258 795,258 00000000000000000003c765f257679adc9e8719b6e792a3d75eff470f69edc5 1.15 MB 1,156 18
795,257 795,257 000000000000000000041153ecd06d972c31bf45c48fb4b45ade8578892d433b 1.62 MB 3,545 30
795,256 795,256 00000000000000000002fe95f9bd9bf63bb301e390427e3e9225aa836678875e 1.59 MB 2,961 27
795,255 795,255 00000000000000000003deeaefc5f48b5df8bacd3beddb7ba7e2babf99261fb6 1.40 MB 2,626 26
795,254 795,254 0000000000000000000436c449d3e613e2469465643172497bcb049118ce4282 1.36 MB 2,490 25
795,253 795,253 000000000000000000046c0b4c1c77cd35e9b94c61bf98943a1e97cdde846136 1.53 MB 3,034 31
795,252 795,252 000000000000000000002ed517d51269cbc38c7fb5fd3febe5a7c539cb176677 1.28 MB 2,032 22
795,251 795,251 00000000000000000004290bc1dd80f382c80dc9494adbc131c2908b12139ca4 1.61 MB 3,278 26
795,250 795,250 00000000000000000004f5976fe0a906965ffdaf941e3798a6a84ff6f4ec7883 1.35 MB 2,156 39
795,249 795,249 000000000000000000029fa28f3d3f803b9a6387d7ac2b47ffb948c019b4a6fa 1.31 MB 1,306 18
795,248 795,248 0000000000000000000420f0d60ec14b767dd7dccf800cce3a1ed45ad271d699 1.80 MB 4,414 26
795,247 795,247 000000000000000000042c932dcecee57b910bb489744e84642b5f0e8df196cc 1.64 MB 3,310 26
795,246 795,246 000000000000000000020fd59a3f812c7d3d3b714f08f8df0e61c54a3afa09c6 1.60 MB 3,851 23
795,245 795,245 00000000000000000003f8c3fa07387e32435c830d08301c92637a237b6923b5 1.67 MB 3,230 29
Previous 10 blocks ↓
Total Size: 688.19 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,620.21 GB sent, 126.34 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.