Memory Pool Memory Pool Refreshing

57,122 transactions
23.10 vMB
Show Random Selection Loading Transactions
Max Size: 131/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,232 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 6,421 9
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,231 (153,115 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
696,116 696,116 0000000000000000000f20158bf373a973d32c1a2416421cfd6dbb2dce2fd38b 1.45 MB 2,721 22
696,115 696,115 0000000000000000000993820f3db5f77d31a7f4220827f665783699ebf2cb30 0.82 MB 1,433 13
696,114 696,114 00000000000000000011b4a7d851cb23f5716fa9635dc1a681e6c4f9a5828810 0.96 MB 1,658 19
696,113 696,113 00000000000000000007d7d9fee490823f43e9203d140052beaf183aff4dcb9a 0.87 MB 1,346 19
696,112 696,112 00000000000000000009cf81436f81cf8f5a2e2870504cd925b3a3c31dcaa0fd 0.98 MB 1,117 4
696,111 696,111 000000000000000000092461f1defc79b3ed6f1a693214aabf2e9762829638a8 1.27 MB 2,237 4
696,110 696,110 000000000000000000030c74e50c12243be58bd986489cad2772292cfb0a6b0d 0.00 MB 1 0
696,109 696,109 0000000000000000000bb6435ae10d81d962a6714d9a6d1e8db3cee38303902f 1.57 MB 2,429 15
696,108 696,108 000000000000000000119d189efaac2660c5c15f7a12213c96ad2c96825f3772 1.49 MB 3,249 7
696,107 696,107 0000000000000000000abe3bf5ebc5218d0f9ec9ef74cf70532a8eb4a0690e08 1.58 MB 2,126 61
696,106 696,106 00000000000000000003916afa7aa67f283315db93fd2df53db5fab2e410bbda 1.33 MB 2,222 25
696,105 696,105 00000000000000000010e72903cf5b0ab789271147bee0d341064f93b5b1512e 0.64 MB 1,222 5
696,104 696,104 000000000000000000008de15d8fb316f631dd541d79b37a5d3c7a6826e8fc76 1.39 MB 2,463 22
696,103 696,103 0000000000000000000ba5d2c042bed76d8630de98e59e31bbe31d43bfc7586d 0.36 MB 555 30
696,102 696,102 000000000000000000105549f4889a609c415dd4b145d50ab13ab592e8b2abf7 0.67 MB 1,038 28
696,101 696,101 000000000000000000043b0c9ddcc5b5a3301b35284519b331336a76e8af079e 1.38 MB 1,549 8
696,100 696,100 0000000000000000000450fa86eb0e7a004a13513847598306843a716248ef96 1.28 MB 1,971 16
696,099 696,099 00000000000000000003a6c40d2527fdf3a1fb8b7386e9890f4058e3b58b6ac7 1.43 MB 2,527 28
696,098 696,098 000000000000000000101a1e1878e79def800814d49a65b1f51aef9b3c1bbf6c 1.17 MB 1,252 14
696,097 696,097 0000000000000000000de57cc0872e605f8849cd36861da01b2089889f73ca29 1.32 MB 2,232 19
696,096 696,096 00000000000000000005ce429c10d73dbed5de1cac0f08828387b658c5a1e935 1.37 MB 856 14
Previous 10 blocks ↓
Total Size: 660.06 GB

Node Information

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