Memory Pool Memory Pool Refreshing

479 transactions
0.15 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
1 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,788 00000000000000000002349e0000000000000000000000000000000000000000 0.14 vMB 441 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,787 (17,872 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
889,915 889,915 000000000000000000023e9f51c66334084407a5bdc375bf8331fb8fefd1cb62 1.57 MB 3,228 3
889,914 889,914 00000000000000000001022117d029c173d82930d6e85db64ab0c9e37d3991d8 1.42 MB 2,684 5
889,913 889,913 000000000000000000019912e2a1280e730e1fa5ad0c68b8620caeeda05945b7 1.79 MB 2,443 1
889,912 889,912 00000000000000000001bc198e133dd49f557e5c9568ec93955c779700cda6de 1.76 MB 1,110 1
889,911 889,911 000000000000000000021c0c2689170809a0be0f6412192fee7191797e8980b3 1.73 MB 2,015 2
889,910 889,910 0000000000000000000250a09b9af1be557216b26ca0554fa48ba4533eb5208c 1.99 MB 766 1
889,909 889,909 00000000000000000000fa26f0a90b30fcd71afb89da34a7bcd1a3d7363f46b2 1.65 MB 1,334 1
889,908 889,908 000000000000000000011d4fc6d4a35534d6e986a6931a68309468f3cdd0d074 1.85 MB 904 1
889,907 889,907 000000000000000000002078987b97d58cdd450774f71212140d20ea2cd1d622 1.82 MB 1,119 1
889,906 889,906 000000000000000000019dfc255b3b84f8d9f4b445b49cdea5cec666f465f0f5 1.60 MB 1,781 2
889,905 889,905 00000000000000000001c99661124c2a41d6897c89d58c5d2bc34414beb6edc9 1.60 MB 2,515 3
889,904 889,904 00000000000000000001b0d0dcd7cfd2945dc3470f5f27e50d5afd93dc93277f 1.66 MB 1,660 2
889,903 889,903 00000000000000000001977a7d73b32691506347d34af269454e594e317d6241 1.07 MB 387 2
889,902 889,902 00000000000000000001d26ccffcb36a277f72af43e5f809ffe37a452e8741c9 1.54 MB 3,317 4
889,901 889,901 00000000000000000000b86c26be8cf98f382a4a290063cc022bd5b47e0c43b2 1.44 MB 3,043 5
889,900 889,900 00000000000000000001eb18df087898be71d8e8ecabcb6a0fe9ab33c57fe204 1.35 MB 1,689 3
889,899 889,899 0000000000000000000135259d1e69a49466bd69a4869060ff1df7d9b723c0cc 1.66 MB 3,109 4
889,898 889,898 00000000000000000001c2896fd893b0f80a0c2a503f1d8d6dacf02b4a7bd8f1 1.45 MB 2,618 3
889,897 889,897 00000000000000000001d6d17d51073a0768b8d05f5b55490639e2ad82767a34 1.60 MB 2,200 4
889,896 889,896 00000000000000000001cfb407528c0eb100862f9f70e5ee0fa1e0b872a66838 1.47 MB 2,165 3
889,895 889,895 0000000000000000000246d28d915493e286cc592374913e0015aae63882f052 1.54 MB 2,999 4
Previous 10 blocks ↓
Total Size: 769.14 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,631.89 GB sent, 93.59 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.