Memory Pool Memory Pool Refreshing

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,768 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,698 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,767 (875,540 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
33,227 33,227 0000000088c1db507782d0949bc7455148648b11cbaf7ec593c6bd9cdaea0f9c 0.00 MB 1 0
33,226 33,226 000000002f7d560dcf7f0cfe24efb196bef91e2ccb21664be34df11166fd6e1f 0.00 MB 1 0
33,225 33,225 0000000072f9057613292639762fd7f78aad884204addc14adf99279154c3052 0.00 MB 1 0
33,224 33,224 000000009e5accba9c5eb32f26a07c4dd4a9f566bb2af10262c19be24e63526d 0.00 MB 1 0
33,223 33,223 000000001f1add74cd6d63817cdff902c8721ffec843708753dff6324d62cafe 0.00 MB 1 0
33,222 33,222 00000000bdc507e1654671405ac5f4b5ffb0492726baee6b7ce83d601f21fb5e 0.00 MB 1 0
33,221 33,221 000000008f08e0e58416c2cc468c874b141e8567bec6cc83b3c8e481ac5b9431 0.00 MB 1 0
33,220 33,220 0000000042de96deec902b457890732b8585fef05978fd0517807c49ce40b4d6 0.00 MB 1 0
33,219 33,219 00000000c4e62886c1ee98639196808030186bbe65e631407ec815367a728884 0.00 MB 1 0
33,218 33,218 00000000d01e3056ab1831e11c1b191291630ec20d94748a6bdb8fbc75623cc6 0.00 MB 1 0
33,217 33,217 00000000334974cdc105592ca8f67f7f5df12ad2e5d1714238df47f3fc231c84 0.00 MB 1 0
33,216 33,216 00000000a77b136af52d33cf5f7a9aba6f0c3323a5fb691d347b311841ccce5e 0.00 MB 1 0
33,215 33,215 000000005cc63a0ea03a21d49354a70cc6349fdc077f259e7e18b96f59537949 0.00 MB 1 0
33,214 33,214 0000000011e54ae3410e7f53bdba8ad30ea84e45d3026c5e1b5668ad131da325 0.00 MB 1 0
33,213 33,213 00000000100b3fa02078d4c529c93b9331066e2633ea66e4f7852b51ae286bbf 0.00 MB 1 0
33,212 33,212 00000000be003271a876ca84cd170d7dfa0d18ab7b425330bd22233322d39d37 0.00 MB 1 0
33,211 33,211 0000000052f4a5ef8f386ddede753b2f7dca4625a622a19b9133cc5baca1df75 0.00 MB 1 0
33,210 33,210 00000000d1c18d8a97811f3f9b6b6916aac5b74d2f3d364a14aa32d00cc7ce14 0.00 MB 1 0
33,209 33,209 000000000d6a310c8478eb3e2283634ab16a4accfc4f70f25a25e2bae9e06c0d 0.00 MB 1 0
33,208 33,208 000000004644d022453ceeee90e17deb38d262343e42093df5d60f3b22fdc2b1 0.00 MB 1 0
33,207 33,207 000000002f9bcb5f5b6a88c11656cb95f42caba983f5e66a68af306df3645ef6 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.13 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,856.54 GB sent, 102.63 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.