Memory Pool Memory Pool Refreshing

6,069 transactions
1.88 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,697 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,206 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,696 (653,197 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
254,499 254,499 0000000000000001d157b0b32c3c882f20931875660953175272631885389b37 0.00 MB 1 0
254,498 254,498 0000000000000034346d26ae445d47c526c725a28accfc74150f04b6e03b2077 0.05 MB 115 95
254,497 254,497 000000000000003739ee0cd710b3e030de85f88b60ac539d9f93538851608aa4 0.11 MB 135 67
254,496 254,496 00000000000000322cc58d3ac7575b1ecc63d1d48fab781c3a5a81b3d5edf647 0.50 MB 445 52
254,495 254,495 000000000000003987761e92e71c8a958cad146c4e2d58d0b6ec4dc275e63802 0.25 MB 668 157
254,494 254,494 000000000000003485203941cbbc9a6ef04ec8c2cad5804fbb0fe4504db024e5 0.08 MB 155 98
254,493 254,493 00000000000000256ceef3903c97184de0b492d863c8b3a7a616096b767a7f82 0.07 MB 59 69
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
Previous 10 blocks ↓
Total Size: 768.98 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,615.98 GB sent, 92.70 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.