Memory Pool Memory Pool Refreshing

1,650 transactions
0.63 vMB
Show Random Selection Loading Transactions
Max Size: 4/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,045 00000000000000000002349e0000000000000000000000000000000000000000 0.61 vMB 1,630 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,044 (112,775 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
795,269 795,269 00000000000000000000ce799c2381e0ffd2d70ce54c888fff30fc13e053481c 1.68 MB 3,420 19
795,268 795,268 00000000000000000001e4a99b1ad7f3a6dc4c2675b6b3a96f965fe5c780c63e 1.52 MB 3,066 42
795,267 795,267 000000000000000000020016467a547e8abf6dd036b38c4c1defd3b3fdb4b034 1.94 MB 3,319 20
795,266 795,266 000000000000000000008e1a465187ba3aa712ad48ae0cb1b063bdc710a75150 2.30 MB 2,177 19
795,265 795,265 000000000000000000037a71ca590cd4d27258c4cfd3584659e26c3bfeece124 1.42 MB 2,496 28
795,264 795,264 0000000000000000000019cf2d18fed8778b07703dffc1b887b334d26546445d 1.70 MB 3,266 33
795,263 795,263 00000000000000000005239586f641e2988452f5308e10700ea20d697b1909af 1.46 MB 2,642 45
795,262 795,262 00000000000000000001764c5176402fa59c40a1a2a30a331ce15f0c131f4eb4 1.95 MB 3,009 16
795,261 795,261 000000000000000000030f58947974b4c0a03856efc682d7632faf724be452a5 1.96 MB 3,026 21
795,260 795,260 000000000000000000000786c72ce2f1328794b0e86b97777b8b4830b6b5af2d 1.64 MB 2,671 40
795,259 795,259 00000000000000000002ecc812459c059bfc7f78d90b7735881be0cbbc101b2e 1.68 MB 2,550 19
795,258 795,258 00000000000000000003c765f257679adc9e8719b6e792a3d75eff470f69edc5 1.15 MB 1,156 18
795,257 795,257 000000000000000000041153ecd06d972c31bf45c48fb4b45ade8578892d433b 1.62 MB 3,545 30
795,256 795,256 00000000000000000002fe95f9bd9bf63bb301e390427e3e9225aa836678875e 1.59 MB 2,961 27
795,255 795,255 00000000000000000003deeaefc5f48b5df8bacd3beddb7ba7e2babf99261fb6 1.40 MB 2,626 26
795,254 795,254 0000000000000000000436c449d3e613e2469465643172497bcb049118ce4282 1.36 MB 2,490 25
795,253 795,253 000000000000000000046c0b4c1c77cd35e9b94c61bf98943a1e97cdde846136 1.53 MB 3,034 31
795,252 795,252 000000000000000000002ed517d51269cbc38c7fb5fd3febe5a7c539cb176677 1.28 MB 2,032 22
795,251 795,251 00000000000000000004290bc1dd80f382c80dc9494adbc131c2908b12139ca4 1.61 MB 3,278 26
795,250 795,250 00000000000000000004f5976fe0a906965ffdaf941e3798a6a84ff6f4ec7883 1.35 MB 2,156 39
795,249 795,249 000000000000000000029fa28f3d3f803b9a6387d7ac2b47ffb948c019b4a6fa 1.31 MB 1,306 18
Previous 10 blocks ↓
Total Size: 769.63 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,652.33 GB sent, 96.01 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.