Memory Pool Memory Pool Refreshing

1,895 transactions
6.02 vMB
Show Random Selection Loading Transactions
Max Size: 25/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
6 sats/vbyte 2
4 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
908,175 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,503 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,174 (852,995 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
55,179 55,179 000000000d3ab7b5df6115a8ba1088b333e05622018cda084b69640351527b10 0.00 MB 1 0
55,178 55,178 000000000b76e59aa21d0e46b25dc2b30e9a77d4e269d4386f7ce0b8c1eda707 0.00 MB 1 0
55,177 55,177 0000000013e6517324a43be387990cb40a7fd0e6f7d92e1752773260cc0ca079 0.00 MB 2 0
55,176 55,176 0000000000b16338b19f5a4960650dcb2ec1862ff55c16970cde552182ac0811 0.00 MB 1 0
55,175 55,175 00000000108eb3fc2b605cc61ed3bc0bb4e0b14eeb031462a06335df80678a0f 0.00 MB 1 0
55,174 55,174 000000000944f1bc7de9393ce30d6a23c285dd9e00423a1cdc25d0ac0718fc95 0.00 MB 1 0
55,173 55,173 00000000000503863f28754f9c98c723ebe9b2dc5bf65e687f76d308166c36fe 0.00 MB 1 0
55,172 55,172 000000000bf373b3f76402d0fff0693b88062004046dc5447c748833d814f313 0.00 MB 1 0
55,171 55,171 0000000005dd04286cede515ce71c08c3ff1b2faaa77c35f921e22999018acd9 0.00 MB 1 0
55,170 55,170 000000000b6fb38f1b18067fa28bd118b7d1bf590758d821a99db06fc51ae7d3 0.00 MB 2 0
55,169 55,169 0000000001fe63af327fa38dfae6505dfa0f7a10770af3138cb9f98fe3095aa1 0.00 MB 1 0
55,168 55,168 0000000000905f13f6fc300b85de0458a71f4a84844cc2521bfc0e2d47ba3091 0.00 MB 1 0
55,167 55,167 00000000081710da48f025bf0d845f0d4dbedce02aa9e4c3fe2d7286bc78470e 0.00 MB 1 0
55,166 55,166 00000000120bd07f7232e04c660297ecf2e8b88534a676fe1228fb58ab7cfbdb 0.00 MB 1 0
55,165 55,165 000000000f0fb4eeaf616ecc3c4406c05e3538f8e67283241ac257eaf679ccc5 0.00 MB 1 0
55,164 55,164 0000000012813813f9c4e257d3eb9860a5af4c314a0c1d5ea7b3810e3284b037 0.00 MB 3 0
55,163 55,163 000000000c72fcadbbf9e713f4a2d5dfe77c31c5b65d4582627db37205fbe9da 0.00 MB 1 0
55,162 55,162 00000000090d8295d33439eae5843f487027f99be37b7fe49c5877907ed05926 0.00 MB 2 0
55,161 55,161 000000000539f7b10d1ba5b4b6697003f3926df12b24f2d2745e19690e824d49 0.00 MB 1 0
55,160 55,160 000000000f1e080c060db3de9ea25f08ba1128dd4352adfbde03600968167190 0.00 MB 1 0
55,159 55,159 0000000007cb6e6b7f9f4084ca10e7fdc759c9072086ace8ce429e65dae0f53f 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.89 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,681.35 GB sent, 97.28 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.