Memory Pool Memory Pool Refreshing

4,901 transactions
10.23 vMB
Show Random Selection Loading Transactions
Max Size: 41/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
908,346 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,138 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,345 (899,569 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
8,776 8,776 000000000e671cb83d9978cd9487e52a6c64c20054eaa1fcbc9c9a510222f9f1 0.00 MB 1 0
8,775 8,775 000000002c304a01535a30cf525dec0c3bbfa362f6ed4b097913bc0ff15b55d4 0.00 MB 2 0
8,774 8,774 00000000a996331c70cb7814d126c01e7bea080a5fe2cf5b63d0cc09d41aa2d6 0.00 MB 1 0
8,773 8,773 00000000f4f564d85a8df237bde4f269e57b097a13420a91bc4931d01e15dc46 0.00 MB 1 0
8,772 8,772 0000000063fc68d96b5575f5725f3ed89c1cb13b1bd6de88aeec2685e295a2c8 0.00 MB 1 0
8,771 8,771 000000000d61de52de2d6a2bc6dba30fd51a01373709aee3761aacb0480e3396 0.00 MB 1 0
8,770 8,770 00000000376ed41c9e61d55414cea6fcb806b1c65923e7f96857de44b00de6a0 0.00 MB 1 0
8,769 8,769 0000000058151e93ee65c129781f080761d8ef0292d3a47a67b8a562304272e9 0.00 MB 1 0
8,768 8,768 00000000fba98431e9ae62d68ffb4c6f36f7bfe5183f606a0d81ec57a248705e 0.00 MB 1 0
8,767 8,767 00000000271b3f3bdfb6cc077990cfb6dc26c45dcda1c398159bf66eef14fb83 0.00 MB 1 0
8,766 8,766 00000000aadccc32a63f45f0e82440cd77ace50b6535c6fd9b66cef77a6a4c75 0.00 MB 1 0
8,765 8,765 00000000a3227f2a250bacde81fc649d671697197d5094c8a4e5c67664306a6c 0.00 MB 1 0
8,764 8,764 00000000ca2504466cada887b3c07685e156c286191212abf3003bdbcdeed1f7 0.00 MB 1 0
8,763 8,763 0000000092146e5abc54f7475e508978ead63a6cb638ae88eec5270b18026089 0.00 MB 1 0
8,762 8,762 00000000a9986bfca3dbfbbfe4bb9c093a8cc69e891d8f8cfb5d618ff7157dbf 0.00 MB 1 0
8,761 8,761 000000005797eb3df3db161fac7c403a6c45ba02866300cec4aefc587d68cd6d 0.00 MB 1 0
8,760 8,760 00000000abbd74d8626c86838121367f2f358bf67d636e253d0ad4f5b1252fac 0.00 MB 1 0
8,759 8,759 0000000098c5f4a787c8253dfd2e20b476360c8c63ab7a2aec65c99a4f0334e2 0.00 MB 1 0
8,758 8,758 000000001e55fdab74acc0278ec428443553ac814df4bfeb6ea548195ece6b50 0.00 MB 1 0
8,757 8,757 00000000b01260abe5a6b9f8a300e8312032fcbe3caec6f68aed27a1fe4278ba 0.00 MB 1 0
8,756 8,756 00000000b367d60936957ad2e4000240e663fbf225145aa4308f9f951600c559 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.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,701.91 GB sent, 98.82 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.