Memory Pool Memory Pool Refreshing

2,166 transactions
0.61 vMB
Show Random Selection Loading Transactions
Max Size: 3/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,713 00000000000000000002349e0000000000000000000000000000000000000000 0.60 vMB 2,125 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,712 (706,990 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
200,722 200,722 0000000000000308527ff606c7142e90d132d673ab9accd621be650ba1010077 0.14 MB 239 99
200,721 200,721 000000000000000e6d84f44ae4134b2a9b5d25cda663a90e6114323d87237255 0.08 MB 201 207
200,720 200,720 00000000000001431ba0061c953f78d604fdfcdcdc386da609f9ffb21a627385 0.05 MB 117 114
200,719 200,719 000000000000058610806eee452082d5ebb22a8b290b650cc085e88fbf43b6d6 0.08 MB 208 110
200,718 200,718 000000000000058d6e5a1e5d14e260f412ccc5e9f7e6bb7244a244bf83d99446 0.25 MB 565 134
200,717 200,717 0000000000000403c36349b58bce838981b59409c52a7197d2307be3c52b7cc3 0.05 MB 134 232
200,716 200,716 00000000000000de0874fe37ce8697217affdaf3d44b6411f2cb886ecc700923 0.06 MB 100 140
200,715 200,715 00000000000000551e44f0bfb710f94446918f3c933866c27cfa906866c1f745 0.23 MB 435 76
200,714 200,714 00000000000005ba6ffc8b1836dc609fc125f627b0a80b1634aa35fcf9c8b9a3 0.07 MB 167 105
200,713 200,713 0000000000000064fb796e3c718caf6d84fb8d8a317621fd313d2ab9af667c7d 0.24 MB 754 171
200,712 200,712 000000000000006f2cf4c91a0cfddac1a3806aa3c4ec3fa3ca20dc8d9c73f329 0.25 MB 321 98
200,711 200,711 00000000000000a4d73468e752d7eb54ac8de5c131188361a811676ecbd67228 0.11 MB 267 94
200,710 200,710 00000000000001052624f86e38bb0907bcc41e2f0adc91630d074220937a17aa 0.24 MB 699 162
200,709 200,709 000000000000032f1cc54ecb41323bdc1edbb54a084bdcc7c6e0b81a1c2b06ef 0.08 MB 95 86
200,708 200,708 0000000000000169446cb53886aafddc3914a7b75b9e6d7467c3af2cef8bfcf4 0.07 MB 157 111
200,707 200,707 00000000000003a0a41d026e4d72eb5023d32ef6ffa33e340499e90ed7c16b88 0.04 MB 134 105
200,706 200,706 00000000000003cb1d4f1bde35004aad173ae91964e848949d3be349dd8f7506 0.01 MB 31 128
200,705 200,705 000000000000056cae5e814ec0c07fdd4c167ec52397845df63f18460a65d61c 0.03 MB 70 139
200,704 200,704 000000000000028e97d422e7b4d4d336e472499cf0e072e24587856939cc3478 0.06 MB 121 119
200,703 200,703 00000000000000fd97189d6d4b8d1faffe7d6de5a35d7e6e688e2f1a08e9f36c 0.01 MB 21 109
200,702 200,702 000000000000035a42b976a3114b46053f555b8a692c51cc09a8bea0c9eb9877 0.01 MB 26 165
Previous 10 blocks ↓
Total Size: 769.01 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,616.92 GB sent, 92.85 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.