Memory Pool Memory Pool Refreshing

2,486 transactions
0.83 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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,853 00000000000000000002349e0000000000000000000000000000000000000000 0.81 vMB 2,470 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,852 (697,713 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
210,139 210,139 000000000000010ddc8c3611a7cabcdcbe9b93368095134afad09f03c6bbe0bc 0.17 MB 418 171
210,138 210,138 00000000000004c6d97ee8159bc0b2060aed6f9406c42847c34f9471f8fcb490 0.05 MB 126 74
210,137 210,137 00000000000000214ca0afa2b4883c2ecec6c343d3e3753e7ba288a349e26be1 0.14 MB 327 202
210,136 210,136 0000000000000347f9706ddfa478180a2129445f363f9240bb462414cb245516 0.34 MB 813 173
210,135 210,135 000000000000041a4e4d70ae62d603e416fb143eacdb351e5070f0f8bb8c5d41 0.05 MB 125 168
210,134 210,134 00000000000001cf63841605d19aa7f45f63ac0fa97fdd57895c26eb01113b99 0.05 MB 128 184
210,133 210,133 00000000000002d4181b2a555e664dc9b1dd49f275e622aad238ade92ea089f6 0.00 MB 11 177
210,132 210,132 000000000000033cbc7c4e0f36ac851f349532896d808d2e7a35aaf05ee2ea04 0.14 MB 336 192
210,131 210,131 00000000000000201b21f0796b773ba46c724840837a8bc0f8d22faa9c276787 0.05 MB 120 188
210,130 210,130 00000000000004d3e6e493c2b827b9b79e4626fe139b027dd11ffdf67735869d 0.14 MB 248 125
210,129 210,129 000000000000004e9540d2ab43bd935fe72dfc325068182a2d295f3ee8cc873f 0.06 MB 149 205
210,128 210,128 000000000000040a85ffbdcf0019675c9301f8187ef21e7029a35ae70c1764ca 0.04 MB 91 158
210,127 210,127 000000000000018335f9597678a05222dc47744665423f7a4cb14beecb4342fc 0.11 MB 227 135
210,126 210,126 000000000000016284e00fdd3a81dbcf1ad965f46d0f7ad0c861582417a2546a 0.21 MB 396 171
210,125 210,125 00000000000002b7e52bede167ddfebbe1266569f3e18094877bccf78fa37cc7 0.01 MB 38 173
210,124 210,124 00000000000003754eba9455df9be03a36d103ea348988e98255639ba92d59c5 0.16 MB 317 145
210,123 210,123 0000000000000347feac927ec6a989e56cfc3688eb9eb214f1beca6b36af03b3 0.13 MB 307 168
210,122 210,122 00000000000004311cac8e0326eafb7c8d68664de73b74d8ab31aa272b5a2d91 0.34 MB 622 143
210,121 210,121 000000000000016f74bb8f47775ed3cb7f25587c4700dfb5091b6fab052dfc31 0.25 MB 624 193
210,120 210,120 00000000000003dd9d1be47bdb18f58269584fcf1c1c73d5466dcdccd7347256 0.14 MB 345 161
210,119 210,119 00000000000002938067d1e5e0cb15238d5b9ee95b800810fc490e8dfabc4005 0.02 MB 41 155
Previous 10 blocks ↓
Total Size: 769.27 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,635.29 GB sent, 94.24 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.