Memory Pool Memory Pool Refreshing

5,742 transactions
2.74 vMB
Show Random Selection Loading Transactions
Max Size: 15/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
907,825 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,871 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,824 (683,029 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
224,795 224,795 00000000000003bbf75f37b8a331938d6fb7dc61addf7bf6a97e95f8c9c0e5f0 0.47 MB 1,040 213
224,794 224,794 0000000000000256adac18b79255d95dec7cc144f97e6e5cbe43ce0771c71d0f 0.15 MB 340 247
224,793 224,793 00000000000001b09fee106075535a1ccac9f66ba7ce94c3c14b31e7fd4f95b5 0.05 MB 88 88
224,792 224,792 00000000000000166a2f1bcda769886352b76917f489fbfc1d17fcbcd9773232 0.35 MB 668 153
224,791 224,791 000000000000016af1e68eb42542bbaade2e9b12661aab19d380897059121417 0.24 MB 368 111
224,790 224,790 000000000000013d27e3d2d49fee845e7d726db22f0d38bb5c804d1eac137266 0.23 MB 454 165
224,789 224,789 00000000000001f970e81f2ab1203e11f9967a5095cd7a43cab2b1913f05c445 0.25 MB 476 172
224,788 224,788 000000000000001ba3958e3c824347ddca67331805f9e1c04c5df5f8a03d0afa 0.12 MB 329 225
224,787 224,787 0000000000000121aaa027b3cc4f06d3888343122c1ffb2f4976509579f21aba 0.25 MB 362 134
224,786 224,786 0000000000000048fe37390a417215874de8e2b4acf936479a5b50619c36b2ce 0.02 MB 20 65
224,785 224,785 00000000000000523efd81420543cb3413f0aa3a5510993d173623bb2a4ca1c3 0.00 MB 1 0
224,784 224,784 00000000000002c15a50259f5c509a6988f600fc7486e54b67c308bbc8a29507 0.25 MB 496 155
224,783 224,783 000000000000016e18462ca55f7e6010a25de71330bb4f821cb3469d31390149 0.50 MB 910 141
224,782 224,782 00000000000000be5e2d7439fa40a066e25d30ce5341813a9c3c5ffce11e0a51 0.25 MB 715 235
224,781 224,781 000000000000020dfd5b13dd9cde0881fc6d30b4588ffd1e10d37d6a9af0172c 0.25 MB 407 131
224,780 224,780 0000000000000373f0f072e833ae71a4387daa84c8568c54f7d64549204ed4c6 0.25 MB 505 131
224,779 224,779 0000000000000286828ba7282297fd1977bc35cc1adf721ab6f77563168c9b2c 0.25 MB 661 238
224,778 224,778 00000000000001a57312054147aac7678a83f119804abf1bb83239f8f5747856 0.05 MB 121 156
224,777 224,777 000000000000001bc84d7a9449241d907a4cdf8b46b0c0249216c30242483bc1 0.27 MB 762 211
224,776 224,776 0000000000000273307498486b9a3df197257332bb89db3baefba5a1c7802cc7 0.18 MB 424 166
224,775 224,775 000000000000028891858937f92d53ac5044924841396f2553c2ff6627036daa 0.06 MB 109 153
Previous 10 blocks ↓
Total Size: 769.21 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,634.53 GB sent, 94.00 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.