Memory Pool Memory Pool Refreshing

43,904 transactions
34.41 vMB
Show Random Selection Loading Transactions
Max Size: 165/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,139 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 2,197 27
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,138 (469,007 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
373,131 373,131 00000000000000000411751367d721f9d089d1740a459d88e2c4beb87411885d 0.39 MB 567 45
373,130 373,130 000000000000000009367ecf9f6afe6a0d9a3d4a0c220a8369b24056694aa638 0.44 MB 889 47
373,129 373,129 000000000000000007a402705645d5f7ced252f6ffd40ce700cc1bc096defdd6 0.06 MB 125 30
373,128 373,128 00000000000000000c86493632c06690944d71d256a81a6bb52ee4a34a2d5e66 0.02 MB 33 21
373,127 373,127 00000000000000000fe2ac15e8218cc98c56fe08b7f111ab442f2b33b6571fd5 0.16 MB 244 29
373,126 373,126 00000000000000000b7a41b661731f14796fc09bb447d17cd33dc10e3cfd0e58 0.00 MB 1 0
373,125 373,125 00000000000000000dba1c658083cdd2305f3b0a5846ddec5c15e122e8f0f3aa 0.69 MB 1,329 38
373,124 373,124 00000000000000000c4f93b39c40116ae4fc0e410cf5c1633f274faa9b5b927a 0.09 MB 106 39
373,123 373,123 000000000000000009420c89cf977a85bb4060b4119074382079d9552cec7e64 0.15 MB 309 55
373,122 373,122 000000000000000006e1255c6816a5e238502be904db96d1f6448c66062ac4f7 0.34 MB 461 18
373,121 373,121 00000000000000000e37f73e7cfa00d13a20900d0ec61c191607a0cbe1c716b2 1.00 MB 911 19
373,120 373,120 000000000000000007e3d3b5d0ba16426d6a2f72017f6069d998cd6eb5da3507 1.00 MB 1,164 37
373,119 373,119 00000000000000000a276100df16b2e39d8fc8af2be496b99d03b9e8e34ff35f 0.75 MB 310 22
373,118 373,118 00000000000000000fa14306c22c1479579a44e991a04e8d5cb4812972a9c195 0.90 MB 1,659 57
373,117 373,117 0000000000000000056a622004f235ab9f6001b2d4219521d50fe6fe9d38654d 0.99 MB 2,252 49
373,116 373,116 000000000000000000fa80f68db2eae638afc21beac8c3c1552412bc1813af05 0.93 MB 1,125 21
373,115 373,115 00000000000000000bf6502deef69b6e9907a7aa4ce7ead0f5f0e7ff59068f1e 0.90 MB 1,711 46
373,114 373,114 000000000000000001f0b9bbba9700e1fd03cff4af781c875f2fb4df5bf18c3b 0.93 MB 719 27
373,113 373,113 000000000000000011947a00f56727b9911309b6923170434f163e75e0d4979f 0.08 MB 151 50
373,112 373,112 000000000000000005626c51260127a1bcc4604e0a56ad56431503a11b91bac2 0.60 MB 897 19
373,111 373,111 0000000000000000097b667143d65ffdcb548f1a64b7020f0b2b36f291f9e9f0 0.93 MB 1,294 28
Previous 10 blocks ↓
Total Size: 647.00 GB

Node Information

  • IP: 45.144.112.208
  • Port: 8333
  • Version: 250000
  • Subversion: /Satoshi:25.0.0/
  • Uptime:
  • Connections: 10 outgoing, 112 incoming
  • Data Transfer: 8,443.76 GB sent, 42.20 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.