Memory Pool Memory Pool Refreshing

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,853 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.88 vMB 2,873 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,852 (866,072 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
42,780 42,780 00000000000e1fb1b927d905151748b80854389fba0a8950496e3d65cff48d05 0.00 MB 1 0
42,779 42,779 000000003f146473d14c02e469f209eeadd7099511fbea9f51091d8898a14997 0.00 MB 1 0
42,778 42,778 000000003c06112aebace9750c494eb4c38b7e71e07638d9adef6ed681b7705d 0.00 MB 1 0
42,777 42,777 000000003684cc8ad451a426c24275b12c657cc125fb94e123a6c77e40b3ed77 0.00 MB 1 0
42,776 42,776 000000003085602d7c42a238413c6beca4fc9ffeaa5839a3f7491bafe7cef7e5 0.00 MB 1 0
42,775 42,775 0000000029775de37398f9e34e2d228cf02a02ea78b57aa5e6c7614700f20605 0.00 MB 1 0
42,774 42,774 0000000000eb1998065345968ed7d40a3224871228571caa538b40f7f8f2aba6 0.00 MB 1 0
42,773 42,773 000000002916a94d866fc03d6f70eff75fe244b069630218df874b5d9daad1d9 0.00 MB 1 0
42,772 42,772 00000000252641ea2b592aab0f32057448136ef438f0cd162d07a9858d97e72f 0.00 MB 1 0
42,771 42,771 0000000032a9039994d7365513bac2b51d007ace8d8dc3db104679c53ffbbdef 0.00 MB 1 0
42,770 42,770 000000002c65bae4df42c91ed227f88bdcd0f7d53cbc0262d082baa273224386 0.00 MB 1 0
42,769 42,769 0000000033e80e79a4f933cdba64e3cd13b761ca1f5fb9df786f0159648eb914 0.00 MB 1 0
42,768 42,768 000000003e41d8b1fa88affd34b8dc26533c2bd8481b553e129b789bed9480de 0.00 MB 1 0
42,767 42,767 000000000cf133c641920ee9d780cd85aed7d8f0b23bc2fc1cfb17ed779ed98a 0.00 MB 1 0
42,766 42,766 000000000d4239ba8e2b0aba88a90f4e0b75357e8b60776bd84f451417674fad 0.00 MB 1 0
42,765 42,765 000000000ba0bd8deee1a9edf689a9c396c14dc3634c78a4329d2d9f7ef02275 0.00 MB 1 0
42,764 42,764 00000000106b61930a019a44953be4d94854e8d3b2e66b858c4f9536854f7973 0.00 MB 1 0
42,763 42,763 000000002c0da788e6b88370c9e76ec3dc715b8ebe3e9b55ce2cae8fabb53154 0.00 MB 1 0
42,762 42,762 000000000b831993e20299aef58d4895d849e3c80a009b1db3073af662884dc0 0.00 MB 1 0
42,761 42,761 000000000b881539b4f1610f4c9c8f1f6c12a7bf004465db90429d31871a315a 0.00 MB 1 0
42,760 42,760 0000000028c9bf90b05c321ed2059b5fd6aa071df042bf8a327f85e780f8327c 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.28 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,859.83 GB sent, 103.49 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.