Memory Pool Memory Pool Refreshing

2,935 transactions
1.78 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,784 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,938 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,783 (442,533 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
465,250 465,250 0000000000000000013ae658a02471b633ed3d6be6365649bfe9533f2e2a156e 1.00 MB 1,185 134
465,249 465,249 000000000000000001779883d4bb28456f663585a6e28ed9425bfd2a9da30b3f 1.00 MB 2,295 204
465,248 465,248 0000000000000000014e999438e2677d604d2b0dfdf578df070aaa7a0231e711 1.00 MB 953 121
465,247 465,247 000000000000000000a475270e3f2d121b4501c433cfe72c1377c7ad6845aad3 1.00 MB 181 85
465,246 465,246 0000000000000000013d43589e9941e9e274b9b12f02cedfca270e8295843ca9 1.00 MB 1,873 142
465,245 465,245 000000000000000000b8ae7c1262f6225f5d80ab8f7d5bc372fd206ca66e38ba 1.00 MB 1,269 107
465,244 465,244 00000000000000000139b06cd38fe9a0ead214c9321f76a854f1db1d9cd3a205 1.00 MB 2,406 99
465,243 465,243 000000000000000000ea6585838dde59be703a4aa4a4041165787c86d82ecdcb 1.00 MB 1,836 104
465,242 465,242 000000000000000001ac21a0b6d4443d884d9d2bfb0dac2feb304282780931c7 1.00 MB 1,806 118
465,241 465,241 00000000000000000014f63570f94dfa8b47535b1aa1ec012cde8ce7a5fac19e 1.00 MB 1,438 108
465,240 465,240 000000000000000001dad6842f05c26fcf9977e7ac2661bde167177f8a57fec0 1.00 MB 728 107
465,239 465,239 0000000000000000020a8f2138c37f00f235867bf441edd04b695ab89819379d 1.00 MB 1,060 102
465,238 465,238 000000000000000001bd29bd938fbac903d5571398cc3acaf7ee6a0686cd9d9e 1.00 MB 2,093 190
465,237 465,237 000000000000000000ba9aeda33aa1390a5e05ed1025c0da637beed5e65b64f4 1.00 MB 2,365 219
465,236 465,236 000000000000000001b42ea0a8ff8e48a2d05a5c78dd326526d70075a805f63b 0.00 MB 1 0
465,235 465,235 000000000000000000638f90504cd686f01bfd49c68a6720f8dc69af0359a683 1.00 MB 1,064 150
465,234 465,234 000000000000000001fe36db0cc3ffa2674176f3a907fea7c1345c6dafddcf7a 1.00 MB 989 140
465,233 465,233 0000000000000000012354838bd9431be7669d376c2e5f1a2fafb5006092abfd 1.00 MB 1,228 138
465,232 465,232 0000000000000000014347b9f764cfb1ccf31f7c5c75dd9b52d053cabbe36112 0.00 MB 1 0
465,231 465,231 000000000000000001eff8b5ad6394bc23942019dcb0dd3e1ef1c8f8085ef7a7 1.00 MB 1,745 162
465,230 465,230 000000000000000000c386088f9fa46ea3019df40cade3a1825a49d35e526fa0 1.00 MB 2,272 222
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.80 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.