Memory Pool Memory Pool Refreshing

6,586 transactions
2.81 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 sats/vbyte 3
2 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
908,584 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,625 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,583 (858,773 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
49,810 49,810 00000000183c9a145e5203018fc176bc36d3751a0ddf20eec8dd1826b4c83a1c 0.00 MB 1 0
49,809 49,809 0000000028c2cf02d6e16653daa52f7d105558b44541bf8c53944681faeec930 0.00 MB 1 0
49,808 49,808 000000001957638bfe299397210caed017d75daec99b46ef3cb369600cf43bf2 0.00 MB 1 0
49,807 49,807 000000000e54724562edc77be9fec17dcd65a76e310a176d18420091a6ea34f4 0.00 MB 1 0
49,806 49,806 00000000014569a132f98a592ca531d0c9ba0fa466171fce0e5ecd8f5249869c 0.00 MB 1 0
49,805 49,805 000000001bd55a442f11914efa27e97550f99e1027320ac7d34a35a2e5b06f68 0.00 MB 1 0
49,804 49,804 000000000b2eb2feb0166af47214e965737ee9814d57cb43b53e5b0161472018 0.00 MB 1 0
49,803 49,803 0000000025838e21a36ba3f7d97cb8065d70d963b34d14a34ee537459b470af2 0.00 MB 1 0
49,802 49,802 00000000289439c146d9f942523e555199e5f6cb693bba0c97d29062327f886b 0.00 MB 1 0
49,801 49,801 00000000060b61848d7c7bd129ed18af9569fddb82111bc6163ddf51f724aaff 0.00 MB 1 0
49,800 49,800 000000001ec1b4bd7a592298545ce3594f2684f607ae8edbe579735bd9787fb8 0.00 MB 1 0
49,799 49,799 0000000022d916ca8e670a3086e6354d45f5d6dc19b9d54868f705a01156e423 0.00 MB 1 0
49,798 49,798 000000001420ca2dc36ac912e374b1145299854134e15b7bcf71818e9b957672 0.00 MB 2 0
49,797 49,797 000000000fce9ba03f5302fe8d16d93f4c14636e669906281946de038e597361 0.00 MB 2 0
49,796 49,796 000000001cc3ea322ab0580c7ab34a4df30b2c4edd66bbbc723d53967b443587 0.00 MB 1 0
49,795 49,795 000000001937688433628d1d99c149fc57d5dd73483c15a2320eff3c0dbfba1e 0.00 MB 2 0
49,794 49,794 000000000a9d9bf25dfde22e682cd9dbda8392d62b17a374783304ea61f9722d 0.00 MB 1 0
49,793 49,793 0000000025e96118121c75b36f8124a3fbe5c7a5b5a007a4f04f02373fb9ff3d 0.00 MB 1 0
49,792 49,792 0000000006a0f34040873c302b5cb6f181ec9afbadb9ebad3710cdfc85be006b 0.00 MB 2 0
49,791 49,791 000000001e33c0a235b240f4d23d78253da036620923a163204d8acb91c1aacc 0.00 MB 1 0
49,790 49,790 00000000085439170ada04ca8eee5074b3e2bfe1fae0282e318a8a84d407de45 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 770.78 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,848.94 GB sent, 100.91 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.