Memory Pool Memory Pool Refreshing

7,772 transactions (2.52 vMB)
  • 1 sats/vbyte = (5 blocks)
  • 2 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,776 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,061 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,775 (846,840 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
61,935 61,935 0000000002e4ad26b57d643908fa83e9093d8ebf4c326dca1920a26b77a5faef 0.00 MB 1 0
61,934 61,934 00000000003da827c443443226fa1661e71b4515170f3531af85e9b22af9d8cc 0.00 MB 1 0
61,933 61,933 000000000d5c9572ea792bfe618e9dbb3eef8ab6f32cfa27f09e0b43a748f659 0.00 MB 1 0
61,932 61,932 0000000008412a627209f10875c86255b09a96db9637a326ffdfe1ca5d87a07e 0.00 MB 1 0
61,931 61,931 0000000005e6a9939d24f420199cd9ebfa9a713dcbec0e9604f033968919c716 0.00 MB 1 0
61,930 61,930 000000000437b056f16064b8867f4bb3adf131504566a77cdf16b7c6da7caad9 0.00 MB 1 0
61,929 61,929 0000000009f5485d06b544018635ae793d1cb714ae5bcc468420959dd5e65665 0.00 MB 1 0
61,928 61,928 000000000adb4d1b7281d2dee69b47eb6676928ba77aeaef841b21de07578b93 0.00 MB 1 0
61,927 61,927 0000000008e7abd84e622ebb30a3c832d75a4a1df9c76557e71f586cc1c4cfc6 0.00 MB 1 0
61,926 61,926 000000000d3e897122e619b9e00f8bb41bd9c5b4a8d7eacabbb335feaa3526c1 0.00 MB 1 0
61,925 61,925 000000000350cea6e5819fbde58b641a524fdb3f8bd013eba4affad6cee68b4f 0.00 MB 1 0
61,924 61,924 000000000668a411f0ecba763d32c5c4c482b74c291b937b54abf4c12a18d7f2 0.00 MB 1 0
61,923 61,923 0000000003c51283197d681b2ba4ea5e6425bd7b2656c0c66d1d97fbd5138c2e 0.00 MB 1 0
61,922 61,922 00000000014ccc70239cf743f2abd3c30c2e788ae6a06bc38f4fed0558b450be 0.00 MB 1 0
61,921 61,921 00000000094419784b56d17560780dc74d14599c08e355d71760a002f74afdf3 0.00 MB 1 0
61,920 61,920 000000000903174a3c78f6e2a67efe8cbaa2e16b468a12e01d42dffdc8114bed 0.00 MB 1 0
61,919 61,919 000000000b5eca35d4a16261d314753f8bc10a09fa676e2d9a6ebd06c6638a13 0.00 MB 1 0
61,918 61,918 0000000001b80f0507225c30eb7ebbb809dad708ce94a51e573588a5c318a070 0.00 MB 2 0
61,917 61,917 0000000001b8f28855b5730c8f47f2e276889fbe0da50a336375271897c4264d 0.00 MB 2 0
61,916 61,916 000000000b752a4f98eeae8549fdb5847e7cc1593f8fb18702b48961ac56cb35 0.00 MB 1 0
61,915 61,915 000000000a0761e2d93571d3eefb60209b32a1598e4f13f99ab609208aeffb28 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.14 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.82 GB sent, 102.72 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.