Memory Pool Memory Pool Refreshing

32,307 transactions
21.40 vMB
Show Random Selection Loading Transactions
Max Size: 132/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
863,441 000000000000000000032f140000000000000000000000000000000000000000 1.00 vMB 4,678 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,440 (57,741 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
805,699 805,699 00000000000000000002708956bdeb7a50978aad1a38349fcebbc70f0fb29963 1.43 MB 1,826 13
805,698 805,698 000000000000000000006cee7dff7e0fd78fb6fcee9df83425e6febba78402c9 1.53 MB 3,503 24
805,697 805,697 000000000000000000045d16d6ef9edb1789f8d5d7ca6198f4a76a7449993eb6 1.94 MB 4,492 10
805,696 805,696 00000000000000000005008f804dede9a914339376d1ddf5a868beaadd11f405 1.72 MB 3,966 11
805,695 805,695 00000000000000000001930f1a2756c430b38cc045b4585f7d31ed7dcbbec0f9 1.55 MB 1,644 15
805,694 805,694 000000000000000000027a57310d4dc145e6b95e793c63f268f19beea6556b9c 2.14 MB 6,068 10
805,693 805,693 0000000000000000000137b6cad2a5116221164ece6700e3e6cce7d510aaf20b 1.97 MB 5,775 10
805,692 805,692 0000000000000000000127d798f2169d3bc51909639b16306ed74b8f291a458e 1.74 MB 3,250 14
805,691 805,691 00000000000000000002eaa4346c1bd4d60259700ab215f92205b9bb04393d0d 1.85 MB 2,424 16
805,690 805,690 00000000000000000003be2c846d1bffad407c4212f005d862f940cfde202183 1.94 MB 3,865 9
805,689 805,689 00000000000000000004d4f46969d450a1030831f24680e1516980bf485abcdd 1.60 MB 2,196 15
805,688 805,688 000000000000000000021373368779484096fb217dc42d8615316cfd5978ed7a 1.76 MB 1,283 14
805,687 805,687 00000000000000000001d8ec478f2387d16ac30e55728378316e39b3b664dfa8 1.50 MB 3,249 20
805,686 805,686 000000000000000000019ade217c10f9e51369943608f04917ba1fd6fda0e5c6 1.72 MB 3,402 10
805,685 805,685 00000000000000000003e7771d752c9e159a9510c689d578e0a69a755a179c1e 1.38 MB 2,155 19
805,684 805,684 00000000000000000002a8a02182352b93aa001a0a8cdb5c36c4f7c9480d41b1 1.89 MB 4,329 9
805,683 805,683 000000000000000000038ef614eaa444330332831ab444837af2e3056c1526df 1.59 MB 3,030 18
805,682 805,682 00000000000000000005029fe8d3b20710e722d0317212a1a17f91a26a8a789d 1.85 MB 4,905 9
805,681 805,681 000000000000000000007fbccd59d51b893ef6d3f3bf4e3ab29ef0eb15032c2d 1.93 MB 5,539 11
805,680 805,680 0000000000000000000339aa724bd8085af45fe280f4edb46813a77f288b8f4f 2.04 MB 5,575 13
805,679 805,679 000000000000000000021a48300014a6fa97a94ca028f151c64c374d33f16d45 1.71 MB 2,345 12
Previous 10 blocks ↓
Total Size: 686.96 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,498.95 GB sent, 118.09 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.