Memory Pool Memory Pool Refreshing

67,940 transactions
32.17 vMB
Show Random Selection Loading Transactions
Max Size: 167/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
844,509 00000000000000000003629a0000000000000000000000000000000000000000 ago 1.00 vMB 4,437 9
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 844,508 (587,624 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
256,884 256,884 0000000000000002203b837e9725f541e1081bd4bee97b7474554e973b2c4e3f 0.07 MB 177 117
256,883 256,883 00000000000000245a74dfe7f5325cd9d11ed106b920eee2f851cd473a6b50ee 0.15 MB 331 129
256,882 256,882 0000000000000025706ac528c0910f6fd80638a7d9820c83c854ddfcbcd7b3b4 0.19 MB 328 65
256,881 256,881 000000000000001c658330f57e0148a1682f684b543d4b74e35fd4aa8c6b8270 0.25 MB 706 178
256,880 256,880 00000000000000064b1b4135ef053d1bb6d605e35aceea6c7f5a98906d54c64c 0.03 MB 63 43
256,879 256,879 000000000000001e660277f2da5b771504fa3a81c4684c9eeeefa755958de0a8 0.19 MB 448 135
256,878 256,878 0000000000000007c3b087ff011484107ca780db6b3ca891629b269373cbdc5a 0.20 MB 471 159
256,877 256,877 000000000000000eb94a694d5d4b28697f9880343624949751a6f0d330d2f6fd 0.08 MB 175 121
256,876 256,876 00000000000000100ed2e5095fc5a7c9d674c905957213a0b92ee58ed7e50c44 0.04 MB 109 123
256,875 256,875 0000000000000019443a7cb743b16b624d9d3d6e6b445ae8b299fd9cd5811abc 0.05 MB 116 129
256,874 256,874 0000000000000028f47adc289e2945932a900d5851a1c9567223ecb86279fbaa 0.21 MB 471 126
256,873 256,873 000000000000000b1e402aeda20c9418798549972b80a571e1c492bc98a8f779 0.00 MB 9 75
256,872 256,872 0000000000000028eb08864fba09ee563d9081b90f4997ab50c794d1e9db1796 0.10 MB 230 103
256,871 256,871 0000000000000020488211d87b903cd8686e8914dac6feb1a6b7ad0a1fa2e9ec 0.14 MB 266 111
256,870 256,870 000000000000001d2641d29b22d6b397e2f05cb676430311c97fcf9704fbea9c 0.02 MB 53 128
256,869 256,869 000000000000001426a282a926d02028cd1a9f2dc347d7b45e7f859ce0eae112 0.20 MB 365 80
256,868 256,868 000000000000002e3ac0f3f6e7569d2b6c1ed0d348da70c865cbb80e0cc6ded9 0.25 MB 597 140
256,867 256,867 000000000000001f8b7918806b8d4af905a7a43afc056662bc41102fc62ce705 0.08 MB 168 119
256,866 256,866 0000000000000015c9b5ea16ae87b11d1008a1d8e831883c787f60c5b298b693 0.20 MB 268 114
256,865 256,865 00000000000000214709702b0bf7f501029bc8953e4315ba7a15faa7919345b4 0.14 MB 335 133
256,864 256,864 000000000000002f02ee13fefdcb7b2fd107f7ff8d445a644ccb20fa1458efd3 0.05 MB 76 115
Previous 10 blocks ↓
Total Size: 651.47 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,136.45 GB sent, 68.79 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.