Memory Pool Memory Pool Refreshing

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,955 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.94 vMB 3,065 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,954 (857,599 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
51,340 51,340 0000000006db182afe3510e33f2525d5a0e2406fed42860382e7ba93085b7315 0.00 MB 1 0
51,339 51,339 0000000009a9d949046a0dbd3a6b23d9256af555fb2e663171b351bdd1db2f37 0.00 MB 1 0
51,338 51,338 0000000012a55e2dfc67626c07622f0020af35411bd1543148c2c553b89caa3c 0.00 MB 1 0
51,337 51,337 00000000011c51102c56470944ef2916422a63dc3a44502fdbd714ed49eb1522 0.00 MB 1 0
51,336 51,336 0000000016bd8da72ebe35232357dcbed60c336a29036ea8008073add14213c5 0.00 MB 2 0
51,335 51,335 000000001fae6386b86c2f63bc31f7774f2ae75398f0a249793432d73d9efdec 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.46 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,866.22 GB sent, 104.68 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.