Memory Pool Memory Pool Refreshing

7,033 transactions
2.65 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,699 (636,312 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
271,387 271,387 0000000000000003ea4c9ef3afc60858299e203105060575912c168b28b54194 0.04 MB 88 48
271,386 271,386 000000000000000132baa66ab1d9c91f8a25acab553bf528e1935490e3c5e539 0.11 MB 225 50
271,385 271,385 0000000000000000cfa4fff4ca0403e681266a2df7d77f4ec57fb633e12dfbd5 0.13 MB 230 45
271,384 271,384 000000000000000175db4007922bfa03f91d2677c1cea6704d5ef33814a31590 0.12 MB 201 42
271,383 271,383 0000000000000002d216c83f888d2ad64a5dea979398be32e0b9501f882f8714 0.25 MB 520 43
271,382 271,382 0000000000000002aa60b7ee262bea4cd9a064aea9c8a7c447235ae0e9e4b3dd 0.03 MB 85 55
271,381 271,381 0000000000000000002ad5e428b2c6bcf8056213c27361b222122f492b3176ed 0.13 MB 304 53
271,380 271,380 00000000000000058ad020f074665553ef4d41f6e8997603a5990e888f90476c 0.07 MB 75 8
271,379 271,379 0000000000000001acac08311ef189b2a67fa40c662e3fa4b37104d4c63b4a99 0.11 MB 240 65
271,378 271,378 0000000000000002cdac95a6324afea404df354541a1d64bd93530a047c36a38 0.07 MB 169 59
271,377 271,377 00000000000000030089c8a6f383700154b2c44138a2d97b298e60dc44dd3c12 0.01 MB 13 6
271,376 271,376 0000000000000006e8b11d403d7d703054393533351f66ed59dd65ca8904e170 0.22 MB 290 22
271,375 271,375 00000000000000032808bf4b5705bf33b05fddb5bdce4d4a77370abfa791956c 0.25 MB 658 73
271,374 271,374 0000000000000002556365400bb60a1fe7c56d1ed5bc7d0bb405d77e88ee2d45 0.02 MB 42 45
271,373 271,373 0000000000000003695b7a4ea32b98ce237ef098d71e0fff03bf7fa50724ec6f 0.15 MB 368 27
271,372 271,372 0000000000000000986e1bb723fbdf3bc936c6153aecfcab33dba35417db6653 0.15 MB 294 17
271,371 271,371 0000000000000002f4abe34fb4a4f6456c7716ce7d281640c72a2c0c54978892 0.02 MB 23 28
271,370 271,370 0000000000000002891cb39cd04cb59fa6dc858aee2ca40dcb8df100c232b250 0.24 MB 519 43
271,369 271,369 00000000000000056b199e8bf03b9259cb84c8bb318bf5fc749286d6cc1fd1d4 0.18 MB 385 39
271,368 271,368 000000000000000558532f44e08d0fd486589fe51b8b0b51ce31c642127bdecc 0.29 MB 638 54
271,367 271,367 0000000000000002d56ec15308fed00ffd0298aba5acfefd9b9a590b26454116 0.57 MB 751 34
Previous 10 blocks ↓
Total Size: 768.98 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.52 GB sent, 92.74 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.