Memory Pool Memory Pool Refreshing

2,518 transactions
1.08 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,769 (648,197 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
259,572 259,572 000000000000000fc294021bc1f262449ad39c7c6f03fa81be28d9f0123f5606 0.21 MB 102 66
259,571 259,571 00000000000000177fe1430773e39b7d91ab47b70d52c29bbb88c312dbb92d4b 0.18 MB 474 130
259,570 259,570 000000000000001de78b7916741fd3330c8a1a3a5076050ed97aba5fc6b54d73 0.18 MB 350 103
259,569 259,569 000000000000000138c39f74784342e52463d9b47b3f9245ce5134a0490031f3 0.20 MB 482 96
259,568 259,568 000000000000002230c2f10caaf63af197ec3687f82bd5bc43af1373c3569b07 0.01 MB 29 72
259,567 259,567 000000000000001cf9eea4b9395667f47cb37c0fb17e75e17d20831ba3068e31 0.02 MB 41 69
259,566 259,566 0000000000000023950371e872e8ef68c1da2a09bc0ae808000e20843f22a384 0.01 MB 14 89
259,565 259,565 0000000000000017a443fd33cefcd6d581e52ea0eb4a9af82dd6df52df7a8a8c 0.01 MB 24 93
259,564 259,564 0000000000000016540af1902751442bc5283ba3b0cf9bea43dc056e318cfee4 0.09 MB 172 106
259,563 259,563 00000000000000008ef603f08a60262a5305026bb850f09719b9b3d2ec697753 0.06 MB 138 79
259,562 259,562 0000000000000018ea0861e2cf532570ed94ad639fd3069049e59dc4d470f906 0.13 MB 320 120
259,561 259,561 00000000000000106685617d8d866fa30eb87e56a1ffc620084c190a6250d888 0.12 MB 262 120
259,560 259,560 00000000000000044eaa0bd4e5c8013b9af8244f5593528de13541b5467edd32 0.03 MB 80 56
259,559 259,559 000000000000001a436b3a66fab122994d0014c0b8abb33593a624b40d04eedb 0.07 MB 180 190
259,558 259,558 00000000000000214649e7e21aaba0b4039ddcea3e0efd414b047142e9dbfc81 0.00 MB 9 122
259,557 259,557 0000000000000020e10e84e90a6f8720563bfdc9b77c64458040572993ec69b1 0.17 MB 431 116
259,556 259,556 0000000000000013967f695bec8225a8b641868c8c0b7e9131840684da9d946b 0.13 MB 91 57
259,555 259,555 000000000000001641669647278e9d7c6292b8b4f7f5a93646ed2253f7ed6532 0.07 MB 193 1
259,554 259,554 00000000000000155bd98ec5b5992aaf8be7ec55f7a68fb44738deeff448e2d6 0.25 MB 683 120
259,553 259,553 000000000000000f9ac72d1ff0a1fd858a7df4b28fcbbf061ec54f69a67a2178 0.18 MB 353 71
259,552 259,552 000000000000001f4c68c7e4346d7753c835885319f192bce3aab787cf520d3c 0.14 MB 350 89
Previous 10 blocks ↓
Total Size: 769.11 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,629.58 GB sent, 93.44 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.