Memory Pool Memory Pool Refreshing

14,066 transactions
4.47 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,297 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,718 (734,437 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
173,281 173,281 00000000000002abfee73b0fe662e445ab029cdce1d1112d34bba4be0f91eb9d 0.05 MB 96 140
173,280 173,280 00000000000000728f173a8e8c479e3b0d83d5111954aca3e5b4d40cd78db2b8 0.02 MB 48 205
173,279 173,279 000000000000087818d53138fbd4256625e37c98a38b6fe8569e56852c92ab70 0.02 MB 34 55
173,278 173,278 0000000000000223a54ba1689d09a07aac9c172002fee5866b18c2e52ecf5569 0.04 MB 120 35
173,277 173,277 00000000000007ff4ce42e2b26d2db16545c2baf8ec1879e42592d4f19fdd148 0.04 MB 82 129
173,276 173,276 0000000000000a76e60f5a8855a020f8520398b9404f71afbca929bf9e0e70e1 0.03 MB 29 80
173,275 173,275 000000000000034ace7c2b725ad4ca8932f004e7c6e5fd1dcc37875b0fdb1f92 0.00 MB 1 0
173,274 173,274 00000000000008638333884c1572c521652f6f67d98ca731133458ae9de007cd 0.05 MB 126 107
173,273 173,273 00000000000000be5fad0ede388b963840fbca759d09f6d438ed932bbef36d04 0.00 MB 1 0
173,272 173,272 000000000000008b476bacfe405e34badc55c6b569d80f5a47352f5c078b75ed 0.01 MB 31 9
173,271 173,271 00000000000006c79e689d49de68724b6c9817f0bebbaa103d1caa90b8417855 0.00 MB 13 102
173,270 173,270 000000000000054b1fbaeb6506b1fabe1755cca56455f48733811ba2da6e1b4a 0.01 MB 12 53
173,269 173,269 000000000000072e09c6a2a00edbc21406ed0f6f3b21785c0b3d92ff0ecd2519 0.01 MB 20 302
173,268 173,268 000000000000076eca925ee904917c7626a393c61dc3837b7b8767a7a95c3a8a 0.02 MB 69 0
173,267 173,267 00000000000000d95933c265628a2daeda02b6375efd05629862975995ca7e24 0.00 MB 1 0
173,266 173,266 0000000000000365fb0bde0d64c48813067049639ab743d0528293e85cee59f7 0.01 MB 30 166
173,265 173,265 0000000000000552444abc6abefe1851d512463a80f7775aeedb154bdd7af52c 0.04 MB 58 442
173,264 173,264 00000000000007ef0b29c066f259985719a08c1894a8e2de7ae0d2bad9d5261c 0.02 MB 28 0
173,263 173,263 000000000000070acbd48db8ea4f16756e2286e8e61892506dedd31e4d3202c7 0.03 MB 47 5
173,262 173,262 000000000000013c91f4d3225eebfb960bf417d5209ac6468c57d4667e157a38 0.05 MB 109 119
173,261 173,261 0000000000000a7285826da4d9f4aa212106d3980d17ce5b9b42e58ab4be153c 0.02 MB 39 45
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.94 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.