Memory Pool Memory Pool Refreshing

16,321 transactions (7.62 vMB)
  • 1 sats/vbyte = (36 blocks)
  • 3 sats/vbyte = (18 blocks)
  • 4 sats/vbyte = (12 blocks)
  • 5 sats/vbyte = (8 blocks)
  • 6 sats/vbyte = (7 blocks)
  • 7 sats/vbyte = (5 blocks)
  • 8 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 38/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,917 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,135 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,916 (895,157 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
13,759 13,759 00000000141a8663da2d1faba77ca85287ea8309569642dee1e88b250f150c30 0.00 MB 1 0
13,758 13,758 000000008904caf2be5c51c0f9f978c856d0397ea0d2646b8c888e521cb06c53 0.00 MB 1 0
13,757 13,757 00000000f920086eeea75f452c1e9a1cdc07e44051f037f0c991d0065ee0ca88 0.00 MB 1 0
13,756 13,756 0000000099a21e05ec3707bd94a53550eef8a11333a526adec63a131316c6d42 0.00 MB 1 0
13,755 13,755 00000000a5c6ef7221899a8827d289ea03e184d1caa45a711deb1c51de009b81 0.00 MB 1 0
13,754 13,754 0000000072bdc04ca98cf16bff656a6e2d9f2ab06f31b9dd7eb0dc033bf8e079 0.00 MB 1 0
13,753 13,753 00000000cbdf097a426fbe90f62528bec86a41667b22f758ad0eb65345fb162f 0.00 MB 1 0
13,752 13,752 00000000a4fe66d49e3557bebbdd048978724a54f28589c83855354d7a6c5fbc 0.00 MB 1 0
13,751 13,751 000000005988ceb28eb89f4a73bb1a5eeb08fc53e4a7bc81bda23afd79e76eee 0.00 MB 1 0
13,750 13,750 00000000b602fbf9f1ca8530fb2cc5c1bfd73a84fcb1bf6843c3ad0b7123096e 0.00 MB 1 0
13,749 13,749 0000000017086db41bf826cbe9cce86c72aedaf7cf029d102320e068ba4c5a31 0.00 MB 1 0
13,748 13,748 00000000312935c05135d4c90884a85c98071ef5e7050b394394688554903ae6 0.00 MB 1 0
13,747 13,747 000000008164233bef4f1ebb3bff6d55ed28de900b77eb00000674e99dad7a88 0.00 MB 1 0
13,746 13,746 000000006cd12d3ca3ad30b27873a6f34d61b8de288ef1fdcd95b7eb7eb25e57 0.00 MB 1 0
13,745 13,745 00000000ea28e96d28b464f4ade11f5e3398557b1de21855266d375d94b127b9 0.00 MB 1 0
13,744 13,744 0000000066c162a9ca2309afa73fef68a90abd3396100ab64c7b3346a419de4c 0.00 MB 1 0
13,743 13,743 00000000cc379ea841844abd9c07d7f7fe58e75b176aeffd678add83f3148c77 0.00 MB 1 0
13,742 13,742 00000000fb828121a7078e3f6bf5656befc6333283496187afb2b750d823cbab 0.00 MB 1 0
13,741 13,741 00000000aba6552617bf0b23b706eaef4f453da5871eeab28449e6a323a1ff5b 0.00 MB 1 0
13,740 13,740 000000004269576b9131787c077e5787ac625225cb6fb8e190042dc9983ee084 0.00 MB 1 0
13,739 13,739 000000009316841ec703cff23fb5c10cd931e5cdc830d57c7406a0f9f6f514a5 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.39 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,864.01 GB sent, 104.37 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.