Memory Pool Memory Pool Refreshing

231 transactions
0.06 vMB
Show Random Selection Loading Transactions
Max Size: 0/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,799 00000000000000000002349e0000000000000000000000000000000000000000 0.05 vMB 210 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,798 (662,112 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
245,686 245,686 0000000000000092c77b5710a75fee80db7f43549621fd18c6758e78bc94f3cf 0.12 MB 307 145
245,685 245,685 00000000000000ac43842fb17e0051ea03aadd6ecdbcac00bbbd006f61f313c4 0.02 MB 64 92
245,684 245,684 00000000000000993faacdb3ad63085cb69cbf95e6dfcc13316a12f3d3838d60 0.06 MB 113 176
245,683 245,683 000000000000009f9317f81d4f972f6698ae7eeb74e8e2f3fc80e827bcc365dd 0.05 MB 128 46
245,682 245,682 00000000000000988ef730980e11e723beade67e381d0c801ef9bd9583825e75 0.12 MB 317 162
245,681 245,681 000000000000009e795d3f0b6ca10ebf4ff0414925bcf3d2927e2463e201540b 0.07 MB 153 119
245,680 245,680 000000000000000f53bad17209cd8ed04d126c40bb9e797b342872ea7dc0f5b6 0.14 MB 251 127
245,679 245,679 000000000000004aaed627501358990318e06b87776a33e6859cba300afd2f16 0.09 MB 209 138
245,678 245,678 000000000000008bb4e10fe9b5813d6a2dbb36fd78e71ce4f8bd96ec35d65818 0.01 MB 11 49
245,677 245,677 00000000000000a20a50b2a02d8777f6f4aec2a808d1a7d3e5132905cbf7a26a 0.05 MB 32 45
245,676 245,676 0000000000000078d04e27bd55a3962e0e48b88ac2a251cd7fd88e160467f477 0.08 MB 184 145
245,675 245,675 000000000000007482bc22f28384aff0920f552f1bbf3b7d78b52b93e7f11df9 0.03 MB 54 122
245,674 245,674 00000000000000c2a131a76d5b13ff3eeb82cecbd118f5d95cd7d911bb581ea8 0.03 MB 61 100
245,673 245,673 00000000000000c4df89350d1e0042f1a8c88655fa707286fb3c7b9b5385327f 0.06 MB 160 164
245,672 245,672 000000000000008c88c05f19126a719d0e22ab702c0e8a4ea339da9086be80bb 0.05 MB 128 46
245,671 245,671 00000000000000c6a8882a068f7cb5550217ffa1c1a76154cf321ecbfa5d8fb2 0.12 MB 250 114
245,670 245,670 000000000000009e5dbd65f80e788decb306d0ddb224c4e7a75111b99e18cb05 0.16 MB 314 156
245,669 245,669 00000000000000733591aa6a4cb60619e171b48b295d14684ef3fe9d4d0b13b1 0.01 MB 30 102
245,668 245,668 0000000000000062e4558b4e60e1d7d3df99db27511a19caf2ac26576120a133 0.01 MB 32 150
245,667 245,667 00000000000000c5a66b868c314ed4155d7c99f4cb865035a4bb4ec1d23186a7 0.14 MB 307 161
245,666 245,666 00000000000000ae97c9a938d7b5795ee56c53a4b4e8fa8c24dee05094a83539 0.07 MB 128 109
Previous 10 blocks ↓
Total Size: 769.16 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,632.76 GB sent, 93.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.