Memory Pool Memory Pool Refreshing

47,388 transactions
50.02 vMB
Show Random Selection Loading Transactions
Max Size: 200/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,037 0000000000000000000331db0000000000000000000000000000000000000000 ago 1.00 vMB 5,412 26
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,036 (507,676 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
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
334,343 334,343 00000000000000000be6b192cf62e6f014dc5f01199de9d6c9eb4abeb604735e 0.14 MB 183 18
334,342 334,342 000000000000000012112a06401988a4c4a9d9b5878ee103caef98ba545c9bdb 0.41 MB 652 22
334,341 334,341 0000000000000000176d0f613c960f1fc864b7f74c512d2e815c6347e2003c22 0.20 MB 265 21
334,340 334,340 00000000000000001a2720517ffb137d722d30dceb379f7cfab4c0f32d3fb342 0.67 MB 418 13
Previous 10 blocks ↓
Total Size: 646.82 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,419.30 GB sent, 40.45 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.