Memory Pool Memory Pool Refreshing

14,109 transactions
4.49 vMB
Show Random Selection Loading Transactions
Max Size: 27/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,718 (580,951 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
326,767 326,767 00000000000000000628b6e5fc6801af7ab751e74d8cc97e9458852efb3a22da 0.28 MB 469 25
326,766 326,766 00000000000000000130ac040c306bc3f4bbac97cc9e690646f3c7bbefe5473f 0.14 MB 287 40
326,765 326,765 000000000000000018b62b85d81fdd5962f9285efba1d9ad8c3ada321028e49f 0.08 MB 142 26
326,764 326,764 00000000000000000dfcac6b52883826fbf29fe846ea26711d546f4ba8a53f2e 0.13 MB 246 27
326,763 326,763 00000000000000000b58f8256f24d88488acafd6cd5dbf3d6aa3f92f2850b86e 0.14 MB 279 28
326,762 326,762 000000000000000011e9cac6b438b77cdc38b3013efa729d7490950e1797bce4 0.01 MB 27 35
326,761 326,761 0000000000000000182985ebe2f56f04957873547c43fc10a78dde54e76435d0 0.56 MB 1,161 37
326,760 326,760 00000000000000000865adeeac9cd1c174f60e6fc06dc5c0f2a17453e41fade2 0.05 MB 107 27
326,759 326,759 00000000000000001c3c98dfea977c021a09bf73a7958d3f655cf6dbf242392d 0.61 MB 1,205 38
326,758 326,758 00000000000000000fc1c7d993fbd3f216c15aeb91d5d0a2fb84d5d8ddbbf8c9 0.70 MB 1,327 29
326,757 326,757 000000000000000010ecd2bdbc2b6877c54ea6f3e721035d332943c5e6f979a3 0.28 MB 508 27
326,756 326,756 000000000000000008ee11d77ab1dbbadcf4f02ab6f37698e6948b9d5524c380 0.73 MB 573 15
326,755 326,755 00000000000000000ca3692ff24e03cb287d3c867c43db3f738de8665057687c 0.28 MB 1,024 54
326,754 326,754 00000000000000001b1a1cb84f0ec1129d5b2801e8cb49f4dde91978746992a2 0.02 MB 42 18
326,753 326,753 00000000000000001425868c9cb75140a6d2282053c7f69c93ef8c9ebf42cea1 0.21 MB 420 25
326,752 326,752 00000000000000000659d3e2e2b39c08a2cbabd1b686336fa4d02f27a55f12a7 0.57 MB 1,218 32
326,751 326,751 0000000000000000040c67ad5fb0ffeb99d6c9740ba9b8c26aa634bb78484c17 0.47 MB 870 28
326,750 326,750 000000000000000004cdf2125bdf8820dfbc115349ccfe229076a849d3c0836e 0.33 MB 621 30
326,749 326,749 0000000000000000177428e54492b6527fcd46222ff94966fe374eb6165334d5 0.09 MB 144 18
326,748 326,748 00000000000000001addeb79567acd84a4fe0ee7e0efe834237f054fce466b65 0.28 MB 478 33
326,747 326,747 00000000000000000dcf8b35c98c8b6fe526c09ac810899477c8183c0262a6f4 0.28 MB 527 28
Previous 10 blocks ↓
Total Size: 769.02 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,622.95 GB sent, 92.96 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.