Memory Pool Memory Pool Refreshing

76,827 transactions
34.55 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
866,158 000000000000000000030ecd0000000000000000000000000000000000000000 ago 1.00 vMB 5,136 15
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 866,157 (6,057 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
860,100 860,100 00000000000000000002c9a579bb79f8ebce797a2170523fdd0b281e0e79d3d2 1.71 MB 6,817 3
860,099 860,099 00000000000000000002d277165378e913bf451efeba2d573092345299608cc9 1.60 MB 4,649 4
860,098 860,098 00000000000000000002a8b51d60465def2cfb0dd878ae5a429d1fec1ee83332 1.66 MB 3,249 4
860,097 860,097 000000000000000000027a2090858c88b02d2a07d4824c647eab32c24eb3c6d3 1.55 MB 3,135 6
860,096 860,096 000000000000000000028cda18e1084052ab9d764e4ac3671c5d65b61df24b59 1.61 MB 3,277 8
860,095 860,095 0000000000000000000200284cc6b774f296f92f0a7a3b0260462a2fd633a5ed 1.59 MB 3,623 5
860,094 860,094 0000000000000000000228e88660dd4909fc28182a569ad09d86783e50b88c30 1.69 MB 2,454 7
860,093 860,093 000000000000000000003d77fc9bb1ea61be29e6f210a0248179510a5f5c3242 1.73 MB 2,082 6
860,092 860,092 0000000000000000000158ee4bca25f667b7a37133761ce3ffd06354242b669d 1.59 MB 2,644 10
860,091 860,091 00000000000000000001300ecb046b6fcd962077e6f711efb564c672e992af32 1.64 MB 4,565 4
860,090 860,090 00000000000000000000b87c49910810310269e0bf6f8d8b8e9e85bca473221f 1.67 MB 7,137 3
860,089 860,089 000000000000000000007c577bf03833de71b43a8703e82f15db7442b72782bd 1.66 MB 7,143 3
860,088 860,088 00000000000000000003016137371b2788ffd1d87bfbfecdf865290903d1ef3d 1.57 MB 4,740 4
860,087 860,087 00000000000000000001e21549852b9ccc41e646848c38d08a856ebdc92cf5c6 1.64 MB 7,085 3
860,086 860,086 0000000000000000000073416e501eeff7f64441679efd9e6481b8b5972fb7e1 1.65 MB 7,074 3
860,085 860,085 000000000000000000018d793a89767c0d4d9f31ed9b9b25b8b9606f4a99a059 1.63 MB 6,931 3
860,084 860,084 00000000000000000000193402abd6fc96d1bb6b86b32db8de235ad53458c924 1.66 MB 4,103 4
860,083 860,083 00000000000000000002016cae921dfd7c4bec0f3f61c78cdbd1cc34afd0aaf1 1.50 MB 2,644 5
860,082 860,082 000000000000000000000ca487020d67bf47f5804ee3b694c0080e1692cfa2f9 1.50 MB 2,748 6
860,081 860,081 00000000000000000000a3ae5d217c1ac5f0b1f4173ae96d36b66dceea1ab87c 1.34 MB 2,520 14
860,080 860,080 000000000000000000015beb8839f715806b45a0895367e702b14e782afccfdd 1.60 MB 4,569 5
Previous 10 blocks ↓
Total Size: 692.04 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,835.64 GB sent, 157.85 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.