Memory Pool Memory Pool Refreshing

779 transactions
3.31 vMB
Show Random Selection Loading Transactions
Max Size: 14/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
908,267 00000000000000000002349e0000000000000000000000000000000000000000 0.96 vMB 743 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,266 (813,461 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
94,805 94,805 0000000000062f2e568ae5a49c109ef2f4324427b05f4ea2dc9f3bc5b26b12c5 0.00 MB 2 0
94,804 94,804 00000000000341df65db4a56917703643f02fd8abadb89aecc642ec392601423 0.00 MB 1 0
94,803 94,803 0000000000010f743cb2031e66e6d9b01ea6d1390ecc6bdd8b07c6ba4a6e52ed 0.00 MB 8 0
94,802 94,802 0000000000070f3210eee43ec1e7cfe85a7591c8ad33b987394f0daa43632547 0.00 MB 9 0
94,801 94,801 00000000000122d3c73aaef4c08340c7b388801b623d0650c1851c8bbb65077e 0.00 MB 1 0
94,800 94,800 000000000004e65b3f7ebd33b3d4365f67cf210a8519851c76c214e621abd6dd 0.00 MB 1 0
94,799 94,799 0000000000026dcca41c865cf462da86c6f0413e7483ff449cf0541901c31a64 0.00 MB 4 0
94,798 94,798 00000000000363b8298e2ab7e01657012644f5a96dbca350f2856d382aef96a8 0.00 MB 2 0
94,797 94,797 00000000000273ccd1196d0ea0caeae61ec86bbb10ddaca7518ebf8236f58827 0.00 MB 1 0
94,796 94,796 000000000003c85aeec19ca2356cbfa8c80db6024162a6ed26c19defbe5fd45d 0.00 MB 1 0
94,795 94,795 00000000000159e6d3365505cefd0d52028165310d03a34d5c6cabd055c88cb1 0.00 MB 1 0
94,794 94,794 0000000000025666c1c336625ec2e7d78b2b9acfe5090eda29969dcb8df9b5eb 0.00 MB 2 0
94,793 94,793 000000000001e0f5066443bab4e69b0a015a95a73901c153bdf7590a228296c7 0.00 MB 1 0
94,792 94,792 00000000000054050b9f39f4d0c22ff4d2f9e5fe217800e37b6608a15dfb5a6e 0.00 MB 4 0
94,791 94,791 0000000000016f67e696733f67a67321a6ac2c12266357c1f4cca37aa43582ee 0.00 MB 1 0
94,790 94,790 000000000005b075e17cfbd3c38e0f02421876d814a025a15df16c9b6f526bb1 0.00 MB 1 0
94,789 94,789 000000000002598fbb4fe2bbab05f61efca5906d5babc0562b70d4175f2e2b4a 0.00 MB 1 0
94,788 94,788 000000000006f4105fbf5bd8151b0f76a430d0ea77e0e60bcaf4917b7d5b1f2b 0.00 MB 1 0
94,787 94,787 000000000007fb43e4375b4d819cbd0b924ae719ae1226779c6860a1d88784ce 0.00 MB 1 0
94,786 94,786 000000000002404a9e836ef99b16b7515767bbb81ed74e3f1a7a01ec864e6470 0.00 MB 2 0
94,785 94,785 0000000000007ad459f00f7d2bb8fe8842d20c68fb4f4a84bfd7ebb498d302d9 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.10 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,691.44 GB sent, 98.11 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.