Memory Pool Memory Pool Refreshing

1,678 transactions
0.62 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
1 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,791 00000000000000000002349e0000000000000000000000000000000000000000 0.61 vMB 1,664 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,790 (650,675 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
257,115 257,115 000000000000001e4e30c61c70b65d7350fad02b5d817028752d012029909e34 0.10 MB 41 12
257,114 257,114 000000000000000eaabad5ffa6ccbd9dc219ea903b16a171cf26ec9f8113b055 0.21 MB 479 102
257,113 257,113 00000000000000033b5699df0bcd933b6ac624e81473dfbcdbb70dac2304311c 0.02 MB 52 75
257,112 257,112 0000000000000006cfe3a382034385e384837132731ebc72a00ac6c6fcbb7759 0.03 MB 81 128
257,111 257,111 000000000000001592c73089acdd8dbfc183c55c9aef5cbc62e71c5dbfdb991d 0.00 MB 9 75
257,110 257,110 00000000000000117748a4dbb3e449e8ad71fb27540297bcc93ead5a610979d5 0.09 MB 214 91
257,109 257,109 000000000000002e2f3c841114767e5b50ad9e997923630e692c9a7fb3dd7b7c 0.02 MB 28 61
257,108 257,108 0000000000000019649da7c8e467f8f8b3aaecdd5aa90f2f8abb0d86b6e27845 0.04 MB 118 104
257,107 257,107 00000000000000088a62c65f6c0086be5c1e9fab527b79770db4586ac9c1448a 0.10 MB 177 45
257,106 257,106 00000000000000008b88d3617b5abf3727dd2ae4271647a6daf2b45cc5fe23f5 0.25 MB 632 116
257,105 257,105 00000000000000209f18eec1d84b4e033c790c58490d7117447d92508c305ab5 0.01 MB 43 31
257,104 257,104 00000000000000132b96021f61cc849ec7a827cf49a7d99f45b5366f8fe488f1 0.32 MB 782 111
257,103 257,103 0000000000000009f10ab683ea3eda727936d43229afdd11063a49964fb2a9db 0.17 MB 378 81
257,102 257,102 000000000000000e8f2c36fdba302611e8e049aaaee77ddd8ef123951eef391d 0.02 MB 53 57
257,101 257,101 00000000000000057b394fb7abb55ff7b3ef1e61f134516c490e622d26f4a5fe 0.08 MB 185 123
257,100 257,100 0000000000000007602833ce938a814ecb998c229a0d7bdfab11bebe0a494086 0.17 MB 362 91
257,099 257,099 000000000000001b48733f36f871cfff598de4c175c17999abe89a4206daba69 0.25 MB 459 122
257,098 257,098 00000000000000071e135796c23d57aedc8154d2959c5d0dd69d00cbeb6f9978 0.07 MB 151 78
257,097 257,097 000000000000000c972b39eaf4fe41d4bfd5d11908354c37591ee9a6d81dbafa 0.11 MB 240 81
257,096 257,096 00000000000000312023666cb443290958fb9bcb4253a263ea182018924e4998 0.02 MB 43 40
257,095 257,095 00000000000000284dfba1344b8a05e5e1dbdd0e40be2c0122c38bdeb568d7cb 0.24 MB 519 91
Previous 10 blocks ↓
Total Size: 769.15 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,632.49 GB sent, 93.62 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.