Memory Pool Memory Pool Refreshing

57,671 transactions
26.03 vMB
Show Random Selection Loading Transactions
Max Size: 160/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
872,432 00000000000000000002c0700000000000000000000000000000000000000000 1.00 vMB 889 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 872,431 (407,173 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
465,258 465,258 0000000000000000012e8ced8f55138f16abce728f4a1b780a13da78b9f2e0b9 1.00 MB 1,315 118
465,257 465,257 0000000000000000001f7c25de102781df24a78e51afc06d2d08cbacb28f8a71 1.00 MB 1,127 118
465,256 465,256 00000000000000000082f855a674c3dc50ca9e8465eb7fda87859bf6f0b56b83 1.00 MB 1,918 163
465,255 465,255 00000000000000000203268e96344bf2c7e1b228d9ddc2f68b2344fa5a82ef3a 1.00 MB 1,644 145
465,254 465,254 0000000000000000001c70a64d411b186b2bfd07765246df65baef429288d202 1.00 MB 617 85
465,253 465,253 0000000000000000015f0bcf766e2fba81efe212552a1203c82a4e21c10ab11a 1.00 MB 1,206 111
465,252 465,252 0000000000000000012b1e5b1576b0854a6da732c1d3aaffada4da53f139518e 1.00 MB 2,123 91
465,251 465,251 0000000000000000000909a0da45d9ccc83354042a23deeed8482acb70304959 1.00 MB 776 91
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
Previous 10 blocks ↓
Total Size: 704.01 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 2,635.21 GB sent, 238.05 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.