Memory Pool Memory Pool Refreshing

6,397 transactions
2.91 vMB
Show Random Selection Loading Transactions
Max Size: 16/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 sats/vbyte 3
1 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
907,825 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,430 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,824 (4,889 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
902,935 902,935 0000000000000000000188f94b9a71e205c1f497be1b4f1fdfc012e2fe5c8cc4 1.56 MB 3,904 7
902,934 902,934 0000000000000000000014565046ed966456888cf303ae5765e003029da2d1e2 1.61 MB 4,098 5
902,933 902,933 00000000000000000000d4b2912c4ccfdf859b466f236ccd8d0233232d492c63 1.20 MB 661 2
902,932 902,932 00000000000000000000064465ece0ea55dc3ade1aa280602cecb483094015ed 1.59 MB 4,050 5
902,931 902,931 00000000000000000001c8cd5bbf3ac49a94d4e3213f4371a97526019c3efa14 1.09 MB 241 2
902,930 902,930 00000000000000000001819c647309f3bb1d1571016337752bebf474b3e131d9 1.15 MB 556 2
902,929 902,929 0000000000000000000178dc64335ddecc6f2d4ba2e6aef922fbecb16cc92e1a 1.36 MB 1,949 3
902,928 902,928 00000000000000000000f3006f060ae8e2bd44585c2f97d08d6dcd7dd20e6d72 1.56 MB 2,103 3
902,927 902,927 00000000000000000001b38ceb80a860e959cbab0456b93ae5853827cadd0101 1.58 MB 3,656 5
902,926 902,926 0000000000000000000117458cbe7394226cf758f4a6b426b985e26dd1aac1f8 1.56 MB 3,081 4
902,925 902,925 0000000000000000000098ab1eee89ceb2ff673660324bfc5c3b22fc6f7206d9 1.68 MB 3,374 4
902,924 902,924 00000000000000000000451bf7148006c024432c92a50fe1ce97f319f3cd6c81 1.69 MB 2,728 3
902,923 902,923 000000000000000000016f629e26f587ce9a447059f0739b68cd55b19cf51f0d 1.49 MB 2,852 3
902,922 902,922 0000000000000000000113804244fc1ea4a39f661bb41ae01377ce08f2d2d153 1.64 MB 3,780 5
902,921 902,921 00000000000000000000d2f7100b98aa195f54eaceb051445a7ca9ffdd7f5484 1.50 MB 3,305 8
902,920 902,920 00000000000000000002344ac826f10b8134982da91f06538279fb58a480ff89 1.64 MB 3,044 4
902,919 902,919 0000000000000000000079cd7786810dedf739f70287fa378fd36a1caccdad1b 1.55 MB 3,056 4
902,918 902,918 00000000000000000000d05b02904992f413a72098d926929f77178184449183 1.70 MB 3,487 4
902,917 902,917 0000000000000000000029b2af4f61e59bf8c0481fd52cd5c174f5e734f639d4 1.41 MB 2,943 7
902,916 902,916 000000000000000000005fef2b1b2b25be444b3c176a8d2ea19de46f491e93af 1.67 MB 3,062 5
902,915 902,915 00000000000000000000116b79b545aaecee822e8e98c2a32cf95aadf2a13d5d 1.46 MB 1,795 3
Previous 10 blocks ↓
Total Size: 769.21 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,634.55 GB sent, 94.00 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.