Memory Pool Memory Pool Refreshing

1,247 transactions
0.45 vMB
Show Random Selection Loading Transactions
Max Size: 2/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,769 00000000000000000002349e0000000000000000000000000000000000000000 0.45 vMB 1,247 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,768 (671,156 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
236,612 236,612 00000000000000e49dbd01ef51fc85d4471ffb3b2dce553c5efd5124e65d1981 0.05 MB 128 86
236,611 236,611 00000000000000eba4773dca119669b2d704e4bb05e73d42bc67205fb19c8583 0.05 MB 91 118
236,610 236,610 00000000000001409c1fd744cb26c8eb0b99dec55d3415a1abe2681da68ed898 0.19 MB 471 118
236,609 236,609 0000000000000176d87c42ed941513f0f0a9589ffd440af66875f74d3fe04c7b 0.17 MB 255 115
236,608 236,608 000000000000011cac812243ac1cb6e285752804352be576664f37a55aba7537 0.25 MB 545 156
236,607 236,607 000000000000007e519c5c177db92d27415af0da335cfd5056321c3aa652de59 0.17 MB 512 273
236,606 236,606 0000000000000122fa2df7fb5abc25658de78f2d15217cc9fdbbe8db9800ec00 0.16 MB 358 149
236,605 236,605 00000000000000e60e417ba00a0eed46f032e90b31954a0af42d636c6f2f0b45 0.00 MB 1 0
236,604 236,604 00000000000000ae0128c85834a2f341d978f5ce2b508ce5ac9dd963d8da8840 0.13 MB 183 103
236,603 236,603 0000000000000164f1119702ee523d0ffe193150522d72c4ff72b55a8e098614 0.25 MB 578 188
236,602 236,602 000000000000000ca1a7cd195d3f481e4b4743bc44b4970b6037190a6f53bb43 0.08 MB 119 112
236,601 236,601 000000000000014c5e3ba82128419f5af67a8e665112acd98c86a2c971a531f9 0.18 MB 384 157
236,600 236,600 00000000000000bd5e042e9d6e664079ebdfcd2beda08f8081dd6012dd178154 0.25 MB 466 151
236,599 236,599 00000000000000d916e1e9fe1435136e7c3c1c77c01671fe251c539da42d9459 0.21 MB 263 45
236,598 236,598 0000000000000147f4fbf8a011088d7f524091c5760300609718fde84da2cbcd 0.25 MB 759 204
236,597 236,597 000000000000011cf5548cc006fc89014c7056d736bf798b1d492c8e8a0a5cce 0.11 MB 217 168
236,596 236,596 0000000000000081cc146924916d51d44c223e0436b37e704960f80fb95db02c 0.07 MB 128 136
236,595 236,595 000000000000011ea5a90e11a1bf6534f2787ffb5b51440bd7037b95a9e9d76e 0.22 MB 582 193
236,594 236,594 00000000000000f55f854ed8fa47a3704539c9c00acae0546c49273f41de608c 0.18 MB 254 119
236,593 236,593 000000000000010d7afea859e4a9ae475a2d3b29b64463c50a05d3dcc8e6e52b 0.19 MB 411 154
236,592 236,592 00000000000000f98e663bcda33f4d79d0b4268c2a586ba8b0761f1961c4eb38 0.18 MB 414 3,743
Previous 10 blocks ↓
Total Size: 769.11 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,629.36 GB sent, 93.42 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.