Memory Pool Memory Pool Refreshing

5,053 transactions
2.06 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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
907,870 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,640 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,869 (764,083 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
143,786 143,786 0000000000000874a7c6a03cee5b96301c7bf57a5515780885550caf8adf13b7 0.00 MB 1 0
143,785 143,785 0000000000000681f9e813cc0f7145a61a091b63425d9126441dfb0680264162 0.03 MB 50 364
143,784 143,784 0000000000000842cc56ec466fd7f79177668ebb509fab4e4d51adc549b4d2cc 0.02 MB 67 34
143,783 143,783 000000000000013351b3504b9b2629180c67d29a5af4e8205f3dd1cdaa7fb198 0.00 MB 13 40
143,782 143,782 00000000000000d03c63e6fc492c7152c0215cf7a2edab9b7e0fd2391a19d5f4 0.02 MB 46 16
143,781 143,781 00000000000007f6363c65a5d9fbb18cca925fe881ba14dd06120216186b43f9 0.03 MB 51 309
143,780 143,780 000000000000069c8e1cb4b1b89d6e1e0d58421677d181776ffb07cd748bdaff 0.01 MB 9 146
143,779 143,779 0000000000000883f7205d153112d1545f72ed4cf90648a7061d9d30a4069f15 0.01 MB 29 214
143,778 143,778 00000000000009147535dac98877e97ef8a935a6d036932231ebf916a7c56735 0.05 MB 122 215
143,777 143,777 00000000000001fae7e39dc185b4cf201816d01769c2c15a001b963acd87fd8b 0.03 MB 85 229
143,776 143,776 00000000000004997516566ea97ccb3a1d1d584cbd0e263e0e543bae60613a6c 0.03 MB 71 270
143,775 143,775 000000000000056f188ef133303947757fdaf0ca58f67e425752917cd540f0c0 0.00 MB 13 283
143,774 143,774 0000000000000481165be52096a60b6dc1d86a78c49cad1c5fa18581b575a6bd 0.00 MB 8 114
143,773 143,773 0000000000000044818ef82fde0d30bf536f95e9c4ffb0409464f8191552e496 0.00 MB 2 0
143,772 143,772 000000000000078a9b9250a4596179349d8c32d2bf5cf0f49168686492a1159a 0.02 MB 84 29
143,771 143,771 00000000000001ddfe316f06eafe43fe78018840195650cbeaf891fa0971c062 0.02 MB 32 99
143,770 143,770 000000000000054bf261845c13acb7b5e28379898f96e71dc691b647fb22ec79 0.01 MB 43 247
143,769 143,769 00000000000007e2a28e45cff580d9d44a7ffb3b30ea5ed5a5fb3da46856860e 0.03 MB 90 29
143,768 143,768 0000000000000730b5715099985d027d1c9dda75c060b30b91aa21491a80ece4 0.02 MB 45 193
143,767 143,767 00000000000007f1cedf5abe26c6d64190a9f931734f7aefaf49b3f8cc5946df 0.03 MB 54 206
143,766 143,766 00000000000000ce2f84a8e641a71e8239aa5cbefc714ca974e1121eca88d10f 0.02 MB 51 103
Previous 10 blocks ↓
Total Size: 769.30 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,642.60 GB sent, 94.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.