Memory Pool Memory Pool Refreshing

8,653 transactions
2.93 vMB
Show Random Selection Loading Transactions
Max Size: 17/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,731 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,961 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,730 (275,639 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
632,091 632,091 00000000000000000005502056f8ae7a04c438e106b921fdcc8f1c28a06386aa 1.17 MB 2,399 46
632,090 632,090 000000000000000000094d802b3e9adfdf7013b504708c96661c30301f6194a6 1.28 MB 2,626 79
632,089 632,089 000000000000000000008ad6ccfb6a5c38848f12959a314bdbd7c894569f6b97 1.39 MB 2,679 111
632,088 632,088 0000000000000000000eab8e112b870c79190792645a40b1a326804fd17ef7a2 1.25 MB 2,666 38
632,087 632,087 000000000000000000098c47d376443afdfef2b3901e33e40985d7dc326536a6 1.31 MB 2,903 72
632,086 632,086 00000000000000000007a4025845336df4a348eccc3173b86b670b55c094e8fa 1.32 MB 2,978 127
632,085 632,085 0000000000000000000aac942a2509710e8ca1f7d8108e30f26abe864b778e57 1.34 MB 2,193 42
632,084 632,084 000000000000000000036103515fb252cca7b061c9505234d99e08083ea38ea9 1.32 MB 2,853 117
632,083 632,083 00000000000000000007ade94fa06585c051fa0433034b3b499f4929df3b30d1 1.27 MB 2,508 60
632,082 632,082 0000000000000000000fdbb6d8c8f12adee53833797f5696e6586da2c041acc1 1.27 MB 2,219 44
632,081 632,081 000000000000000000015aa5eaf4cd7460183084b16b80f1087921058cd21c1c 1.30 MB 2,331 116
632,080 632,080 00000000000000000004f05954de9a1a6a9e581fbc17b8b1fff59bcba185bed0 1.37 MB 2,766 68
632,079 632,079 0000000000000000000a4d9618bfdb1a7174540cf4cf8ed486341d7d1db720d7 1.25 MB 2,772 59
632,078 632,078 00000000000000000006c13b0d40c2cd7bb737537e9a972fafbad85fc03dbba0 1.30 MB 3,199 41
632,077 632,077 00000000000000000008cabf28eb9637ca5ba189d84cb71b1aefa89864c74ef8 1.30 MB 3,030 103
632,076 632,076 0000000000000000000804c2e2550b1c2c2184b2ffa71aa2198192d48d2e9a62 1.30 MB 2,762 76
632,075 632,075 0000000000000000000927f84ab3113684bdde1a9ae96be31fecf2d16639ddc6 1.25 MB 2,817 57
632,074 632,074 00000000000000000001c6851086c8995f42432a43923b2285d4d611cd593c54 1.23 MB 2,678 64
632,073 632,073 000000000000000000124d3b6a78f215e14e8b14f27f4c61822c3c1ae3cc53c2 1.30 MB 2,882 100
632,072 632,072 0000000000000000000d75c48af9ec60f8bc5b34adb84b9f2db496c6bbb3c50b 1.17 MB 2,158 81
632,071 632,071 000000000000000000062073c86c48447b852da1d2b9c9d94cd8c520448e662f 1.16 MB 3,140 81
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.68 GB sent, 93.07 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.