Memory Pool Memory Pool Refreshing

5,096 transactions
2.27 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,782 (242,286 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
665,496 665,496 0000000000000000000312675094ddda47411fc8b3ec3791bec27328169b6c75 1.46 MB 1,601 29
665,495 665,495 00000000000000000008bf499c57399e26033c7b9d8ad2777c8f00a97eb690e4 1.20 MB 2,623 23
665,494 665,494 0000000000000000000cbc7b10f867635dad2f0e07a59c88d3ec01b37289a0bf 1.45 MB 2,622 74
665,493 665,493 0000000000000000000aae4e04939376144bd6132d902c8c2e5cb752ab3ca1f6 1.51 MB 1,976 61
665,492 665,492 000000000000000000046c373fe14dd783c6ba7b171b8bbd38e78221a183456e 1.22 MB 1,854 96
665,491 665,491 0000000000000000000033c3a37d18ee679f05dedc52e807b7177b521a825fcd 1.47 MB 1,152 22
665,490 665,490 0000000000000000000105fd58cda16465fbb8e96e727fb695bdee723086c59a 1.39 MB 2,172 66
665,489 665,489 000000000000000000054879bc6bf80bd615ca85a0495df1239c957a2d43c567 1.20 MB 2,743 40
665,488 665,488 0000000000000000000540f40d63f6019e0d51ae226215b7d4678be29eae0089 1.46 MB 2,278 83
665,487 665,487 000000000000000000016709a3ce456115c5feebbdb3a151763bb7e64ad20a7c 1.33 MB 2,592 84
665,486 665,486 0000000000000000000ca33d2cf249bfdbe4658d52bd41168e962af2a36ec423 1.26 MB 1,319 34
665,485 665,485 000000000000000000075e34eb68c832fec9775d5ee5f19d9ee32e3a4e96f2d2 1.51 MB 1,262 19
665,484 665,484 0000000000000000000c12187fa16207ee5b32185b4c852708f869c99abbf363 1.18 MB 1,581 18
665,483 665,483 0000000000000000000a86f3e534fe24caff9b9dc068516040b6b950c80b4a4c 1.23 MB 2,529 50
665,482 665,482 00000000000000000008ac4662a8607b33d14bac782b050a9b39c7994ea7294e 1.33 MB 2,888 77
665,481 665,481 00000000000000000001e4bdcb6bd1b156118180f5b49e1a59142c7e649409a4 1.36 MB 2,507 79
665,480 665,480 000000000000000000073528c959b9ec64a898c4e2c396e2981c6d6d2601bb16 1.16 MB 1,850 23
665,479 665,479 0000000000000000000bdd91e96ea930e28b43843e4917a3a6726a0e81881db0 1.25 MB 2,349 51
665,478 665,478 00000000000000000004f9c4a9b4976e7daf64815819aa89ffe4db07aa46abce 1.10 MB 1,075 97
665,477 665,477 00000000000000000008764c48a6cf910e56c79a9e62aba1fb42df89750c70e5 1.22 MB 2,753 42
665,476 665,476 0000000000000000000a4ee063c77b770b731d6b4b6ea674c8129aaa8fc4ecf9 1.43 MB 2,462 81
Previous 10 blocks ↓
Total Size: 769.13 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,631.77 GB sent, 93.57 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.