Memory Pool Memory Pool Refreshing

3,022 transactions
1.28 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 sats/vbyte 3
1 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
907,873 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,280 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,872 (111,507 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
796,365 796,365 00000000000000000001067fc4bfe417d540aadb8b8b4763b0111c6fd92cb98f 1.66 MB 2,000 19
796,364 796,364 00000000000000000002f0a2ae969fd6239153d18b6365aca6560c6559253637 1.66 MB 2,756 25
796,363 796,363 00000000000000000003ba9a931d826eea5f881ebb746c2de772a816ef81ce91 1.42 MB 3,072 34
796,362 796,362 00000000000000000001136c01ca46765faa2936398fd96e1a6367f863f71239 1.42 MB 2,597 36
796,361 796,361 000000000000000000022c8ffbae1e362b053e053d1e7f4da34d1ff8f899c6f0 1.85 MB 3,005 20
796,360 796,360 00000000000000000003b67ed3bca34cdb262157572262ca9d882016789b617f 1.74 MB 2,080 14
796,359 796,359 00000000000000000000f48d9a8a33fce055e05539e15a018c02d62a00c5f0d6 1.64 MB 3,220 25
796,358 796,358 0000000000000000000365909ea56fd65dd077600f8e688408e6fd7d06201594 1.84 MB 2,941 24
796,357 796,357 000000000000000000045c430b011ef9fe79037d68bcd671dcae23ce7d2cf457 1.58 MB 3,226 38
796,356 796,356 0000000000000000000348ad4f897022ef8bbd8cd53d7ce6e023a6396ae87e5c 1.76 MB 1,665 19
796,355 796,355 00000000000000000004df025ee0e80235c211994dd8b252f165cd0f9f8053e6 1.56 MB 2,449 30
796,354 796,354 000000000000000000034c6a32b901e90f537e55d2b5bb4082ad8713a83af9c1 1.63 MB 2,789 33
796,353 796,353 000000000000000000017c28f59ceeefbeabe2bd7d945dbcb6d905be2ef433d6 1.59 MB 3,277 38
796,352 796,352 00000000000000000001d50fa41a8120024279c3ac19cb875dc8225d490fb71c 1.47 MB 2,849 34
796,351 796,351 000000000000000000049e6bc43e864d63b176c456fc2501851117954c6640e3 1.53 MB 2,653 31
796,350 796,350 000000000000000000022d37de6f79757961d5a63385917159377eb81e224ce5 2.12 MB 2,379 12
796,349 796,349 00000000000000000002bf7ebd60f5eae210509f7fbbcae5c3b2a53df049cb65 2.25 MB 3,305 16
796,348 796,348 000000000000000000010aca8a9f3db0208d02800241cbc0d1d2f910014cbc06 1.48 MB 2,366 29
796,347 796,347 00000000000000000004c1ccc4c3210760e732da4df506a952c5626ae212eede 1.89 MB 3,021 27
796,346 796,346 000000000000000000047a600a59c12c323380ae1aa3497ede006d03a90e1f6e 1.68 MB 3,048 31
796,345 796,345 000000000000000000010e682f31b6fe60b8130c46e7add1bf22db4132a395e0 2.29 MB 1,749 13
Previous 10 blocks ↓
Total Size: 769.30 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,642.71 GB sent, 94.45 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.