Memory Pool Memory Pool Refreshing

5,603 transactions
1.79 vMB
Show Random Selection Loading Transactions
Max Size: 11/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,703 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,656 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,702 (697,569 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
210,118 210,118 000000000000009eb23f8ddf842bbe19c19b47f1ac132e176e61d208737d8b96 0.13 MB 313 179
210,117 210,117 0000000000000496886eaf2751afafefe148486b16352e7cf8db0b0edce94780 0.19 MB 235 96
210,116 210,116 000000000000024e811b0cd00c8bd5da157800f63050a9bd36282b8602af5309 0.14 MB 345 203
210,115 210,115 0000000000000274ca7126a2c3bcd19a3c6d719921b5b1fd1250ce89c455c307 0.01 MB 39 204
210,114 210,114 000000000000010dea3bd5d3d50eec78f81bf431b1f0f570837fd6b52c19c734 0.01 MB 22 141
210,113 210,113 00000000000001ac448e27d2b022b1cdaa90050fd6e8246e9b397c520ea9e33f 0.01 MB 34 178
Previous 10 blocks ↓
Total Size: 768.99 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.56 GB sent, 92.76 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.