Memory Pool Memory Pool Refreshing

32,571 transactions
28.84 vMB
Show Random Selection Loading Transactions
Max Size: 176/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,467 00000000000000000003098c0000000000000000000000000000000000000000 ago 1.00 vMB 4,558 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,466 (57,202 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
805,264 805,264 000000000000000000001c1e7e10d007aa6be02324bcc452dfacdab3c34d7bbd 2.11 MB 6,853 6
805,263 805,263 00000000000000000002cfdf26ce0e40215e43124212cbde6f516c8d008b6d64 1.94 MB 5,695 7
805,262 805,262 00000000000000000001f090f0af41c8476964c75740e93d99d1ed6aa3d50429 1.82 MB 2,845 7
805,261 805,261 000000000000000000045703c44f0967e927262251a1f6a9f1bdeb6f412cf5c6 1.64 MB 1,395 13
805,260 805,260 000000000000000000000b4e08ac0eaebbad322833aa8ea6cfff818659b72343 1.83 MB 3,039 10
805,259 805,259 00000000000000000004e3f109d57b2e3d257554053e770c1067b1f916ba1c63 2.08 MB 6,671 6
805,258 805,258 0000000000000000000299aa3c74676eb6b2228ab518de0abb3c491b49369b25 1.59 MB 2,237 13
805,257 805,257 00000000000000000003d721da3f1753162e6a2376477394cc40dec02d4f7498 1.88 MB 5,493 6
805,256 805,256 0000000000000000000090baf4c6a1e4b60063b8616ebed1ee51917a03a9269e 1.62 MB 2,758 12
805,255 805,255 0000000000000000000409d05daf0594a9b7e69dd60a387a731a936c0d39335d 2.06 MB 5,868 8
805,254 805,254 00000000000000000004d4a2d208e68baaee69e9c989790bdedf842794708fa3 1.66 MB 3,227 11
805,253 805,253 00000000000000000001fb15adc6c763920c70bc7eb9fa7f6c3d83fc3a9a0481 0.00 MB 1 0
805,252 805,252 00000000000000000000ef243fb1ef96192090560bda94912f35218d37223a80 2.03 MB 6,067 7
805,251 805,251 000000000000000000029466fcb7733ca1cf65a13e45b2a53efe61209046a148 2.00 MB 4,605 9
805,250 805,250 000000000000000000038d00ed4ac757f434a219b2446ecd1eb1f3f470ef2104 2.00 MB 5,990 8
805,249 805,249 000000000000000000025fc4a38ed0227111ef1902ccc9c9791988cc162d0a73 1.66 MB 4,136 7
805,248 805,248 000000000000000000046b11b27f686120baf2e3bab2fc41979458dee731d84e 1.73 MB 3,769 8
805,247 805,247 00000000000000000001a6ab9641aa2e31048fe3083e42d6ba45ca955dd80ac7 1.96 MB 5,040 10
805,246 805,246 00000000000000000000dabfca5b55496e3782be5f7ebc22d18ef253d4bea32e 1.44 MB 2,399 11
805,245 805,245 0000000000000000000001b14e4e7576ec1dc5693f1b0cb8657f25112e0eb121 1.96 MB 3,380 9
805,244 805,244 0000000000000000000119fb2936bd91096d5b292ef4b1abd271e038ecbbf398 1.94 MB 5,281 10
Previous 10 blocks ↓
Total Size: 685.05 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,370.21 GB sent, 105.65 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.