Memory Pool Memory Pool Refreshing

40,479 transactions
47.47 vMB
Show Random Selection Loading Transactions
Max Size: 188/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,336 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 5,095 21
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,335 (501,132 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
341,203 341,203 00000000000000000f2743f603b42d42e4b1b0fb6f6a6e5d34db18aac5a9604b 0.16 MB 334 22
341,202 341,202 00000000000000000744c5f61f655636b33979da761a2542e601f3a7c1f9b617 0.35 MB 1,024 41
341,201 341,201 00000000000000000ce43f99acd2080a08fee78b919e474c12932253b7dcc6fe 0.22 MB 447 26
341,200 341,200 0000000000000000075582523571c113804c88703d282c33b6e22482b8880e4d 0.28 MB 387 19
341,199 341,199 00000000000000000f0d804f4137c165deb129385c7f9560d1326140ec889268 0.35 MB 921 33
341,198 341,198 00000000000000000b539ef570128acb953af3dbcfc19dd8e6066949672311a1 0.35 MB 668 25
341,197 341,197 000000000000000006181d9d183e2191a5e704d6ed3513f29b0970198fb34d2e 0.59 MB 1,052 23
341,196 341,196 000000000000000006a04e23bde215a70802a914adeaeb1c9afce6e372642da0 0.39 MB 1,024 33
341,195 341,195 000000000000000013413cf2536b491bf0988f52e90c476ffeb701c8bfdb1db9 0.15 MB 282 20
341,194 341,194 000000000000000016bdb18fb0560754643535241a3302150d6f2b6a0e6aee71 0.10 MB 186 24
341,193 341,193 000000000000000010d112d5c6a4f4881c0cad9d079c31c7ed51aad7f821e9eb 0.85 MB 1,041 18
341,192 341,192 00000000000000001214079fa3020817017b4ecffad5e5c933f06a89442ed12b 1.00 MB 2,518 33
341,191 341,191 00000000000000000174c88badbce956180135cdbe20ecdc54b6528320f69d24 0.10 MB 119 6
341,190 341,190 000000000000000017a17e0bf8832488852ed7f4c1832fa39fcefd1a6f76dac6 0.10 MB 254 28
341,189 341,189 000000000000000019637dc51444a9769ff7ac81efd91707fbaf1356c5b1881e 0.41 MB 824 26
341,188 341,188 000000000000000000c55bf16fb0e53f5c41eb9df0573a02ab948fe894dba139 0.10 MB 164 15
341,187 341,187 000000000000000016715b69f38bc24bba5a0d1024e297cce21ad1e65b6fbc18 0.31 MB 489 22
341,186 341,186 0000000000000000018b8265fb08f24062154b578c1b163a257ac258c0e0a4a5 0.24 MB 459 24
341,185 341,185 00000000000000000ddc6f102ad7b4a137884880b689aa77e2af40a5328375dc 0.48 MB 986 26
341,184 341,184 0000000000000000068802a29814af95130112c8981858de833f3b94a3bcca7e 0.33 MB 725 24
341,183 341,183 000000000000000001f19889ab045138307f5cef9809b9f12146b576c5581558 0.62 MB 1,097 26
Previous 10 blocks ↓
Total Size: 647.35 GB

Node Information

  • IP: 45.144.112.208
  • Port: 8333
  • Version: 250000
  • Subversion: /Satoshi:25.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 8,479.37 GB sent, 45.04 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

All of the data comes directly from a Bitcoin Core node running on the same server as this website. This data is retrieved via bitcoin-cli commands.

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.

Limitations

This is not a fully-fledged explorer as it does not use a custom database.

This means there are a few limitations:

So if you're looking for a more advanced explorer that offers these features, try mempool.space instead. But if you hate beautiful websites and only want to dig around raw data quickly, this explorer should do the job.

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 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.