Memory Pool Memory Pool Refreshing

63,635 transactions
31.30 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
870,115 00000000000000000002c4e40000000000000000000000000000000000000000 ago 1.00 vMB 2,655 13
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 870,114 (334,722 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
535,392 535,392 00000000000000000008f4fcc80aac58fa68644eb38f5aae46ff6390fa3cca65 0.14 MB 382 11
535,391 535,391 0000000000000000000261bd6673a257f116301e764a71b7556a6b6ce9d87630 0.56 MB 1,097 11
535,390 535,390 0000000000000000000dc78e02940487342a98cf5741b4dc6354a008ef587f7b 1.19 MB 2,592 12
535,389 535,389 0000000000000000000b6d82f37f2bab95608b0bbe1b456b62a9ddf54d071fb7 1.12 MB 2,857 17
535,388 535,388 0000000000000000001d13695ee2d43bd31e1e405e509b6493c9755e4b76161b 0.50 MB 1,110 23
535,387 535,387 0000000000000000001868074f45b42e15d6a905e9f9d25e1a1f07841bdbf5e4 0.45 MB 1,081 10
535,386 535,386 000000000000000000095948fb5e0b62a2ca113ff4f9649a6387e522c4cca978 0.71 MB 1,425 10
535,385 535,385 00000000000000000028f2b8c90d356d0d9c56ea640f69e5858fc594ade4ad0a 0.18 MB 471 13
535,384 535,384 0000000000000000002d148bc89fd1695c40102a3b5cc804d596af6e5e7ea3c6 0.51 MB 896 29
535,383 535,383 00000000000000000018949fb4207c061bcf60236982806cfd823464f7d5d749 0.73 MB 1,350 14
535,382 535,382 000000000000000000100d6fdadd69045515e0cb47ef05cc6425a97ac72013e8 0.02 MB 61 18
535,381 535,381 0000000000000000000bb62e5e18c185a9b8c8d1cc7e989ff1bc0bd0bfc70e66 0.84 MB 1,630 15
535,380 535,380 0000000000000000001aa058577d00519186c5fb82b7f19ec4512cda3ebda62e 0.52 MB 868 10
535,379 535,379 0000000000000000000ecc7f2e941c4f24d0c4f09d36d6f1c8ac90892cf1d5a0 1.07 MB 788 1
535,378 535,378 0000000000000000002606e003d115f6506e04b077894f0496dba257b9456999 1.20 MB 2,756 18
535,377 535,377 0000000000000000000a333d7d13540f4a202a9347aea47ffdd16e72e1900d0d 0.25 MB 500 25
535,376 535,376 0000000000000000000e25640b0d8c5ce7d1f9c56def93b506f153fbbaef208a 0.04 MB 102 20
535,375 535,375 0000000000000000001aa3602aa5d710dbc63269f18a7c168241fd3afbf9b8d7 0.20 MB 417 14
535,374 535,374 0000000000000000001ef2c6c01a95406256a868319b91251c667331cb5b80ba 0.67 MB 944 1
535,373 535,373 0000000000000000002a01c262ec51eff8a696ec45cb6a41bc87272ce7dc296b 1.21 MB 3,043 16
535,372 535,372 0000000000000000001e51559b6c9487ebfc594f9c948323c5f608b943be6a17 1.13 MB 2,556 24
Previous 10 blocks ↓
Total Size: 699.67 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: 2,184.36 GB sent, 208.21 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.