Memory Pool Memory Pool Refreshing

34,028 transactions
37.30 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
842,503 0000000000000000000331db0000000000000000000000000000000000000000 ago 1.00 vMB 2,755 20
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,502 (84,084 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
758,418 758,418 0000000000000000000199563b2223da3e0695ff07fa6df0a367eb60421e93fd 1.40 MB 2,028 12
758,417 758,417 000000000000000000024c4e3311301203c621d85ce0095ce6321cc55d92b94f 1.27 MB 1,583 8
758,416 758,416 0000000000000000000101b006af0ef32f2ee8d92b89ec1499ee06f49172948b 1.47 MB 3,029 13
758,415 758,415 00000000000000000002e661024d8e2abdf1831b1b19ef93c5eb1f5a9d846e32 1.34 MB 2,032 19
758,414 758,414 000000000000000000006f723c3d918150cb77080b67f790fd4dfa9ba2adb4c0 0.33 MB 507 7
758,413 758,413 00000000000000000006d10338e33bd636e7bc1a485c871cb3f772aac5d23df3 1.50 MB 916 1
758,412 758,412 000000000000000000069b79e3b30c6c053bbba13d69a46b1d4e62d6e7a01f7c 1.45 MB 1,937 6
758,411 758,411 000000000000000000063f64be36df8c53d08ce608ccd51577a4b2dfe9607660 1.53 MB 3,110 15
758,410 758,410 00000000000000000006aff7350a72f5903004cf736e8db0ab96c00aa793e761 1.80 MB 1,637 3
758,409 758,409 000000000000000000000d84ef6f496cc17a11442c9f66e4e461283efb38e576 1.64 MB 2,008 4
758,408 758,408 000000000000000000066f2cc6e09e23f0b7b53fbf26ada2835bd9812cdc5be5 1.47 MB 2,272 4
758,407 758,407 00000000000000000001bdc7e86164ed852722f954f298bc4252078201511a64 1.39 MB 2,337 4
758,406 758,406 0000000000000000000119f8283d2585483a5de0288b497f07c9f5460d2d0f96 1.47 MB 3,145 13
758,405 758,405 0000000000000000000440eab4436a69c40569f7cfd3fc5065f7225e988f2c78 1.43 MB 2,610 10
758,404 758,404 00000000000000000006b1f935dcc7d1b92e1a6807a788524fb736b557d0f536 1.29 MB 1,669 8
758,403 758,403 0000000000000000000156b4d55fb6d7623995d2727a43b01f7a4c02ec2c15f4 1.62 MB 2,995 9
758,402 758,402 0000000000000000000478352c579a43952e25a0279f38a8a878c6c3613cb7a1 1.53 MB 3,004 9
758,401 758,401 00000000000000000001913dbc477c830752e02dc2f2dc1e83f4aaa8fab61cb8 1.67 MB 2,646 11
758,400 758,400 00000000000000000001e236a1f4f782e9b62b223409b7e452e4b3f002bb58be 1.82 MB 1,651 13
758,399 758,399 0000000000000000000609cca06ddfc77c8bebab610333c3655d994b6bc92e5c 1.39 MB 2,661 9
758,398 758,398 00000000000000000006be63eb539dec4428a6b625fe23e82795ab18e4ff03d1 1.43 MB 3,121 18
Previous 10 blocks ↓
Total Size: 647.68 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,532.62 GB sent, 47.13 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.