Memory Pool Memory Pool Refreshing

40,124 transactions
46.19 vMB
Show Random Selection Loading Transactions
Max Size: 191/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
841,762 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 4,306 16
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 841,761 (234,434 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
607,327 607,327 0000000000000000000167b14abf5cc5750efa0ea58a8aba75731891c5ab71e3 0.92 MB 1,884 11
607,326 607,326 000000000000000000152136866691ef10a57087569f5295109b7db8e7a668f5 0.32 MB 773 22
607,325 607,325 0000000000000000000ccbaa82f4e3809956bf3e232bdfb51d54a2e9b181fab4 0.57 MB 1,444 15
607,324 607,324 0000000000000000000283749bf10239d65d3bb93be5b658504bcca1cfd17d1f 0.37 MB 1,046 19
607,323 607,323 00000000000000000009aa38162634b123229c0ec4a3c480e9589f75f686b972 0.41 MB 996 8
607,322 607,322 000000000000000000051bcb301c6aacab0e922df1994b10ce45e9557646323f 1.27 MB 2,906 19
607,321 607,321 0000000000000000000a672c8d8f84c271f74cb1c1b6901d0926d71f3f957707 0.53 MB 1,328 18
607,320 607,320 00000000000000000009e5243382cd5e5caaaa173bd7ae27491dae50a599799a 0.18 MB 396 15
607,319 607,319 000000000000000000092f58cacd9bb8951be5eece8fcb79f192b014438ae388 0.81 MB 1,976 25
607,318 607,318 000000000000000000059502c43e531482f4348ffebfcbc4d9eb232f07d9a1b2 0.60 MB 1,499 9
607,317 607,317 0000000000000000000a05730d9a3f98cf6176d23df46d81e42282fe07f83bbb 1.20 MB 2,684 11
607,316 607,316 00000000000000000007af2501b4dda2b4c00a5c769463178b253af6f9e9c00b 1.32 MB 3,109 13
607,315 607,315 0000000000000000000bc5c0e39891eeccffc65961cc454c6df0f2f778e49a41 1.23 MB 2,977 21
607,314 607,314 0000000000000000000326a19ffc7f45ead27d6678c6a8df9ff44b658450fb9c 1.31 MB 2,525 22
607,313 607,313 0000000000000000000755e7e3a758663b4054ddcd548e4599b647b05cb1037b 1.24 MB 3,099 14
607,312 607,312 000000000000000000124b172b81411a34333becc5178af52f184f1312ea33c4 1.34 MB 3,397 11
607,311 607,311 00000000000000000005c344c76beba1df67560e4e2a2314c1df466cadd8a080 1.35 MB 1,672 27
607,310 607,310 000000000000000000001f0677a5a3082529d2f570ef8f17760c4b39d2d272f3 1.23 MB 2,922 14
607,309 607,309 0000000000000000000468b84721fd4a5d03ef749f7649c9b6df022fa3c6d355 1.25 MB 1,956 17
607,308 607,308 0000000000000000000623afa6f625f899c05c5745cd5902153e92610e75f841 1.37 MB 2,449 20
607,307 607,307 0000000000000000000c587566873c5b19e93ee73886275adbcce5eaf6abbd68 0.77 MB 1,707 17
Previous 10 blocks ↓
Total Size: 646.31 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,340.96 GB sent, 37.01 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.