Memory Pool Memory Pool Refreshing

4,751 transactions
2.24 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,737 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,798 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,736 (657,062 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
250,674 250,674 0000000000000022865581d843a64d4131695bc64702c22088d3fa3470936ac5 0.00 MB 5 48
250,673 250,673 0000000000000010c6d71e1059249cdb47ab66bb081f60e1887676974b0a3ad0 0.25 MB 533 103
250,672 250,672 000000000000004e289f6161f591514c6f6c084a41b3131b7a40d7d1173c1d82 0.28 MB 552 56
250,671 250,671 00000000000000538ef6d5899e20940ac37443a5b4ca7be5ec4ab422f41fcfb3 0.25 MB 755 106
250,670 250,670 000000000000004053607600f598a87ce94c48fba285cefb7650bd4c0846396b 0.25 MB 605 173
250,669 250,669 0000000000000022a3d91d071f49228c31d6467faefbbe60b1f8914a0942635d 0.06 MB 134 127
250,668 250,668 00000000000000608f33b46d3dd163baacae04104162d42bd07c12c03737eed6 0.09 MB 210 179
250,667 250,667 0000000000000013b135d50bcfe0e2dff701503c076c1ee1ac88da0d52672203 0.20 MB 438 141
250,666 250,666 00000000000000696ac6b19e70cf68ac7d0b629afd9468b4c8b33d0ee6e4ddca 0.02 MB 56 202
250,665 250,665 000000000000002793ec377f69efffa27864e1b0e61b7e35fd8054a8bd35a7a3 0.12 MB 295 126
250,664 250,664 000000000000002293a1e83a1a46d8a2cc7ff082f455753d6736fd77926c3c66 0.02 MB 52 109
250,663 250,663 000000000000000d74f934a67f36c0818f02bb3e73f9e1de8fddce064c058d56 0.07 MB 89 60
250,662 250,662 000000000000000138425fe694258b72458408b40951d4f272351d933aa1e628 0.13 MB 276 118
250,661 250,661 000000000000005a028213e9f6fb6c74e03d3548de00e8ef22d266938ff8b0f3 0.07 MB 142 97
250,660 250,660 000000000000003cb7cfc823a1e7b18f47deaf9e18dcad612850e487aa9c0fc0 0.16 MB 372 98
250,659 250,659 000000000000007030f75b63305036f8d2b91ef0d9d33c55be541ed3985b3046 0.11 MB 277 104
250,658 250,658 0000000000000032984f438386c9a01214507b8a6dffec6ec9825c9d60771e54 0.05 MB 80 63
250,657 250,657 00000000000000332a2a463d092072b84477f770153f91137f806c8a257827e5 0.08 MB 146 101
250,656 250,656 000000000000005e26164c0f647fbc7aaf5687b37a325059975dfddc88bee480 0.15 MB 380 121
250,655 250,655 000000000000005bcb37938279022ba615bc6346a83756eec8b2b7bc50455c0c 0.08 MB 175 103
250,654 250,654 00000000000000452ef8e0ab9160c637b1e8865ad387733fcf7f2bfb615134c4 0.05 MB 128 211
Previous 10 blocks ↓
Total Size: 769.05 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,627.52 GB sent, 93.13 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.