Memory Pool Memory Pool Refreshing

2,603 transactions
0.77 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 sats/vbyte 3
2 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,712 00000000000000000002349e0000000000000000000000000000000000000000 0.76 vMB 2,581 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,711 (431,214 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
476,497 476,497 000000000000000000faf9e36f1edc3ccfc14b2bc6fe8e1ceac870b6257fd032 1.00 MB 2,436 251
476,496 476,496 0000000000000000000a4deab8567e7503fff3095abd9e3fc60b4fd3ed0ca4cf 1.00 MB 582 54
476,495 476,495 00000000000000000122924d8840533a7791816e8b25bcc16b22bd55af00a31c 1.00 MB 1,955 45
476,494 476,494 0000000000000000013aa1d424da7d48d30d7c83d8772cd23ea6359b47116293 1.00 MB 1,771 168
476,493 476,493 00000000000000000024302cd4d5b21fecd730571496cf02ed3dfe029cee2fab 1.00 MB 1,542 188
476,492 476,492 0000000000000000010d4df4cdd57689994370a2b441ff647177e4229415a672 1.00 MB 771 45
476,491 476,491 000000000000000001032fdfb4722d1337512ca7badcd7850a1e6b7e80fd4289 1.00 MB 619 57
476,490 476,490 00000000000000000079a9e135c67638b9425a281e2a378f4773d9f78f403b8d 1.00 MB 645 23
476,489 476,489 000000000000000000f90ead401a2f990c946cc268adc3e1e7a8f74bbf7353d5 1.00 MB 1,332 65
476,488 476,488 000000000000000000955dec6e776098fa5659079664ed03f4f70e9ada315d8d 1.00 MB 1,762 111
476,487 476,487 000000000000000000a046edf561207cb3c77242cbfe314aa7b8c7800c66df2a 1.00 MB 2,299 89
476,486 476,486 000000000000000000a94a06d9b5a1c5f30bb882dba7455f7064b57f342065e6 1.00 MB 2,133 26
476,485 476,485 0000000000000000002399a69e73778c9ad583567b94b3ec165ca6806f59d333 1.00 MB 1,517 152
476,484 476,484 0000000000000000013d258974a333793e1ae5d893dd4ced624be87e2ac1cf63 1.00 MB 1,611 170
476,483 476,483 00000000000000000089561a215fa9a73b384659054a8b5528ae6e09adedb1a6 1.00 MB 2,013 192
476,482 476,482 00000000000000000070279a0d22bb339bf4c606931e6b0fa3e669e7439594a3 0.93 MB 1,862 42
476,481 476,481 00000000000000000097baa462e936d12af70cac212bb88a00816ec2c7089e71 1.00 MB 1,745 62
476,480 476,480 0000000000000000003be1ccab5abfeec1e8cefb657baa02b36de784f58895b9 1.00 MB 1,966 192
476,479 476,479 000000000000000000a1bc93f5db0582cd711c9dda62e2c16eb9e12066d651a4 0.46 MB 876 213
476,478 476,478 000000000000000000668cff8c8653d5c0ca25cd10de21344cb73d1bac00e7a0 1.00 MB 2,033 118
476,477 476,477 000000000000000000de00eecfa07c4e4adb98c20e281dd02d0768ef00d77cf6 1.00 MB 2,142 195
Previous 10 blocks ↓
Total Size: 769.00 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,616.88 GB sent, 92.84 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.