Memory Pool Memory Pool Refreshing

39,535 transactions
46.17 vMB
Show Random Selection Loading Transactions
Max Size: 191/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,437 0000000000000000000331db0000000000000000000000000000000000000000 ago 1.00 vMB 4,786 30
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,436 (508,072 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
334,364 334,364 000000000000000013dd9952696fc288baba0aa4f446ff3953c0462edefc92b0 0.02 MB 38 12
334,363 334,363 00000000000000001b731699a6ca45bb36509842d07f33dfcd2cc6abfdc7d62d 0.03 MB 57 22
334,362 334,362 00000000000000000d4a0b0467d01c1ea7246599f7b37f61c50435736cb906f3 0.07 MB 155 23
334,361 334,361 00000000000000000a22dc7676f3feb9b634c430bd7e45ba5aa3f0ccd04f7e51 0.19 MB 343 23
334,360 334,360 0000000000000000144f373cf2d0e89dd492522a8c0a79ccf82b528f99ff55a1 0.67 MB 706 15
334,359 334,359 0000000000000000014846d3b4cba97b8a650413608b0f15572dfc2af84d7aee 0.29 MB 689 69
334,358 334,358 00000000000000000edf59fa4226ffe2d1d8f53817879f86775b8d5aa8270d34 0.24 MB 229 42
334,357 334,357 00000000000000001138da454b9720c7a8434036b05108b567412c08d4a3a316 0.09 MB 165 12
334,356 334,356 0000000000000000077481debd686b3f3652a0bba469440676116d418921307c 0.34 MB 649 24
334,355 334,355 00000000000000001b6d6ead7b1ce1e37206b9a96d383f964d2d0cd54c8a9fa1 0.42 MB 670 21
334,354 334,354 0000000000000000087a249d5dacf82b0c1a06b09c781df1898043c39241d03a 0.33 MB 198 13
334,353 334,353 00000000000000001a9ed8175da6e1eee6e17333c96cb8dde453981df2559e12 1.00 MB 1,868 26
334,352 334,352 00000000000000001a01c0dd077d1aedd807bd29bf7ed3625f0fa083be844d90 0.15 MB 332 27
334,351 334,351 00000000000000000adb590e9123f4d8a1caa748c63e20d75964e74190c5beb7 0.45 MB 776 34
334,350 334,350 00000000000000000d078d0ab5a68bf03e4745ea4a9b864e6b1a3b472ba9415e 0.57 MB 569 16
334,349 334,349 0000000000000000181a1f75394d09c2150e6eab9ef45cd9df683527a7073061 1.00 MB 1,840 25
334,348 334,348 000000000000000000d51ade0a2dacd82ce93fa5ca163f886cc6020796f57ed9 0.05 MB 128 81
334,347 334,347 00000000000000001449142bd17a0048d606800c6f2c69c35499c2a2162dac67 0.23 MB 463 30
334,346 334,346 000000000000000013a425f8d53b3cd4d218f0969722b11418eb4e85e1e6f1b8 0.29 MB 490 24
334,345 334,345 0000000000000000163c494cdd8fa7d06126c410953cdbf2914b12943d5570b8 0.30 MB 497 23
334,344 334,344 000000000000000017ead6c7900bde76b8392d2bbcfa055eff4c84d0de757102 0.36 MB 458 19
Previous 10 blocks ↓
Total Size: 647.55 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,501.82 GB sent, 46.35 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.