Memory Pool Memory Pool Refreshing

63,744 transactions
33.24 vMB
Show Random Selection Loading Transactions
Max Size: 168/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
844,518 00000000000000000003629a0000000000000000000000000000000000000000 1.00 vMB 3,884 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 844,517 (172,172 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
672,345 672,345 00000000000000000001b5122fb1104aad85e92622c9ad9f3c57716d7eef19cf 1.37 MB 2,666 114
672,344 672,344 00000000000000000009e2887f48a0476fec152555776d7b209e05e936c84487 1.33 MB 2,332 74
672,343 672,343 0000000000000000000c01010e7960c8b9850ee6b7e8e0265d066e8cf13fc1a2 1.20 MB 2,184 53
672,342 672,342 0000000000000000000002d16334c5555f543f29903cd20e42a959ec9f4f5d5c 1.44 MB 1,201 52
672,341 672,341 0000000000000000000619adeeac00e7d7683aba6cd6118e74095e3f156a4f7a 1.31 MB 2,391 76
672,340 672,340 0000000000000000000a6925dc4aa105cc250b80d1c1d6f56a2b8ad6a0f156c7 1.17 MB 898 137
672,339 672,339 00000000000000000004a101e42dfd5ea83b3837bb855c05afca195b317b0539 1.30 MB 2,597 120
672,338 672,338 00000000000000000007072efe1ac8b3611f66913368a634a1200a750218e3f6 1.24 MB 2,559 111
672,337 672,337 00000000000000000001f59cacc228f85528b860eb4ed5c0cd924a6cff513579 1.31 MB 3,274 83
672,336 672,336 00000000000000000003d38cda02b2ca7b7bb4cfb0a859a55671da67554ce5f7 1.30 MB 2,894 84
672,335 672,335 00000000000000000008fa7cfd26cfc8bb757dc57e497c44ccf003fbcf5c8552 1.40 MB 2,503 153
672,334 672,334 00000000000000000002405b7eb72945fefd534d75e11180c8dd91c4b19251d7 1.21 MB 2,838 69
672,333 672,333 0000000000000000000577cc5fab69f3d5edfc1577bd7473c39bcb77c6eae295 1.18 MB 2,472 81
672,332 672,332 0000000000000000000a42faef150513b80c1e5071ebed3d6d0938bade809a5b 1.32 MB 2,990 79
672,331 672,331 0000000000000000000ab5b9e5a73f983d362a89b957ba06f4d57e758282af49 1.18 MB 3,221 56
672,330 672,330 0000000000000000000c8908831879da2280889b09139b2a10b1c8a62c058c63 1.46 MB 2,110 120
672,329 672,329 0000000000000000000cab6ddcccdedebd9c186094c3fd3410545289847375de 1.67 MB 1,358 145
672,328 672,328 0000000000000000000a1b534c8ba691cd2427b496746cd5498f1e37c687d80b 1.20 MB 1,443 146
672,327 672,327 00000000000000000000c0fbe9b7627452a98ce5f201dae0d6d9d90aa84986d7 1.24 MB 2,906 85
672,326 672,326 0000000000000000000646eb5d90e14f488e79f12f3acc44e57122af3ae4fd5c 1.17 MB 3,005 70
672,325 672,325 00000000000000000007e4b18626b2b5fa217b55eb345c2a3ec36bd8b815b0e9 1.30 MB 2,923 96
Previous 10 blocks ↓
Total Size: 651.49 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,137.64 GB sent, 68.88 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.