Memory Pool Memory Pool Refreshing

956 transactions (0.33 vMB)
  • 1 sats/vbyte = (7 blocks)
  • 2 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,765 00000000000000000002349e0000000000000000000000000000000000000000 0.28 vMB 925 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,764 (863,269 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
45,495 45,495 00000000137bb81e09435becdb49a67991881bb411bb9113c0fc0a7b87c7c85f 0.00 MB 1 0
45,494 45,494 000000002d6a1f36ddbd54ce41c4d60e0fcc9791c9e89778408bbf2cb44cd135 0.00 MB 1 0
45,493 45,493 00000000120e97603f8b15b6b405e8bb4c16e971d7e6f1c9b55964ff20290919 0.00 MB 1 0
45,492 45,492 0000000028ddedd14762627857eb2bd5eeb23c99834cfb6116aa3181b72bb500 0.00 MB 1 0
45,491 45,491 0000000006d8cf50c93228821ceaf9b3cefbef673d6c397c91855f494bb1aa5a 0.00 MB 1 0
45,490 45,490 000000002f919c8756e555521041d9bacf62bf991c18d1ed43980158688a431f 0.00 MB 1 0
45,489 45,489 0000000004722a0a399df4554312f133e7d0fb941a07a869322a8f56ebc45df5 0.00 MB 1 0
45,488 45,488 000000000278256ab41e8740b9f9845cee14d3df9530d66a2780021f460bb3bd 0.00 MB 1 0
45,487 45,487 0000000029d7fa09af03e3ad718497cafc6d6664812df2afe140388661a61e24 0.00 MB 1 0
45,486 45,486 00000000245a688a72375402a8fbb082c937e9c167c5fc9f81eaa8a49d9364fb 0.00 MB 1 0
45,485 45,485 000000001f6230126c55db4509334f960455307000ae1dba0c53d9bcfbf5b903 0.00 MB 1 0
45,484 45,484 0000000023b06c4f759025ab3aa1528c781cd1a6fcea9e100c587ad64ca94afb 0.00 MB 1 0
45,483 45,483 00000000332b460c24a34492ec6a4b7bce021dc4070f15f37db8536370a73fef 0.00 MB 1 0
45,482 45,482 000000001ebb14833f655514e25313c610d44dc1f085959e544807e504f2528d 0.00 MB 1 0
45,481 45,481 000000001ed46544ff5c8d8e14496b66c49e73d998a150abf79cfa7141831f3a 0.00 MB 1 0
45,480 45,480 000000000c3c1fe80cb84e5f74e0061baea0f6a3dfec72ff92ec58c9717f0655 0.00 MB 1 0
45,479 45,479 000000003151ebed5d688743563d2afd138da5f1641f8d026497edb91704eda7 0.00 MB 1 0
45,478 45,478 00000000326e004fe1a1a5c208ca29c1b4e399543069caebbe862f9b2b3ddc5c 0.00 MB 1 0
45,477 45,477 0000000001f215d524848997a5f1cdf08552d8abea57391684dddfd904a39785 0.00 MB 1 0
45,476 45,476 0000000031407fef71ac60e09b67f10eaff0b070e9348c296e95df380de57dad 0.00 MB 1 0
45,475 45,475 000000001d2c6ceba016c0e7ab9322d8097cdf88f34cedc828872d8240c8705a 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.12 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.45 GB sent, 102.60 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.