Memory Pool Memory Pool Refreshing

4,437 transactions
1.28 vMB
Show Random Selection Loading Transactions
Max Size: 8/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,875 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,563 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,874 (390,574 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
517,300 517,300 000000000000000000438529064b55d7efe9259cae32ac999431b35eb9346927 0.08 MB 230 36
517,299 517,299 0000000000000000001f1cd44618fb8d3ed8571051726fd786bff128e9c361e2 0.40 MB 1,197 23
517,298 517,298 0000000000000000000b05df3746f547aaa7c51d3bf4060a61f8f6f94246ef5c 0.18 MB 450 19
517,297 517,297 0000000000000000002b521fc3e807cf535a6305d095ec31c7ff51257ce75285 0.68 MB 1,455 19
517,296 517,296 00000000000000000036e4ece7884aa0ae01253d3ca9b043bbeb62c868eb7a5f 0.58 MB 858 14
517,295 517,295 000000000000000000357748011617f3c4e2983acf3ea01c869493a0a3ff28d6 0.33 MB 574 16
517,294 517,294 000000000000000000291240cb9b29715ea9a9b21109c81b28f8b96518dd2759 0.42 MB 634 17
517,293 517,293 000000000000000000401b5587f57d0c3ec7fc131d5e3083268cf0872db1e7c6 0.12 MB 212 22
517,292 517,292 0000000000000000003233a3a3e78267512afc12c738fee5e5b29c558731bba8 0.06 MB 157 21
517,291 517,291 0000000000000000003d82d8fe5cf5e21cf00c09474a189c34baa8113a0187a2 0.34 MB 813 15
517,290 517,290 00000000000000000047ab29b851ab5256153ea8f636a658980ec9f4bfa46c1b 0.28 MB 689 38
517,289 517,289 000000000000000000008d9806a9824ccd8b31c8686071636f1f8351673c3249 0.03 MB 46 21
517,288 517,288 0000000000000000001c65c62fac28070b88e4a8abbd3f950a9d743295bdc317 0.41 MB 872 26
517,287 517,287 0000000000000000000af1e2bd792c25c393ef5e024faab22cac814e12eb71fa 0.00 MB 7 43
517,286 517,286 0000000000000000003aecabcff6f7c6aefbb20a00ac37c60456233c85c6f9c1 0.37 MB 568 15
517,285 517,285 0000000000000000002f54c76414ce8d1b9bfd2987377b3133c3f97d2f501321 0.09 MB 190 25
517,284 517,284 00000000000000000046ea1921cc536d801d96b17a654c97fb481ac4b45f8efd 0.12 MB 250 18
517,283 517,283 00000000000000000036430b90592708d4fb2ac2ae2dec41263322c6e63cb682 0.63 MB 1,163 25
517,282 517,282 00000000000000000033a5961d5aba5862a611811883abd38f84f8e79e9cb128 0.19 MB 269 8
517,281 517,281 00000000000000000007a0598c0dfa22a62e695f8499c6e54fae5a6f13ceb3c2 1.12 MB 2,103 26
517,280 517,280 000000000000000000171e0180e529175b64abdccf07fb5d8939c5df402770aa 0.32 MB 686 22
Previous 10 blocks ↓
Total Size: 769.31 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,642.76 GB sent, 94.48 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.