Memory Pool Memory Pool Refreshing

6,678 transactions
2.25 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,832 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,857 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,831 (763,733 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
144,098 144,098 0000000000000899d2ebbc1b6b1bb891b599d722ac4958db5bfd5be1ffa1406c 0.01 MB 29 3
144,097 144,097 000000000000030aa5640bb466398a9b82e61d849a9056fd53d65c3f9668a107 0.00 MB 1 0
144,096 144,096 00000000000006f70fcdb3744a9b66ff932f57b56c506e1c0abd4c77790c202c 0.04 MB 103 157
144,095 144,095 00000000000006c027f259fb1a5154151ba17eae1adc176f73104bbdd76797b5 0.00 MB 9 403
144,094 144,094 000000000000000e2ec846c2eb10572c5a852a38a06d810b586edc8bc25a6dff 0.01 MB 9 39
144,093 144,093 0000000000000714f42e5a436278d18bc62bc5a0745533184689d40b045a76d3 0.03 MB 48 134
144,092 144,092 000000000000077893772019a5921ed644e5466a2803f06b890fae53e422105b 0.04 MB 136 2
144,091 144,091 00000000000006fa6609111798717348f939b8f3c406a7de86b434d4b94f6919 0.05 MB 103 160
144,090 144,090 00000000000006a9b93534ea0ca1f6168587891d6aec1988f5f91c5e29363eaf 0.05 MB 92 229
144,089 144,089 00000000000006bb722185ea23559463d25e69cdea80f9f3c3c00196f55d62c3 0.03 MB 47 129
144,088 144,088 00000000000009286e95db87a90bc97c698481aae8884a16d7349e5240d4a64c 0.01 MB 14 358
144,087 144,087 0000000000000825ec407f2562a48132d7f7880e90a4df33cfc86099500327ad 0.01 MB 39 31
144,086 144,086 000000000000056e8a9397580a91e3ad313867f8e61859d645f077de2802c5c7 0.00 MB 5 193
144,085 144,085 00000000000000e468966e17ce7686ba38fe3e79279201c151c925b00ef68d72 0.03 MB 47 94
144,084 144,084 00000000000000c03d2aa0952b5c6c6b292ba48c97d44c773a19e7f5bb30432d 0.02 MB 53 429
144,083 144,083 00000000000005d2200328b5903f29c450708960d2d2cc0283ff93b86ed7cffd 0.04 MB 75 590
144,082 144,082 0000000000000428d3ad4df9269e1e743dd1e767d69484a5eedbc1255e1c6bf0 0.00 MB 15 5,563
144,081 144,081 0000000000000939a3c5437a580e2f4d783a79770c053b2b947ea2abb2629f39 0.01 MB 36 644
144,080 144,080 00000000000002c5b6edd72888e4affdc7768293d94ad686bd180420af680387 0.03 MB 52 2,358
144,079 144,079 00000000000009334b4650bd4584fd85838facd9dd62867b5843dd2cde4eeeb8 0.04 MB 119 37
144,078 144,078 000000000000089005bfa9caecaedb157102e4aceafd1a45dad650d558d18bd9 0.02 MB 31 162
Previous 10 blocks ↓
Total Size: 769.23 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,634.72 GB sent, 94.06 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.