Memory Pool Memory Pool Refreshing

52,114 transactions
31.05 vMB
Show Random Selection Loading Transactions
Max Size: 185/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
863,180 000000000000000000032f140000000000000000000000000000000000000000 1.00 vMB 5,935 10
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,179 (754,477 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
108,702 108,702 0000000000025918d795239963bf7348ec711ba1f508a0ca0f61c8ff1667fc32 0.00 MB 1 0
108,701 108,701 00000000000166832f829e5232ba7a0d6a0de8ea5c855353e3f40c56ccdcdad4 0.02 MB 54 58
108,700 108,700 00000000000108c560520dac4c9cac0504173efad2112497ac8243f9715264fb 0.01 MB 49 153
108,699 108,699 0000000000002087b1792452a8abe68446047686b694f4b12dd1165a62ae18a6 0.00 MB 14 0
108,698 108,698 000000000001ee46cd479959d90bb5b9a0a786a88269465be530c0a0edcbfcac 0.00 MB 14 0
108,697 108,697 000000000001df192c6e47a97a9eaa00bb0768a8db619026e12c7dd5b0d09301 0.00 MB 13 0
108,696 108,696 000000000000a7261381ad20742b9fb61e174b7c4712f46b08fc4c775996bff0 0.00 MB 9 0
108,695 108,695 00000000000275921546c272768b98e1cc3daa6b08b47877767fa4a6df81e647 0.00 MB 10 604
108,694 108,694 000000000001f97ef9da8858ea5e6d452b72cd53677cbb9bbbc621310333a1e0 0.01 MB 7 265
108,693 108,693 000000000001f19cf76aa9a5aaa070fccdbd6aef83694ea80c67b13a16a3824e 0.00 MB 10 411
108,692 108,692 00000000000071da01a5532037a2a8676d1befd24da4016cea2d6e6b2dc7c904 0.01 MB 46 0
108,691 108,691 0000000000009137369a34567bd930befe00950f5c46177d5f375154bbaba2d7 0.00 MB 5 0
108,690 108,690 000000000001786754ba4630ceadf7fe0490177030d19d705418659cc97cc781 0.00 MB 3 0
108,689 108,689 000000000000833dd0c77c4c8134b9094d9fe02e963801ab6199db2b1f6b0b2a 0.00 MB 7 0
108,688 108,688 000000000000037a1239a3b132b36922d9e64058ec61c5ea518594b377d8bf6d 0.00 MB 4 0
108,687 108,687 000000000000902241c79bc1750fdc08d90fcca7a176927fcfe3298e1d9ad52f 0.00 MB 8 0
108,686 108,686 000000000000ae6efca192e61fb773cdc79c5a8d63bd5771611262f926799064 0.00 MB 1 0
108,685 108,685 000000000001097a126d028f7e979d87a84adaa177504b73c0f9abd18a341127 0.00 MB 3 0
108,684 108,684 000000000001b7677b28f0911443a2d8d6a57a4fa7a753a39c1b63d24ac93472 0.00 MB 5 0
108,683 108,683 00000000000257c16b384d7f666e2f5fab27234b68a83283405d1e9244bff6fd 0.00 MB 5 0
108,682 108,682 00000000000136cb01d1b926f4cd7784f666279c7e8e909e49e666924540b74e 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 686.46 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,460.49 GB sent, 114.86 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.