Memory Pool Memory Pool Refreshing

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

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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,923 00000000000000000002349e0000000000000000000000000000000000000000 0.67 vMB 1,355 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,922 (657,748 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
250,174 250,174 000000000000001178454ffe8a31a0b820eae9c7f71379610afc4d5f4b201e6c 0.14 MB 292 158
250,173 250,173 000000000000000d490cfa18be0d80ce3beb1c09dc6a5058629f8c7a79177c8f 0.16 MB 408 167
250,172 250,172 000000000000005bf55fd157dcfd19c5800722d5aa38f15cca0c66a574f8f305 0.17 MB 426 116
250,171 250,171 0000000000000064bd0108c5028bde9bcb04ee3d053fc15c05b962f4b48b5813 0.05 MB 124 151
250,170 250,170 000000000000002cda8ba224de1caa1e4e0f791e6aea36c9120276f9100bb9a6 0.14 MB 295 116
250,169 250,169 0000000000000051b14d2d98a7882a483a0176f75a014734fc37e40ea94e183a 0.05 MB 111 111
250,168 250,168 000000000000000fe786b413b6c759983cca4a6d36170305ce33241596c7ec46 0.14 MB 332 131
250,167 250,167 00000000000000440859fe92d15d8570c5b4a6cde3d17ebadf126afaf61236bd 0.15 MB 334 116
250,166 250,166 000000000000000b67fab7503d93fe36549510c5f375b7b93ed219ccccb02064 0.20 MB 443 120
250,165 250,165 0000000000000000681875f26c5f43177f72b3055b8476df893de0fba9d2b636 0.09 MB 198 98
250,164 250,164 00000000000000247dfa22aeddd16c27ffa9ea319925893ad62965262a31cf8c 0.04 MB 100 126
250,163 250,163 00000000000000394b8ddf0f38b351eae7c8568caa0c8834656ea61ac9ee9d9b 0.04 MB 96 132
250,162 250,162 0000000000000002f4e92720db39ca0dd0217015f69f49cfab41e8c0eb306841 0.10 MB 197 38
250,161 250,161 00000000000000499321d73ebe0f888b72c1ce56553976235af46851da0565d6 0.25 MB 703 142
250,160 250,160 0000000000000019e4a5dd5a013a75a20032e44758bdc954ab5bd6eb2b8bc4e1 0.17 MB 142 53
250,159 250,159 0000000000000061ac394eadf0c76ffc8fd5890827ab6b4b66a0db0903354363 0.11 MB 207 85
250,158 250,158 0000000000000004be11e622637f16e9d4ed61c6eb70de2504432a8da4582cdb 0.24 MB 628 130
250,157 250,157 000000000000003c8157723ba349554b3976c3ff677f91a52ec93abd4ea4d361 0.08 MB 196 126
250,156 250,156 000000000000006f52f8442b0857499c4c31a4a431cb418ed304e78bf4d15a19 0.14 MB 282 135
250,155 250,155 0000000000000046b906d01ce6dfedea0db758d723a5bf805dfd11ee7d192e74 0.12 MB 227 188
250,154 250,154 000000000000005536ad20989682bc00178abf50973d14a0cf5326ed75053b87 0.26 MB 644 171
Previous 10 blocks ↓
Total Size: 769.40 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,644.46 GB sent, 94.93 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.