Memory Pool Memory Pool Refreshing

3,240 transactions
0.88 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
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,817 00000000000000000002349e0000000000000000000000000000000000000000 0.86 vMB 3,209 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,816 (653,329 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
254,487 254,487 000000000000001db98d0014e8de28cf807c72da6f02c787c55efeb4702c3fbb 0.25 MB 649 167
254,486 254,486 000000000000002d37806e98eecb483e3c5048602677eaed2170def462ccd1b2 0.15 MB 380 135
254,485 254,485 000000000000000a0b314a5c065471c6c98b87ece43ff7e7adbbc9cb4625d496 0.11 MB 240 106
254,484 254,484 000000000000002d8e7cc7dd6f6a42f6be13c0d1681bcb5cd906d71b99ae2afb 0.11 MB 230 99
254,483 254,483 0000000000000022440c0521b9f1b5732e1cc034f30932411ea5172d5e4ec479 0.07 MB 163 97
254,482 254,482 000000000000000e387c3e86ca4f8d7cec8cf5b3352bece802b18a89f4e0be50 0.06 MB 140 70
254,481 254,481 0000000000000038caceb778cfcfd17870b2fc84e77f1b7031a4bd088b835003 0.06 MB 155 134
254,480 254,480 00000000000000147cac34351d9bc6945957951cda30f3c454995b043e8e760d 0.18 MB 396 128
254,479 254,479 0000000000000039aa0198c0e57d6aadd28d932c2c1b7c4b69c875b1653ce272 0.14 MB 314 151
254,478 254,478 000000000000000bb85ce473ba429ebdfdd4a814905505062bdc8e0998ffa184 0.04 MB 76 103
254,477 254,477 0000000000000020175a31f83bfe86e0bcc9beabf6680bd821dbb2985b705e61 0.16 MB 237 102
254,476 254,476 000000000000000b71cb722710cd4a07bedcc9f2be06ed6fa4f7756c1b79a436 0.23 MB 375 87
254,475 254,475 0000000000000000d9fd4da5a322a987e8b3e13301b1eb44b41a5cb692328326 0.17 MB 436 140
254,474 254,474 0000000000000025b5e2e0c2645c577a6773ab0c6bf2cc17a82b704ba3bb07d6 0.25 MB 488 131
254,473 254,473 000000000000003d53b095c9041ba21ad095bf6b562b66abb3f6b0482971df34 0.25 MB 656 134
254,472 254,472 000000000000003c729dc0a3a66f6ddef1cbfca8707adad7bf314b1b79cad5d8 0.20 MB 329 107
254,471 254,471 0000000000000023f0c084f5a664122a64a05df11ece5cf56b64686e46ab7604 0.06 MB 8 13
254,470 254,470 00000000000000242dccdab1c60fc021f9e5f33b2dce12f0fcc18942996d2808 0.47 MB 1,002 109
254,469 254,469 00000000000000285bf3861765bf1edb4eb5996019f26384c25e4b6a388f761e 0.25 MB 600 155
254,468 254,468 000000000000000bd62179e96281a05dc5ffc7b7e3e659bce0cbbeb4bc8937f3 0.27 MB 512 78
254,467 254,467 000000000000000c9aabf97f7ca722a8c9b794ba0e412683af68ddd338d856ad 0.19 MB 477 134
Previous 10 blocks ↓
Total Size: 769.19 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,633.71 GB sent, 93.90 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.