Memory Pool Memory Pool Refreshing

4,664 transactions
2.45 vMB
Show Random Selection Loading Transactions
Max Size: 13/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 1.00 vMB 2,580 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,824 (412,719 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
495,105 495,105 000000000000000000b7011bd9d40ef7032648b0f4dde711b2b5d515e53cd7f3 1.02 MB 1,956 72
495,104 495,104 00000000000000000013d7fd2786a0fa15bacd5f97407d818499cd1b208418b6 1.02 MB 2,505 56
495,103 495,103 0000000000000000007793801df82f749cc99d859a1bfb69fa62fb397b0414a9 1.03 MB 2,477 83
495,102 495,102 000000000000000000ad81140db41e2f84fd7cc6d547dcdab097463aea18028a 1.06 MB 1,915 104
495,101 495,101 000000000000000000c4c71cf3a39a6552a5873f48465d0aa3bfdb9f753b45fb 1.05 MB 2,234 214
495,100 495,100 0000000000000000003ab99337531faf58553e0cfd6bf87eaba3f6ce3729414a 1.14 MB 1,934 214
495,099 495,099 0000000000000000003e385a3ad9f6e51a24be6aec1aea30529ce365eeab0412 1.09 MB 2,693 244
495,098 495,098 0000000000000000007cb5fa7a01d38545962df75b35a24a401dd4c6517dc4c2 1.09 MB 2,517 410
495,097 495,097 0000000000000000003b7650886c7808a4ae493de9e93d617d4c321c16287cd1 1.07 MB 2,472 295
495,096 495,096 000000000000000000322db0fe6a013e9e304320b7269f774299154f3bf2ba91 1.05 MB 2,197 244
495,095 495,095 000000000000000000c7261a25c6852842344f6a7e7b77f9b99e8dccf0410de2 1.02 MB 1,638 259
495,094 495,094 0000000000000000007d8d9210a5600d173798111a9a2b11cdc5f0855c06a8a2 1.05 MB 2,263 222
495,093 495,093 0000000000000000007b103777cfbb28aea26450de78e38ac950d2a5919d2224 1.06 MB 1,713 442
495,092 495,092 00000000000000000025a37ca17be895ae79cc08ea68d33d5acb79a3bdf2cdb3 0.97 MB 1,749 335
495,091 495,091 00000000000000000094943ed12b73e07dc869ad1a734db08508b9bbdc04d683 1.03 MB 590 40
495,090 495,090 000000000000000000ae1679f9714b377403acc73dedf1250355d82b4af7db2b 1.04 MB 2,263 123
495,089 495,089 00000000000000000088c721aa2835d7bef44ac2533bcd4437535439814bfb75 1.06 MB 2,576 61
495,088 495,088 00000000000000000045fe3810baad9d860b45d4b6a94868813424cb1af639a1 1.04 MB 2,505 274
495,087 495,087 00000000000000000019f57f8254b598aa209e4c4a4ffe68c676a7bb3cddf20e 1.05 MB 2,152 262
495,086 495,086 000000000000000000144d5f25eeb6481406bfd2554233073d935fbd5288fe5b 1.10 MB 2,370 398
495,085 495,085 0000000000000000006a2f919c4b31f03db69f7fcf8f07e2059d963aed1259c5 1.05 MB 1,971 179
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.49 GB sent, 93.99 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.