Memory Pool Memory Pool Refreshing

2,609 transactions
0.66 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,683 00000000000000000002349e0000000000000000000000000000000000000000 0.66 vMB 2,601 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,682 (671,782 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
235,900 235,900 0000000000000105599bcfc47f57acbd4210168ba6732e6930656b237b8aedb6 0.25 MB 802 259
235,899 235,899 00000000000000c286d2b5bf08ed4b295d15eeedd5a9e0851261d270abe0d3f8 0.05 MB 128 322
235,898 235,898 00000000000000ea06595d09d4139f0ca6900cf6df0bf518b1442b8a19fb1685 0.04 MB 86 184
235,897 235,897 00000000000000021055b8745ad5be870d24ed196b00f58e7acd53535d01f4de 0.15 MB 319 193
235,896 235,896 000000000000015f2cab6e494d9e459d45ad2d0688fde7820218d6f4dc1fc36f 0.05 MB 118 201
235,895 235,895 000000000000013267ae0066af8be156f712901c601ef084b1560eedc094083d 0.20 MB 486 187
235,894 235,894 0000000000000028db4c5ec7b2bfe76653abd0881e9cbc2f9de884c46083fb53 0.01 MB 36 126
235,893 235,893 00000000000000793b6c60186f85c309ccda1dc64ed36128fbdd06d5fe87f795 0.25 MB 561 202
235,892 235,892 00000000000000865b30b523d5928ca721842a95e849c1c8620e7d0415340f98 0.38 MB 845 183
235,891 235,891 000000000000009bd1c9dc4f4ca32b5aec505ef7ae70696717c547c7733bf729 0.12 MB 244 174
235,890 235,890 000000000000001e13e0c3cfd10b87b317b3596fe9b920b52a61c3bb9e1b5449 0.33 MB 838 214
235,889 235,889 000000000000003333a0ebbca16b629b7c6d9c989ac1c6892affe7c746d08eda 0.06 MB 123 161
235,888 235,888 0000000000000078ac73efee42d2dba7934b43ea2db8a39cab641ba71e2267fd 0.01 MB 26 35
235,887 235,887 000000000000017f770c215fbb4873c7fdcc2a34cb99fdde9ceec9111bd80e2e 0.19 MB 356 160
235,886 235,886 00000000000000cbab61628bed83776d121767bee921b11e146a41a08c9c6e52 0.25 MB 661 200
235,885 235,885 0000000000000178bfd0df3117a505fa692f2ffc5da1ab5c04b6bc90db10dfeb 0.15 MB 284 173
235,884 235,884 0000000000000076cccd6bacb1b365d23e94bea3de46887cf4b4c0a7ff50f2a6 0.25 MB 608 183
235,883 235,883 000000000000009066d41a80e2bd84868d1847c7fc8fe8426af974d64351228f 0.27 MB 596 168
235,882 235,882 0000000000000000db94ac06a300841c0df5eec0b64f1a05c18f79eb5618fb4a 0.14 MB 200 87
235,881 235,881 000000000000013133f6bcade35dd2a0a87ce9f4fec4c9b44beecfc254eb6ae4 0.29 MB 346 115
235,880 235,880 00000000000000ff6d89595635c75b20063dc5e2683dc68aec0b2d0f22ab31d4 0.25 MB 732 244
Previous 10 blocks ↓
Total Size: 768.95 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,613.96 GB sent, 92.54 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.