Memory Pool Memory Pool Refreshing

8,469 transactions
3.23 vMB
Show Random Selection Loading Transactions
Max Size: 18/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,732 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,555 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,731 (65,958 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
841,773 841,773 0000000000000000000013e54d657504fb9a5640ec5c04d388313f0b6b15614c 1.86 MB 2,702 17
841,772 841,772 00000000000000000000d0f43abc93a2b94165b2b807e8df9606e897f424ed43 1.83 MB 4,567 16
841,771 841,771 000000000000000000019b664a54f77632ab0c2d033587336879771f4262d1d2 1.58 MB 6,460 17
841,770 841,770 00000000000000000001ac358a5f02db047627db4fb8e8fc39de280a6eeab6d8 1.65 MB 4,358 19
841,769 841,769 0000000000000000000287abd6b2ddc1db65b924a90dcc83e69fc5a208b7c3f8 1.52 MB 2,780 21
841,768 841,768 000000000000000000023e3f5e3beee3526811307ea4d8dadce914be7650195e 1.56 MB 3,318 31
841,767 841,767 00000000000000000000f57263dea7496c89f3ea46263a5549097563f39d7bce 1.78 MB 5,440 18
841,766 841,766 00000000000000000002a6de3201d43f7b7e20a253c8c5c619e02deff977c2b6 1.86 MB 5,074 17
841,765 841,765 000000000000000000018b42375551cf5bab014c36be61292fe5eeedc3ba4dbd 1.52 MB 5,426 16
841,764 841,764 000000000000000000015ebdd2ac62df9dc27c38c18537b6f71129da51578b06 1.64 MB 4,142 26
841,763 841,763 000000000000000000001388e75c9e373cc728a93ac9f6a234f32771b1f992c5 1.51 MB 5,072 19
841,762 841,762 000000000000000000015959bdedab00f2216ecc61ae54259a2ddf23ea0da0a0 1.82 MB 3,543 24
841,761 841,761 0000000000000000000179c38ab46a9bb903d6566bcd425681f2860346684b3d 1.59 MB 3,052 17
841,760 841,760 0000000000000000000005160072f241b067f5e176c7c0c30ca0a07b58de44c1 1.62 MB 5,499 18
841,759 841,759 0000000000000000000081123db32cf08a98de65ea195c1ceea7c4cd8b1b6926 1.62 MB 5,237 22
841,758 841,758 000000000000000000024243ef51e6e291e1867a799810b36a6171db289c077e 1.58 MB 6,329 20
841,757 841,757 00000000000000000002640a48d606f336cc3203a4b92b2ab4d90f922f366f36 1.59 MB 5,173 21
841,756 841,756 000000000000000000020a2cba84af34efd6ceecdb03aa83662cd84b3d55410c 1.53 MB 2,786 26
841,755 841,755 00000000000000000002aa0d42ee591ba92896a73b13d6086c05dd57f5dca6ba 1.13 MB 865 19
841,754 841,754 000000000000000000008c73c6f2eb9a9900a51e6e4dbad44434b665dd0c549d 1.50 MB 2,463 26
841,753 841,753 000000000000000000016fe1253aaf87d73308f30332289143cb1c0e0d2de830 1.58 MB 3,405 31
Previous 10 blocks ↓
Total Size: 769.04 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,626.89 GB sent, 93.09 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.