Memory Pool Memory Pool Refreshing

31,599 transactions
31.08 vMB
Show Random Selection Loading Transactions
Max Size: 187/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,396 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 3,971 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,395 (54,738 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
807,657 807,657 000000000000000000050cc43ce1e33a57f0b953e27b733eda042e6fe6b16df9 1.69 MB 1,322 14
807,656 807,656 00000000000000000003058e695acd5b2c5240c229506e65c7957e29995c5ffa 1.69 MB 1,869 18
807,655 807,655 000000000000000000027fd3a821bbfad4492fe80734d2897cb9c5640c46ad91 1.75 MB 1,733 21
807,654 807,654 00000000000000000005011f3b5acc02c5d8165d9ccbe00d5ec5c4039de143e9 1.54 MB 3,188 22
807,653 807,653 000000000000000000006935b3f94633a6f853f86cdc75f5c993a1f3b047df7f 1.37 MB 2,334 32
807,652 807,652 000000000000000000037048c6ae6f654b2f5bcbcd4c9eedc890fa199481a5d6 1.53 MB 2,483 20
807,651 807,651 000000000000000000017260fcf76f57f831f14c5500335d61469dd694bceb04 1.59 MB 2,675 22
807,650 807,650 00000000000000000000014a2d90de25528414f5b50ad54d7e6503db425dc232 1.50 MB 3,125 21
807,649 807,649 000000000000000000012a4fa65b6c0495f6b49227e49c862d6de8da0a826ffb 1.48 MB 3,503 31
807,648 807,648 000000000000000000043e3ed51e7bc926456ee3ae05f0690c84cae99e8cd1a5 1.59 MB 3,214 29
807,647 807,647 000000000000000000026bc679aa2506b8b86ec3cfecbd06e743b037c1f92c4b 1.59 MB 3,062 32
807,646 807,646 00000000000000000004bbc746bb899999db433f936ebc0b31165f5ef8beeb85 1.58 MB 3,492 28
807,645 807,645 00000000000000000002182ea11e2ec64838da659ec2245e57d6ff394dcb0520 1.85 MB 1,884 17
807,644 807,644 0000000000000000000421f9567b64503c81f3af2de5b3e30a115845456cf71b 1.43 MB 2,578 30
807,643 807,643 0000000000000000000101c81ca17707421645bda611685bf292d7bd20de28c8 1.72 MB 3,333 16
807,642 807,642 0000000000000000000004de30287045f42c1ba53c0cf6578cbc865111f37ef6 1.89 MB 3,279 19
807,641 807,641 000000000000000000010b8df61eab016422275975359c982c96a6d57e5e1234 1.82 MB 2,341 22
807,640 807,640 0000000000000000000088f7359dca0baa5062ec02183eceb9f79a1e43de9d9f 1.95 MB 4,579 14
807,639 807,639 00000000000000000004ce7c4a6ffb58e3e7f9426105fdcb481ce4982118f531 1.52 MB 1,151 17
807,638 807,638 00000000000000000003337a1807ed83fccc9ee6f006511e149de6b08a140210 1.49 MB 1,535 23
807,637 807,637 0000000000000000000116e64ce54f6a5274ee6c6f3164365355deed8c4332d9 1.88 MB 4,660 15
Previous 10 blocks ↓
Total Size: 684.92 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,366.75 GB sent, 104.44 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.