Memory Pool Memory Pool Refreshing

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,996 00000000000000000002349e0000000000000000000000000000000000000000 0.48 vMB 1,913 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,995 (855,198 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
53,797 53,797 000000000c6e6acf44e5c87a4207601ab10bf2df2796555e068004402ea332bc 0.00 MB 1 0
53,796 53,796 000000000712c81f1fa758d7d3ebf9bacb334b67e51ef2afc0f010d8fc9a5aaa 0.00 MB 1 0
53,795 53,795 00000000081701a909c568bf94e4ea064f1badf07cd1c250c8a6fae578323691 0.00 MB 1 0
53,794 53,794 00000000146458e961f3969c6d1930d52da24357998697aab8755d0abc87edaa 0.00 MB 1 0
53,793 53,793 000000000d52b318159ea1a85674fd8085a59546ebae3a6e5699c6ef13b60869 0.00 MB 1 0
53,792 53,792 00000000103a9a6dd27a920844a472c96b2f3c1b69f32585eabe84975dd41c7f 0.00 MB 1 0
53,791 53,791 00000000017ebd410d32fdd9b5978de4d1b3858a9d1baae34fa3fb38d4ab678c 0.00 MB 1 0
53,790 53,790 0000000006db7e665b67c403b624220e51671beb37f584828b2866caf7ca6cb2 0.00 MB 1 0
53,789 53,789 00000000053f4898b4bcad100e3979be5cda8e3860fb20c8afaf6b5282e83f79 0.00 MB 1 0
53,788 53,788 000000000366257df82a8becb8857c1af7a6331eedfd1390aba53b7172e89a6b 0.00 MB 2 0
53,787 53,787 000000001526406f8ab3be629c6c8f22d7f48f44977e4f219e232728a1a9e746 0.00 MB 1 0
53,786 53,786 0000000012d1c8c34caac1de77cb00f8d17e3f4fb878f4b55ed0f1fc195eb819 0.00 MB 1 0
53,785 53,785 000000001041e8d99e3ee02a16bf52a00a0ef02ef32ee6674da2987d25ff648b 0.00 MB 2 0
53,784 53,784 000000000b5d2a542ae6663616396338fc74150fc84f27e76d8097a7f2b30806 0.00 MB 1 0
53,783 53,783 000000000b4e1f2f76c9a1be17c71b84c2917664e18fec56042aab916dd87237 0.00 MB 1 0
53,782 53,782 000000000ee66fd6347df2a33c7fd4c91f8237d8469c677b4679f607091d42e8 0.00 MB 1 0
53,781 53,781 0000000002b278acf6b278c8509b77d9216cc7b8d2acc97a58d81940c46f2a9c 0.00 MB 1 0
53,780 53,780 00000000116568f659cd3a313b4bcc21cfb66c66f6a03a03a0ffd8c84de27f8c 0.00 MB 1 0
53,779 53,779 0000000004b3f1bceb3aae8da26b4442c6d2f95a7960fb6774e845d7808ce5f9 0.00 MB 2 0
53,778 53,778 00000000019b243b7cbd24c65aa56ae0d13548f7c3485636c08f3345ef2f9baf 0.00 MB 1 0
53,777 53,777 000000000736c84ef4d0b1602b01c89076c968edad6db6d2e8a50b167267c9a4 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.54 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,867.48 GB sent, 105.11 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.