Memory Pool Memory Pool Refreshing

7,065 transactions
3.99 vMB
Show Random Selection Loading Transactions
Max Size: 20/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,728 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,550 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,727 (653,235 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
254,492 254,492 0000000000000015db58185b94134f3c7c08e3427ee425fb7bc8a39181b9db69 0.18 MB 436 114
254,491 254,491 0000000000000002a7d478f67ecf2cb8a1c4cb4247f30bc3bc22b2553a0c1963 0.07 MB 132 59
254,490 254,490 00000000000000348ceb008c490aa5cb245c9bf8659c2fbb2a4472d08f0a0935 0.14 MB 323 146
254,489 254,489 000000000000000402f1b9617671ca663949d39add0146cecfaaba4586fda76a 0.06 MB 81 47
254,488 254,488 00000000000000269ad472f0ba96b9fdfb888add02ccc9564b0ac79538ad98bc 0.25 MB 491 56
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
Previous 10 blocks ↓
Total Size: 769.03 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,625.97 GB sent, 93.05 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.