Memory Pool Memory Pool Refreshing

28,086 transactions
32.27 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
863,977 000000000000000000032f140000000000000000000000000000000000000000 1.00 vMB 2,823 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,976 (5,101 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
858,875 858,875 00000000000000000001a2146102efc71bfbc137da171c095b62e27216fee05e 1.61 MB 2,719 7
858,874 858,874 000000000000000000026c0958d59ac95cd6e51f547fbf82602862055ad3c01c 1.45 MB 2,551 6
858,873 858,873 00000000000000000001238ed999ad8e3fc4cf4d8f365af1561d22f1aa044abf 1.55 MB 3,295 7
858,872 858,872 000000000000000000025397b347b6568c62756d9ac46c686ead8e8bbbbcb2d6 1.71 MB 2,982 5
858,871 858,871 000000000000000000031aae53993e07e520c37f7afd8b00c08826fda1789171 1.62 MB 4,689 4
858,870 858,870 000000000000000000017b721c1bcfac0dc2c5320f6dca4bd6103c46c70ba80e 1.69 MB 6,588 3
858,869 858,869 000000000000000000005e5be2edca0a13b0ed53fc5a11a50450a24236555504 1.75 MB 4,783 3
858,868 858,868 0000000000000000000080eccedf8cb8e81b47e16140223b1b89f15614b91f72 1.75 MB 5,359 4
858,867 858,867 000000000000000000016ec66ddc3809c4b67d82952114938ca398c221e0b13f 1.73 MB 3,655 5
858,866 858,866 00000000000000000001b48c4f9cc7a8e429c4f02d0b7dd401989056f5414699 1.52 MB 6,339 3
858,865 858,865 000000000000000000010cd79505ee7b31d970fbc12dfdfb5abf2043082e2719 1.42 MB 4,348 2
858,864 858,864 0000000000000000000204098b30284a5498595e218398577c51a47ec80caf2d 1.47 MB 2,013 3
858,863 858,863 0000000000000000000140b18d4f4abf10b7e29e7100b08aa92304efaf0fef97 1.71 MB 3,665 5
858,862 858,862 0000000000000000000174ab898377c96603afa0fb732b3d4f10286a9cbb80af 1.52 MB 2,627 11
858,861 858,861 000000000000000000018c51072392f88c12585ee3b1c08583185244ffe280ea 1.61 MB 3,207 5
858,860 858,860 000000000000000000027ca5200f5c26955614153a2fcee1f0cff2c23b97086b 1.72 MB 3,424 8
858,859 858,859 00000000000000000001a2b99077c1ef6b5cf1ee8990882539d8c2c5808c1614 1.70 MB 3,419 7
858,858 858,858 0000000000000000000283c2f384ad5c337d6b5faa51f1b0f0c1eea99c7be98e 1.84 MB 3,171 6
858,857 858,857 000000000000000000020affc9b71b388b9b53ffd867e64c836da7ceffb3d971 1.86 MB 2,954 5
858,856 858,856 0000000000000000000221042ec193eb8a761cf18f58262a8028993510d7ba5d 1.74 MB 2,820 5
858,855 858,855 0000000000000000000276d3ca589280a5169fdb57c2b6c331a70f325f9c6b8f 1.45 MB 2,271 5
Previous 10 blocks ↓
Total Size: 687.97 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,534.37 GB sent, 125.19 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.