Memory Pool Memory Pool Refreshing

52,240 transactions
49.14 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,322 0000000000000000000331db0000000000000000000000000000000000000000 ago 1.00 vMB 3,485 36
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,321 (314,600 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
527,721 527,721 0000000000000000003843aa1204a2f63bfa691f8b6fa21f17fa2b7c1bac340f 0.20 MB 396 21
527,720 527,720 0000000000000000000616c5ae17d51c5d903c9b79c187c189849cd1b8bce161 0.41 MB 957 24
527,719 527,719 0000000000000000001bd513586710f39f013f912a9d02110d72f95890627abc 0.86 MB 1,366 21
527,718 527,718 0000000000000000001953a41f2be38b34f362f6e8185ad37766501eeb5e3bf5 0.14 MB 342 21
527,717 527,717 000000000000000000248a748592a1a1c913b22d1b01ae847e309b4828485181 0.17 MB 232 13
527,716 527,716 00000000000000000012c4b80b337049c1f77acf53d964a728205f702db28810 0.14 MB 318 24
527,715 527,715 0000000000000000001c4b055e8837c9bed42570e1e5cbfb0c30674339047ef6 0.28 MB 536 24
527,714 527,714 00000000000000000000572d7077489ecfdb97a007d514e311d9e1b89d9571f2 0.13 MB 243 18
527,713 527,713 000000000000000000288d2a508b76ee7cb30303b878640e4976151d3b2889ff 0.95 MB 1,752 19
527,712 527,712 0000000000000000002103f89344156412260bdafc1014d1e4c1f6de2c932e86 0.07 MB 152 22
527,711 527,711 0000000000000000000aaf7e49ff88db6758fc8348bbf56a1f8df373fd78be07 0.61 MB 1,106 24
527,710 527,710 00000000000000000006c4cd76be3b97e936dce49def5fc2341ddbdf6cc9285e 0.69 MB 974 10
527,709 527,709 000000000000000000131a2a84000cbe4dd68d1e923ac3c3f1ab0f4c9a075237 1.12 MB 2,190 22
527,708 527,708 00000000000000000024f95d3a450c3d00aea80b0a5946c181c8febfcb92ab2c 0.00 MB 8 16
527,707 527,707 000000000000000000260670f5edb2de487aca69d6480efbfc3a1801a3471dc0 0.21 MB 432 16
527,706 527,706 0000000000000000003896b0f78562ec1941bf758e8b555b68f865197cb95d6d 0.05 MB 145 19
527,705 527,705 0000000000000000000f55c91dbe5393d8883c1853fe3a78e069a192fd6db996 0.11 MB 189 27
527,704 527,704 00000000000000000012e34c51bf1e4d05c389a8eeb0da7bf9e352cce08577e9 0.48 MB 640 19
527,703 527,703 00000000000000000023c75c073afe6a58c4b98aedfecbf169a4e941c88dde89 0.58 MB 719 12
527,702 527,702 000000000000000000300ee2ae19c79f387be3dedd8c0ae12968264e48881d32 0.16 MB 358 16
527,701 527,701 0000000000000000002b77641d9ab133d0bc244e2c9246fd29f3016235553be4 0.45 MB 933 22
Previous 10 blocks ↓
Total Size: 647.32 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,477.43 GB sent, 44.93 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.