Memory Pool Memory Pool Refreshing

5,281 transactions
2.20 vMB
Show Random Selection Loading Transactions
Max Size: 12/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,424 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,574 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,423 (813,622 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
94,784 94,784 000000000005e9fc88e2a027941a0d17f289e2d0b2000bfa551085bd9fe661ec 0.00 MB 2 0
94,783 94,783 0000000000061714c02bf3518bf064f586e70fbc41697662df93f96dd992ba1f 0.00 MB 1 0
94,782 94,782 0000000000046eb8e2c5c5b21b865a21d94639c6914857fc56faf91d0f30fb06 0.00 MB 1 0
94,781 94,781 0000000000009215c5c7f364b4d2aaa7385b7a6bdc38e2e02875cb6b082a325f 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.49 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,763.09 GB sent, 99.52 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.