Memory Pool Memory Pool Refreshing

79,560 transactions
34.53 vMB
Show Random Selection Loading Transactions
Max Size: 183/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
845,515 0000000000000000000355f00000000000000000000000000000000000000000 1.00 vMB 5,486 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 845,514 (570,455 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
275,059 275,059 0000000000000001330f0293969846f4c06054cd566dd111ec63fc676775192c 0.13 MB 197 27
275,058 275,058 00000000000000030abcc515ef2bba2958469f9880fb667c1049e75ea62ba0df 0.05 MB 107 31
275,057 275,057 0000000000000002282ed4d436c7823b6ba33c35e9aa83a5c5d47dae87bb040a 0.22 MB 375 40
275,056 275,056 0000000000000001c6dd7948b86b5d501c355b1da7341e58eaaa437fd5c7aaab 0.25 MB 630 52
275,055 275,055 00000000000000034658fcb0811f561acea2bc526074c7ba0cebb85be23cdb35 0.17 MB 353 51
275,054 275,054 000000000000000400c4c393958ff651fcf2ad34eff78db439d83e22f9ee8ba3 0.10 MB 143 24
275,053 275,053 000000000000000023f771e2b3acf0b6e011b36156f371f967e0621b4fa54509 0.17 MB 226 30
275,052 275,052 00000000000000015af26ef8d72587e87d0a79302542e509dc0f81d2bdee06e5 0.00 MB 1 0
275,051 275,051 000000000000000033ac2a9244059892058af20a698be05c05df5ee7d4f9ed25 0.35 MB 372 23
275,050 275,050 000000000000000171f7fcf1562e40b0e079ef7ab81d5e8dbb6546d5d8b87a06 0.35 MB 98 0
275,049 275,049 00000000000000020fa47337f796418c96afea6a136a1f6aa31ce808b14d08b6 0.05 MB 15 1
275,048 275,048 0000000000000001451e6f956b924d09794bd5223f440833af15ac351ae7728b 0.20 MB 304 34
275,047 275,047 00000000000000027aa1bf9d458bfef91494f51bafd1b6464725f17757818544 0.08 MB 143 36
275,046 275,046 000000000000000136da789cc0f52f0a96741b245fd1f83c4c10001e0e944d6b 0.14 MB 266 41
275,045 275,045 00000000000000037917a3bb24835fbc9544409d1e492c7e859dd5a156f4bee1 0.07 MB 54 21
275,044 275,044 00000000000000009aaaa0c87a77cb103d3f5526dfd646512f227f45c16fad76 0.08 MB 149 31
275,043 275,043 00000000000000008072ecaf86deba70779952f77e9434c4f717fcb5d72c0b65 0.23 MB 518 59
275,042 275,042 000000000000000411e627a370de4dba8eb980f6b4c2e0e4b7a241e337edac06 0.16 MB 474 64
275,041 275,041 000000000000000177886f29bcab32ca911772527f24275443aa0e23bc1baaa0 0.17 MB 343 48
275,040 275,040 0000000000000003ee18a57bd90aa5cae8c51309aa69dfde1cd90915807e49b3 0.02 MB 23 18
275,039 275,039 0000000000000001fa5d3d5759a887c5bbd47b814000dd420c0e9290a6ed2259 0.16 MB 262 32
Previous 10 blocks ↓
Total Size: 653.36 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: 9,310.96 GB sent, 81.07 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.