Memory Pool Memory Pool Refreshing

41,813 transactions
32.63 vMB
Show Random Selection Loading Transactions
Max Size: 200/200 MB

Candidate Block Candidate Block Refreshing

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

Blockchain Blockchain Refreshing

Tip: 862,193 (56,879 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
805,314 805,314 0000000000000000000448ac652438c3a48d8cf1b9ef01a468f962d8481a467b 1.70 MB 4,358 16
805,313 805,313 000000000000000000029082c3bbd2ef669359c9ee57fd6e681aa9fe50cf356a 1.64 MB 2,416 14
805,312 805,312 00000000000000000002c087b46918b03d6827cfe7487a01d6c4cc12c9c54d82 1.37 MB 2,975 32
805,311 805,311 000000000000000000021fa3e991332b87fbe7aa7771fbb212e3d7d92c5f6146 1.59 MB 3,376 25
805,310 805,310 000000000000000000025441256481aa1d90ff3d8a6dd87f41ea53555fe21585 1.48 MB 3,206 24
805,309 805,309 00000000000000000000ef93b2107ec41b8f3e58c68c7dc652399e8d37c17569 1.74 MB 4,459 8
805,308 805,308 0000000000000000000430f5a64c94b2eba3992f74de75b4fce6132e5e11dac4 1.75 MB 4,048 10
805,307 805,307 00000000000000000002cf919ca6b841c6dc1203a75164bdda926c800fb617f8 1.59 MB 3,493 19
805,306 805,306 000000000000000000011a4205588327b980e451db94eef591e31116c77fbe5f 1.83 MB 4,538 10
805,305 805,305 000000000000000000034ad2b4169b6f735d76064e4c80bccd52f2346666223e 1.64 MB 3,345 12
805,304 805,304 00000000000000000003dee18509013b09428738d3520ba4fe038d3726e4f0a7 1.56 MB 3,752 16
805,303 805,303 000000000000000000038a72ba0362fd5d57406517f4e1231219f5d005992134 1.43 MB 3,136 17
805,302 805,302 00000000000000000003b8b36e0d8ed8edf6ce1106ec6211b369f22743a28372 1.98 MB 6,098 6
805,301 805,301 00000000000000000004d3c0e541e4fb58e44e24a91293029d57a436ac6c0d8b 1.80 MB 5,065 10
805,300 805,300 00000000000000000000058dd0d0dc2531194811afba2460ee7001bc4165a9a0 1.57 MB 3,462 9
805,299 805,299 00000000000000000001661cd28ac87e0a6e17aed7f490cfbeaa76bd69092a74 1.64 MB 3,806 9
805,298 805,298 000000000000000000022f4ba5a34cccaa368d3e94050ad541e52db84df570f0 1.65 MB 3,326 11
805,297 805,297 000000000000000000016e0262618696b2d96e49a4d9ee19e971a79b5768878e 1.53 MB 2,793 14
805,296 805,296 00000000000000000003f49e588f0bce8d06d96763f7cfe6d588a220f44fba31 1.76 MB 4,637 10
805,295 805,295 00000000000000000004895ed45eb46c59b0f8ea6549ee8efe10504ffdb328a6 1.71 MB 4,133 11
805,294 805,294 00000000000000000000bb81deec21d32fe1ca2aaa1f3b95d0201a49287af8ad 1.97 MB 5,880 6
Previous 10 blocks ↓
Total Size: 684.53 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,354.02 GB sent, 101.70 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.