Memory Pool Memory Pool Refreshing

1,750 transactions (0.41 vMB)
  • 1 sats/vbyte = (7 blocks)
  • 2 sats/vbyte = (3 blocks)
  • 8 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,995 00000000000000000002349e0000000000000000000000000000000000000000 0.41 vMB 1,732 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,994 (857,633 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
51,361 51,361 0000000008fe7c366d925325e3f89d6ff924b4ab0c2c82cd06768fd13439664f 0.00 MB 1 0
51,360 51,360 000000000cafdf120b978906e9af4a1c5ca26ec8cbfcfc01074ec580511b6915 0.00 MB 1 0
51,359 51,359 0000000014aee68a8df05517b2822d618cd1788fb536884f23f23dc7a03d7533 0.00 MB 1 0
51,358 51,358 000000001eb24f8452dea803ef9c609bfcf26043dbe67ee2364c4eb65f5ccc5b 0.00 MB 1 0
51,357 51,357 000000000e92e944797e2af7eaf52c3ce01494feacd6a4dd899890c0a3aa61b3 0.00 MB 1 0
51,356 51,356 0000000018dbcf366cdf8981e7df6a9f877dba5ddd14d2a97be5ab59f721620b 0.00 MB 1 0
51,355 51,355 000000000169682d1a8684e1478c97e2f156e4f5cef3d0b8a009cf0807e28107 0.00 MB 1 0
51,354 51,354 000000001a7c429cf952b0e4c42dbea99e649c61143cfd3aa6d41572c4639f46 0.00 MB 1 0
51,353 51,353 00000000150007411182a8341de3e19caf59aa27b5efbe4133db21f84187617f 0.00 MB 1 0
51,352 51,352 0000000019e1e0745ee90a95c65af47d4b5a25e16dc6228e512cdc68ebf48e74 0.00 MB 1 0
51,351 51,351 00000000131fe9042cc4cca9d0c2cd43985d7f22aa59888111a7aa1ce461dd1f 0.00 MB 1 0
51,350 51,350 0000000019b27fea76c436d7f025e6f9b15d6cab53db72a9aef16c9c14a5ad78 0.00 MB 1 0
51,349 51,349 0000000016be8b44f6034d18c42dd6569afb9a056c299ed73f21a9e584af2e89 0.00 MB 2 0
51,348 51,348 000000000366303432d73ccf84f663c2fcb17cda2bda4c16e54e99c824bfed6a 0.00 MB 1 0
51,347 51,347 000000000e214015ca8282886ba3d16113f0ae4a12f9f3b37ef680e6e486c75a 0.00 MB 1 0
51,346 51,346 000000001ec676bebba9900bcad246a0dfeb1ea6c468cc3a3704553d6115bb51 0.00 MB 1 0
51,345 51,345 000000001fe1f2be85d7e7326d5a336b085dacc108e46d1b4f543ce75f1f7d37 0.00 MB 1 0
51,344 51,344 000000000d6b2810afc72fc8992b69cdda52097c4b2b49b5f7287c4c0bd4586b 0.00 MB 1 0
51,343 51,343 0000000016153de35c4b57c75a0721770ae0f1f8622857307f02c1a1938ea78d 0.00 MB 2 0
51,342 51,342 0000000003e8ce7a8288312c8403f61e51fddc4588486f7565737a42fae77d43 0.00 MB 1 0
51,341 51,341 000000000838fb646ccd09be3eab45a483ba22a5177bd2b7e677e553ab24c067 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.54 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,867.45 GB sent, 105.10 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.