Memory Pool Memory Pool Refreshing

8,948 transactions
2.97 vMB
Show Random Selection Loading Transactions
Max Size: 17/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,698 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,827 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,697 (620,144 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
287,553 287,553 00000000000000011b7c3a6d688d9f8cf045238567e14f368785a7ab3e88968c 0.14 MB 283 41
287,552 287,552 0000000000000000e3e968769e93920fed9785b37c8745319f5e3f1e4ea49307 0.08 MB 166 32
287,551 287,551 0000000000000000f3796f2ddeaa6532c0a802c1310d9c135dbbc21ff0bd7291 0.03 MB 45 21
287,550 287,550 000000000000000043b1f9aa8ef52342605bd971dffe8579d9199564a368d454 0.05 MB 68 37
287,549 287,549 0000000000000000be73f193f49758472f3c04d3e70935d5fa3105dd72f98cba 0.18 MB 322 39
287,548 287,548 000000000000000047c4d8cd47b1411730257948aa1b65f11869f3d11e72d987 0.13 MB 153 23
287,547 287,547 0000000000000000f06ef42140a4a35b8d2890ce7008d0b02f994dd48b4cd332 0.03 MB 58 61
287,546 287,546 00000000000000000d504cfd4ac296c3aec42ad0cc38edcf3a81c97d86384fcb 0.29 MB 267 19
287,545 287,545 00000000000000010ae8684d0dad1bad1f84cd2af28b505fc4e8229df98db804 0.35 MB 704 40
287,544 287,544 0000000000000000af0ab47f694a203e0e1977e3e569a4d87b559baee92fe585 0.03 MB 62 70
287,543 287,543 000000000000000136e1499ba5b373ab84ee604fe4c2b4828b021a55b4716818 0.14 MB 243 35
287,542 287,542 0000000000000000236aeb1cd38aac6f9b29b909ed37589699634b00834fe224 0.09 MB 143 33
287,541 287,541 0000000000000000024f6cad8f85699662a01e36e3b3fe5f8b21a5d7fcdc6393 0.35 MB 684 37
287,540 287,540 00000000000000001a2fd1ce1dd7dbb9408c34a6dd57175b6f09e273f9d479aa 0.30 MB 514 31
287,539 287,539 000000000000000110c6bffcd7bff725e81800f30df64f7c19975c772fe625a4 0.34 MB 352 26
287,538 287,538 0000000000000000db4535f762ab7c01176bed84ff60a18c51e2ad5e05cb4c1c 0.05 MB 105 30
287,537 287,537 000000000000000106996b7a28eb8e8641e15684c7cbbe467cc44e33569ade9f 0.42 MB 705 32
287,536 287,536 0000000000000000ac55df018f2d33e16e5ef9827ef0820020274d16c24763ba 0.25 MB 528 42
287,535 287,535 0000000000000000d3b52a8f7fda44b2011c52ae8caf16cb15d66688a9300d1c 0.34 MB 499 29
287,534 287,534 000000000000000015e8a50a0ac2c1929690946462036043a3eb977ad6c7565f 0.34 MB 586 60
287,533 287,533 0000000000000000aaebbf42bc3f737635a7d12222af0411b160c052505c6555 0.17 MB 220 42
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, 114 incoming
  • Data Transfer: 1,616.38 GB sent, 92.72 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.