Memory Pool Memory Pool Refreshing

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,101 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,743 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,100 (882,165 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
26,935 26,935 00000000125be78f1ad57084565f279dad3b5abff36902b18f56935002be851e 0.00 MB 1 0
26,934 26,934 00000000a62e2d8d1f31ea4b609c4084893780b354faf01923923a6fead27e14 0.00 MB 1 0
26,933 26,933 00000000dd0a64c28fdb0dfab567ad41e049f5018f3ec804b579a5396721a0e1 0.00 MB 1 0
26,932 26,932 00000000d221de80c618d307d0f8b99d00c1069db8dbd994be152e4a754541b0 0.00 MB 1 0
26,931 26,931 00000000e89bde310528597b4b3baa0873d8a6b417a72afde9fe200a185ad7c9 0.00 MB 1 0
26,930 26,930 000000007a9e1e9a9026c28b69f5bf9c2761e3e1b79d9bfd39d127946d1bae16 0.00 MB 1 0
26,929 26,929 00000000b07d5203a13d1f99e8240143b3e3463beb9281d2ddd8cd215850dd10 0.00 MB 1 0
26,928 26,928 00000000b5231bbcf4fed7359e5d2d8028a750d38071b76d83028f6038543970 0.00 MB 1 0
26,927 26,927 000000000b7262fcb33f2370b9d5585adb8dd8a893944186afc103441c633a21 0.00 MB 1 0
26,926 26,926 00000000c02f2dc56c11d046926562c1ea5ba76737d4e457ef0551c8c099dadf 0.00 MB 1 0
26,925 26,925 00000000b9eda9343218f16a65a592628ce7046ca5a44fde7e9a8fc7106dd7a0 0.00 MB 1 0
26,924 26,924 0000000057900d23e655bd43df2f8bff1320c6c108939b9422ec7452f80d3bad 0.00 MB 1 0
26,923 26,923 000000002de23d1af1df0ff8bb8c1f5f9a7a8a045b48b935dacbd0ecec2ec1e3 0.00 MB 1 0
26,922 26,922 000000005a4deb7f9038f09406d1e44c978f56d849a4885a3932244258509ae0 0.00 MB 1 0
26,921 26,921 000000009427b62ef020dfad7975d67eed8085938f1cf9dc3b27dcf18fd5523d 0.00 MB 1 0
26,920 26,920 00000000242cd794a2f6aaf9ce87d5cc805c219f69ee30902a83028337c1f6bf 0.00 MB 1 0
26,919 26,919 000000002b00c5281b95547543d52cca26679fcfc7807c8f78f94e4c9dd9c9d7 0.00 MB 1 0
26,918 26,918 000000001bb5b33b23116234ba358d9321317b93267f1d8e50d481c0af5cdf9a 0.00 MB 1 0
26,917 26,917 00000000d9e25763b7a8bd6c3db9e0f1fede26b914851d6d54c2a97f3fc2e597 0.00 MB 1 0
26,916 26,916 000000001a0af777648c36f2283072217e5e6b814c80dc792cfbecafe689b7fd 0.00 MB 1 0
26,915 26,915 00000000d6b564129c6d38f0b055cce1ea976801438cf68129a3b2436ddb465e 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.73 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,917.60 GB sent, 106.21 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.