Memory Pool Memory Pool Refreshing

82,472 transactions
37.09 vMB
Show Random Selection Loading Transactions
Max Size: 194/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
844,434 00000000000000000003629a0000000000000000000000000000000000000000 ago 1.00 vMB 3,464 13
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 844,433 (174,571 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
669,862 669,862 0000000000000000000770a1b1708b7be55233cf796f0d0dbafef09a1d6adff1 1.29 MB 2,681 151
669,861 669,861 0000000000000000000189c3a8efbe2e378dbb2ce183a29dc1eda80c57a355cb 1.20 MB 2,736 113
669,860 669,860 0000000000000000000b0e0dfab874a73a490d3122545ad86db45c6938f0004a 1.23 MB 3,155 133
669,859 669,859 0000000000000000000696a54e4575a2d6888b301ac4d9b55143349b70edcd8a 1.34 MB 3,058 164
669,858 669,858 00000000000000000006280b853576b4036b93f88e188bbf22316d0e26228371 1.14 MB 2,397 124
669,857 669,857 00000000000000000007aee632af8cc1c75585a74b1ea39623110e264524b662 1.20 MB 2,635 139
669,856 669,856 000000000000000000075c15cdfff77ffd04fafceeba4118ace687a6a9b88ee4 1.19 MB 1,388 136
669,855 669,855 0000000000000000000182999ddb28f5ecd59037166ceedcb556702fa64aabce 1.39 MB 2,875 162
669,854 669,854 000000000000000000074548fdc72fbd03ba2325922a8cd9cd4659424768eb5e 1.23 MB 2,637 133
669,853 669,853 000000000000000000070b170322a4fdb288e2ac5b2e20c50d8132cf2c23ce69 1.32 MB 2,853 143
669,852 669,852 0000000000000000000c85181274b745df23345548376de5764f6514b87cf259 1.32 MB 2,785 147
669,851 669,851 0000000000000000000682afc81abf3562e78aa7f37b4cef0601d19219bf5f6f 1.45 MB 2,857 150
669,850 669,850 000000000000000000099b44b5fa5b43d7bbaa751e28a8b1db8e91ff7607b047 1.28 MB 3,273 178
669,849 669,849 00000000000000000004b191302b9a74cf6c2d207680c7dd913c4d1430f57392 1.19 MB 3,021 94
669,848 669,848 00000000000000000005de3ef0b7faab6d1d6de266a31fc68d74222ab4fb3f82 1.28 MB 2,937 135
669,847 669,847 00000000000000000004fd77f1e28d3d31d33615d94677a20fdd7061e052ddce 1.27 MB 2,941 111
669,846 669,846 0000000000000000000359c62f6353de808b284b0a3f377f043739bc0737be08 1.18 MB 2,277 121
669,845 669,845 0000000000000000000a2c1247b58d7addb5504266404f1482b5710490f414c1 1.11 MB 1,436 124
669,844 669,844 0000000000000000000030f9c01e575748c29215ca0ccd6a4a7d35f554e0afa0 1.27 MB 2,332 142
669,843 669,843 0000000000000000000c496a3ee304f21bee0aa88cc00e43cd0e6b4f01f70037 1.25 MB 2,423 107
669,842 669,842 00000000000000000003a2ffb0197ce61c6e07bc56668a381235b2cfcc30d544 1.37 MB 2,860 144
Previous 10 blocks ↓
Total Size: 651.33 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,114.31 GB sent, 68.00 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.