Memory Pool Memory Pool Refreshing

43,165 transactions
45.93 vMB
Show Random Selection Loading Transactions
Max Size: 185/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,328 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 5,173 22
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,327 (507,805 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
334,522 334,522 0000000000000000060e425256da24aedbfed2e9e0a7c1b309e52fd96b9c4298 0.06 MB 128 22
334,521 334,521 00000000000000000cb6ebe16fd765d9458f66285046dc5120418c63eda5df1a 0.12 MB 298 31
334,520 334,520 0000000000000000172075d0ad67be3943f7c756fa2ded7020e08ec37f3736f8 0.25 MB 419 23
334,519 334,519 000000000000000019bfff889f86dafca4e2b4754bbb91c907f434debdf7a300 0.14 MB 238 19
334,518 334,518 00000000000000000e8ff71b450aa3170410859c23fc99659086ca84b4a6d886 0.31 MB 491 21
334,517 334,517 00000000000000000d08cb4777b2020d584a598c33f33919ba240e541ee2204e 0.29 MB 550 25
334,516 334,516 000000000000000004437336b4e030f50ebe3c12de8c91450e90928923f478fe 0.13 MB 303 21
334,515 334,515 0000000000000000107eb4b4ff6f5e44200c3d456a74ed4d2d48c076a84e2dcb 0.43 MB 498 17
334,514 334,514 0000000000000000057c791bfd0ca38f450d44e64a5ab4bac185c096881ec7d5 0.75 MB 1,445 24
334,513 334,513 00000000000000001865e0a99c34f0814a2bd5a7be1aa1e7d49ed53c5f21891d 0.75 MB 1,581 26
334,512 334,512 0000000000000000183ea82ec144e98f33f23586d4f74b2c5cdb335b986465ed 0.75 MB 1,721 27
334,511 334,511 00000000000000001523c016bd6a9537252db3a1ea7d03895e7a735b4bb7f8b9 0.04 MB 128 100
334,510 334,510 000000000000000003cab5bf1e0f02f94e02a0a476f1cd344504176ef1586ea1 0.04 MB 128 76
334,509 334,509 00000000000000000ce4aa410c28b2ee10492c5259a330bbd3649bb5976aa6c9 0.10 MB 193 23
334,508 334,508 000000000000000009849f9c69a79505230cc4f19c74cde88f8fe395b1e91aa9 0.68 MB 1,302 24
334,507 334,507 00000000000000000bfdc2361cac29510a149eeb46160c9ed945f5af846eabb1 0.66 MB 1,180 24
334,506 334,506 0000000000000000192d955af58dc91263d58f6095a15d4bedcba0df2b8fb211 0.22 MB 291 19
334,505 334,505 000000000000000005cbcabafb6871328d42d3b09d1f12d05e01179199ee1829 0.24 MB 383 20
334,504 334,504 0000000000000000168b1bd151d447c36fcf74d3699ddb4e5f37c640d828c4ff 0.74 MB 1,022 24
334,503 334,503 000000000000000001e07a956c2500925fef27b7fecd26d4638fcf4438b0d730 0.78 MB 630 16
334,502 334,502 000000000000000005f55d8a98c06faec9aefac676c6bdde0828b8dfc5db8cc6 0.75 MB 1,791 30
Previous 10 blocks ↓
Total Size: 647.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: 8,477.66 GB sent, 44.97 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.