Memory Pool Memory Pool Refreshing

53,619 transactions
37.49 vMB
Show Random Selection Loading Transactions
Max Size: 176/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
848,518 000000000000000000035cb80000000000000000000000000000000000000000 ago 1.00 vMB 3,312 22
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 848,517 (503,205 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
345,312 345,312 000000000000000002c81b2d2c834584040885aa10462af7129e96579db7ce55 0.02 MB 64 30
345,311 345,311 000000000000000011177a1447b2b6ee9bab12fce90564898fe1115488a66627 0.09 MB 154 19
345,310 345,310 000000000000000016bba63350b8ca4d28d1b45b7cc8bb6b5b0a915b8d5fd05f 0.40 MB 689 23
345,309 345,309 00000000000000000c779cf926c445cc029c6f15a7c576eaf5f1d5b1184cdf40 0.70 MB 1,397 26
345,308 345,308 00000000000000000051513de9b01bb5fbabbf9196345f14df52e2485995aa7b 0.40 MB 738 27
345,307 345,307 000000000000000009b6e5027a0cb895fffa89c0d6f7ca7d96d100ecd12caf2a 0.12 MB 255 25
345,306 345,306 000000000000000009012a11cc81406a76ce5061b9804ca517b4f177d163b38e 0.45 MB 619 15
345,305 345,305 000000000000000004ecd6fd36dbd79dc890cd36ed903e0484df4f84a124cf9d 0.17 MB 512 40
345,304 345,304 000000000000000002b3925c2640b3c1275773be2aa1a4cd3edc9a6648c72efe 1.00 MB 2,348 30
345,303 345,303 0000000000000000031f1f5864299c0382a2ab9af47d34d35866478224ba7907 0.02 MB 82 49
345,302 345,302 00000000000000000e527844bdc7a6afd6286cb1cd02d416dd3ca25c4d7027f0 0.07 MB 119 14
345,301 345,301 00000000000000000bd7b0856331c0e2985285eadbc0c03a325eccbfd79c2725 0.37 MB 537 20
345,300 345,300 0000000000000000028579e64f61ee63c6dec7e0e300998b6c309bc0d692ce8f 0.33 MB 661 25
345,299 345,299 0000000000000000128e3a8e4c8456b6ad30fd071bdaa87a3d26d6f0af9b3e87 0.29 MB 505 23
345,298 345,298 000000000000000008947aa915f39719296cbcd5c74c4c15422109d9657b9859 0.86 MB 1,176 21
345,297 345,297 00000000000000000f8716ebff0927326ed4c68d85881bc15670498e5f1e7ace 0.48 MB 921 19
345,296 345,296 00000000000000000ae95119d561fc2587c1d1487e9bf04e690e92b5786dce0a 0.75 MB 1,276 22
345,295 345,295 000000000000000013c3b6b660306d45fb2f516e5760531cc09cd69f56911b03 0.75 MB 2,105 35
345,294 345,294 000000000000000011bbb595a191068929889597e6b2258c3c4bd96bcc1f5470 0.05 MB 128 30
345,293 345,293 0000000000000000143ccc1727c51cf33a78d5026ec9f3be2641f0cea0a20db7 0.33 MB 675 25
345,292 345,292 00000000000000000f8038b61d6e3c655c8f2e6d7f38a8589507fcd037744f05 0.36 MB 634 14
Previous 10 blocks ↓
Total Size: 658.71 GB

Node Information

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