Memory Pool Memory Pool Refreshing

7,417 transactions
2.00 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,830 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,902 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,829 (610,277 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
297,552 297,552 000000000000000099ecaedf0200d42fec3fa180af8adae2a4097a9a9fbbc11f 0.34 MB 295 14
297,551 297,551 00000000000000004fe4defedcbe7f5592017b7cc2a201a99f23e92ce2d316db 0.35 MB 939 49
297,550 297,550 00000000000000002b0a37152d68e6919bc61d8c4aaf4bef4904042fe7ba92d1 0.15 MB 190 36
297,549 297,549 00000000000000007c69598d96a7fb29fc18776c247b9ac2aede618526d8011d 0.07 MB 21 2
297,548 297,548 00000000000000008823da59e53e88937b06b23c40b2b3494d82ece8aed30f9e 0.16 MB 390 39
297,547 297,547 00000000000000007ef7a01450434efbdb69dc5686ffa07845e9782dfaddf29d 0.25 MB 406 26
297,546 297,546 000000000000000059fa9023fb50ad905a03b9ca58854854bfb4a75be3970025 0.22 MB 66 8
297,545 297,545 000000000000000048f688a3703f89780c18cdca4b36a8717f6db278cbf4d86e 0.03 MB 79 34
297,544 297,544 00000000000000002216e62f1cb98ef8ba1af70f838437753ed40624a382781e 0.05 MB 124 33
297,543 297,543 000000000000000093ae04211a6d91ea12ffc902adb78c3a03d6bcb317bf43d8 0.22 MB 492 34
297,542 297,542 000000000000000023b64b2b7bcaec0861807d0a2cbf9342303f849c40a643b8 0.13 MB 178 23
297,541 297,541 000000000000000016e53aee7f63a1017b85755580103cd672ad07c77c2cbf54 0.01 MB 16 24
297,540 297,540 00000000000000003d9295f5bd3b1d5558da2cab6f1d8042078eeeb454bec1b1 0.13 MB 251 31
297,539 297,539 000000000000000045461b5b0f9866b6ef48499cef3433ccda9006f31b4420a5 0.18 MB 355 33
297,538 297,538 00000000000000001a21beee5a62714bd719cae158d73dcb0e8fbaf6cb6b684c 0.13 MB 200 24
297,537 297,537 0000000000000000004c415ba68ea225739c89c70c625effb6db00bad233f834 0.24 MB 162 15
297,536 297,536 00000000000000001c6eaa255db6d93c417a2ac59052b6d78ea447e65dd8cba8 0.57 MB 1,024 30
297,535 297,535 00000000000000002bf8dba15de74cd78a65296e03ae12dc286462c152ae7b33 0.10 MB 140 27
297,534 297,534 0000000000000000237a549626294ba924e1913afb60c1802caae1772262da60 0.16 MB 304 41
297,533 297,533 0000000000000000773b7279aaca1606345437691043ecbb23e4f1b7d3e43052 0.14 MB 170 23
297,532 297,532 0000000000000000434059f62388abce17aa7e6dc88b665c9a5b91c9b527911c 0.12 MB 194 22
Previous 10 blocks ↓
Total Size: 769.22 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,634.68 GB sent, 94.04 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.