Memory Pool Memory Pool Refreshing

5,036 transactions
1.38 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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
907,709 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,886 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,708 (22,151 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
885,557 885,557 000000000000000000021963a77aa0941dad6e2ec02a0003516d2d54a5e584ee 1.35 MB 1,547 6
885,556 885,556 0000000000000000000094ae1165d9ecd4532d4c9a3137932bcd1e63cdb2b913 1.54 MB 3,550 8
885,555 885,555 00000000000000000000002d6bf90836f22d9aca29d3cb9a7625d2f7fabbdbf0 1.63 MB 4,028 9
885,554 885,554 000000000000000000027bcdb552ed530dff5f31c419db46ad5e36be83396ab9 1.76 MB 1,926 3
885,553 885,553 0000000000000000000096af1ead8cc2211b9cda5a0f97e6edaa2e92ae1a945d 1.62 MB 3,084 3
885,552 885,552 00000000000000000002683f69e3a637fe7d9debc3cd13279b6bfcc56744fe77 1.29 MB 1,928 6
885,551 885,551 000000000000000000012526e25efbba0a51c0caca5cfc3b3d476db28686df0d 1.69 MB 2,170 4
885,550 885,550 00000000000000000000778eb56a02c4d66ccca4744d831edfd34931e16f5462 1.49 MB 2,066 6
885,549 885,549 00000000000000000000ae1b278c0b0563aaba2638f7644fb59080df3f6ffb1b 1.39 MB 2,108 5
885,548 885,548 000000000000000000009d86e3d4ede3f4b157122d76f54b59c9454c702bed4b 1.74 MB 1,372 4
885,547 885,547 0000000000000000000027a769435fd1d985922d4fc65d057fc4aecf192a9968 1.01 MB 114 4
885,546 885,546 00000000000000000001136a2ae21d3ff027c774acb6cea764c83584fcbd9928 1.51 MB 2,975 7
885,545 885,545 00000000000000000002756b86110b3a87c0caaf67bcdaec7b019d5f1b7cd4a6 1.21 MB 1,144 5
885,544 885,544 0000000000000000000150c5601b460baedd0866e81f66bb284dcaaa56dfea7d 1.62 MB 3,281 8
885,543 885,543 000000000000000000015c8093eb4465069c63cc9a580d6484b9e01f4a139bf2 1.44 MB 2,564 7
885,542 885,542 000000000000000000015eb1627228963fa62a81e1ac915d7a45bae7ad191046 1.14 MB 761 4
885,541 885,541 000000000000000000025800e8ebe6ac70016df6b1cd2110b6302887a1bffd05 1.61 MB 3,820 7
885,540 885,540 0000000000000000000247dc264eba2585d5e36690bce9e831f825b88daab33e 1.35 MB 1,820 5
885,539 885,539 000000000000000000004216598989090686ba76cdf13fd69cc53d60da91de84 1.19 MB 1,372 5
885,538 885,538 00000000000000000001ef2dc2ccf871fa616f00e1ce82137dc8d273fc558dff 1.18 MB 1,118 5
885,537 885,537 00000000000000000001ec68c1bc6fe954c4a921a9840f56a5fb70c27165aa57 1.67 MB 2,973 7
Previous 10 blocks ↓
Total Size: 769.00 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,616.67 GB sent, 92.81 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.