Memory Pool Memory Pool Refreshing

4,878 transactions
2.88 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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,802 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,446 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,801 (525,915 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
381,886 381,886 00000000000000000a00c4c03bfb01d8c8a87c31155bcb5d74630a42a373ecf7 0.95 MB 2,495 43
381,885 381,885 0000000000000000113d8aba1f895218317a0ee08aae6b1242fd22420c6c592a 0.99 MB 1,706 22
381,884 381,884 0000000000000000110b36b14927c8d308d107bedb05093943ae003384dd4334 0.75 MB 1,244 22
381,883 381,883 00000000000000000a175c2e488b911df32052d35ea31dfe7a17d1b5a07a0b56 1.00 MB 2,571 42
381,882 381,882 00000000000000000577b69f995bd1a55ce413443cbd9a8c4449064a9b866a70 0.75 MB 1,865 41
381,881 381,881 00000000000000000fab012f66692503885101e43d237bf5fcb8efb8fff694a3 0.93 MB 2,702 52
381,880 381,880 000000000000000009ffc43ce5bbd7f7eabdcc1f404563a478a5565f4fb5c120 0.93 MB 2,530 44
381,879 381,879 00000000000000000c8e940ae08da7241177a92c0986494e450bd40182cc44ba 0.95 MB 2,589 43
381,878 381,878 00000000000000000278f950396f60fd5400c8c3d0a3682da138b0e18bbec16e 0.99 MB 1,788 31
381,877 381,877 000000000000000004a18b9342bb5c12e7aae1c18a9b61b272b335e1334c2cc2 0.64 MB 1,253 31
381,876 381,876 00000000000000000778aa757712dcd41d36c7f02c407646e62f4f368db74a5c 0.28 MB 535 29
381,875 381,875 0000000000000000041e495151535478578fd401c077f329c95de4cf78131450 0.00 MB 1 0
381,874 381,874 00000000000000000798e2b98ba649e3d02b190ce6972eda12fc48a116e6f8cf 0.99 MB 272 6
381,873 381,873 0000000000000000037f35842fe35a0969aad4c0d4adabc398e3d0683fac65db 0.53 MB 838 28
381,872 381,872 000000000000000008ca6ed9f68d9d1419cf4f41faf026cd3729031915d390d1 0.95 MB 353 64
381,871 381,871 000000000000000008e55149e7bb76ae949cd135a128836ed7269cad014285ba 0.89 MB 1,038 45
381,870 381,870 0000000000000000111f7c5bd9ccd54ad860500c2e587b67912fd99fe6c79676 0.75 MB 1,281 27
381,869 381,869 000000000000000008a414d04e1113b9b241306a6628c61101bdf3dc68ebc274 0.68 MB 850 18
381,868 381,868 00000000000000000043466ddcb237d7ee66162954b1f78f37168650954ab52b 0.75 MB 1,967 41
381,867 381,867 000000000000000003f8cee1c0972cf3fc8f890c37a961cacc648d0cefe147bb 0.99 MB 2,240 36
381,866 381,866 00000000000000000d35a9c3315a1524de5591734b5947b48ccfd9774d3c32f9 0.76 MB 1,629 31
Previous 10 blocks ↓
Total Size: 769.17 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,632.86 GB sent, 93.74 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.