Memory Pool Memory Pool Refreshing

5,004 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
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
907,783 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,031 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,782 (433,588 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
474,194 474,194 0000000000000000012bdb9a056e2aef691043c7c02a97309d0c88dcd1df437d 1.00 MB 2,280 376
474,193 474,193 00000000000000000142d9a78c0097f291a028006056d3958b987bbb2ce4c391 1.00 MB 1,535 239
474,192 474,192 0000000000000000012697458f7647988b56512086d67ad5b9602035c648e1f0 1.00 MB 1,717 380
474,191 474,191 0000000000000000014a29f61be51fa9972410ae0b0936e24cdcbc0702222797 0.29 MB 496 52
474,190 474,190 00000000000000000032f070d45eb223734a96d5183b575c1a299f85dde316e0 1.00 MB 1,066 79
474,189 474,189 00000000000000000026dbe946a82c690eeba20dbe2387b234b95347d4c1e670 0.00 MB 1 0
474,188 474,188 0000000000000000016f33d44781735c2b34d5019b4b86cf4f187146537c5d4b 1.00 MB 1,496 207
474,187 474,187 000000000000000000fb537f20f4e625476052f4caa2e7ebc10470ed00a2b4be 1.00 MB 1,670 101
474,186 474,186 000000000000000000ab6bc82922e95ed2e1cb4e4c2a5722bade6f0ebc9d4bff 1.00 MB 2,217 54
474,185 474,185 0000000000000000001888183d9401a491927bf9eddb0cf04c127782a7a00069 1.00 MB 2,480 339
474,184 474,184 0000000000000000003a8d2770982488e49c33baa20a900cd0a347d2978df15c 1.00 MB 1,647 138
474,183 474,183 000000000000000000cc9ec7eaa51be7ab047abdf17899b3a459adf36903f1db 1.00 MB 1,859 163
474,182 474,182 0000000000000000003b42f59f8fd7b7974b6f7e609d8bc28b93c90643797bd9 1.00 MB 2,577 332
474,181 474,181 0000000000000000010a2d4517ad5106ac9333f5387628a5d97707f719ab5d0a 0.73 MB 664 59
474,180 474,180 000000000000000000b2cc654d758424bdaf61c7f8d6c84483154fd03b5942a3 1.00 MB 738 87
474,179 474,179 00000000000000000077e22878f22e87ecfa8cf10e50578801c82d45cd9225cd 1.00 MB 1,544 108
474,178 474,178 000000000000000000b3054e83871f94802d5efd947c9fb23218208bc4ab0df8 1.00 MB 739 68
474,177 474,177 0000000000000000004e95159f64af3d183125f8195bea0b723d40b1235e5f6a 1.00 MB 2,129 147
474,176 474,176 000000000000000000b016a9133d0dd5478a5456d6e8064de563c93cfb279988 1.00 MB 1,949 49
474,175 474,175 000000000000000001656664a111f56a605280f7de1f2ae28989589c1e6fdf96 1.00 MB 1,439 226
474,174 474,174 000000000000000000c71bf2413c03936c0a4a9c5b255e730a157b98721d33f6 0.99 MB 2,237 256
Previous 10 blocks ↓
Total Size: 769.13 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,631.77 GB sent, 93.57 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.